[Nestedvm] Problems building on OS X

Ken Arnold arnold at industriousmedia.com
Tue Jun 16 14:14:12 EDT 2009


I'm trying to build on OS X.  Fabio noted a few issues that you've  
already responded to, but I have some others.

First, configure seems to be broken for many components, e.g.,  
upstream/build/binutils-2.14/ld/configure.  They die when trying to  
validate that the C compiler works.  This seems to be because some  
previous test leave a conftest.dSYM *directory* around.  My workaround  
was to edit the configure script each time this happened to add rm -fr  
conftest* right before the cat > conftest.$ac_ext << EOF.  (This is  
all in the section immediately after echo $ac_n "checking whether the  
C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6)

My guess is that a previous process does an rm -f not an rm -rf

Once I got past that, I started to get the following error:

> FATAL:/usr/bin/../libexec/gcc/darwin/i386/as: I don't understand 'G'
> flag!

I have included the full make -w transcript below.  I haven't figured
out a workaround for this yet, so any help would be, well, helpful. ;-)

Thanks.

		Ken Arnold

make: Entering directory `/Users/arnold/Downloads/nestedvm-2009-06-07'
/usr/bin/make -C upstream tasks/build_gcc usr="/Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream/install" \
		MIPS_CFLAGS="-O3 -mmemcpy -ffunction-sections -fdata-sections - 
falign-functions=512 -fno-rename-registers -fno-schedule-insns -fno- 
delayed-branch -freduce-all-givs -march=mips1 -I. -Wall -Wno-unused" \
		MIPS_PCFLAGS="-O3 -mmemcpy -ffunction-sections -fdata-sections - 
falign-functions=512 -fno-rename-registers -fno-schedule-insns -fno- 
delayed-branch -freduce-all-givs -march=mips1 -I. -Wall -Wno-unused -- 
big-endian" \
		MIPS_LDFLAGS="-march=mips1 --static -Wl,--gc-sections"
make[1]: Entering directory `/Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream'
mkdir -p /Users/arnold/Downloads/nestedvm-2009-06-07/upstream/install
mkdir -p build/gcc-obj && cd build/gcc-obj && \
		../gcc-3.3.6/configure --prefix=/Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream/install --target=mips-unknown-elf -- 
disable-threads --with-gnu-ld --with-gnu-as --with-newlib=yes --enable- 
sjlj-exceptions --enable-languages="c" && \
		/usr/bin/make TARGET_CFLAGS="-O3 -mmemcpy -ffunction-sections -fdata- 
sections -falign-functions=512 -fno-rename-registers -fno-schedule- 
insns -fno-delayed-branch -freduce-all-givs -march=mips1 -I. -Wall - 
Wno-unused" && \
		/usr/bin/make install
Configuring for a i686-apple-darwin9.7.0 host.
*** This configuration is not supported in the following subdirectories:
      target-libstdc++-v3 target-libf2c
     (Any other directories should still work fine.)
Created "Makefile" in /Users/arnold/Downloads/nestedvm-2009-06-07/ 
upstream/build/gcc-obj
rm: conftest.dSYM: is a directory
./config.status is unchanged
Configuring libiberty...
loading cache ../config.cache
checking whether to enable maintainer-specific portions of  
Makefiles... no
checking for makeinfo... (cached) makeinfo
checking for perl... (cached) perl
checking host system type... i686-apple-darwin9.7.0
checking build system type... i686-apple-darwin9.7.0
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether gcc and cc understand -c and -o together... (cached)  
yes
checking for POSIXized ISC... no
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for a BSD compatible install... (cached) /opt/local/bin/ 
ginstall -c
xhost-mkfrag is unchanged
checking how to run the C preprocessor... (cached) gcc -E
checking for sys/file.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for limits.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for malloc.h... (cached) no
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for alloca.h... (cached) yes
checking for sys/pstat.h... (cached) no
checking for sys/sysmp.h... (cached) no
checking for sys/sysinfo.h... (cached) no
checking for machine/hal_sysinfo.h... (cached) no
checking for sys/table.h... (cached) no
checking for sys/sysctl.h... (cached) yes
checking for sys/systemcfg.h... (cached) no
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking whether time.h and sys/time.h may both be included...  
(cached) yes
checking whether errno must be declared... (cached) no
checking for ANSI C header files... (cached) yes
checking for uintptr_t... (cached) yes
checking for pid_t... (cached) yes
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking for asprintf... (cached) yes
checking for atexit... (cached) yes
checking for basename... (cached) yes
checking for bcmp... (cached) yes
checking for bcopy... (cached) yes
checking for bsearch... (cached) yes
checking for bzero... (cached) yes
checking for calloc... (cached) yes
checking for clock... (cached) yes
checking for ffs... (cached) yes
checking for getcwd... (cached) yes
checking for getpagesize... (cached) yes
checking for index... (cached) yes
checking for insque... (cached) yes
checking for memchr... (cached) yes
checking for memcmp... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for memset... (cached) yes
checking for mkstemps... (cached) yes
checking for putenv... (cached) yes
checking for random... (cached) yes
checking for rename... (cached) yes
checking for rindex... (cached) yes
checking for setenv... (cached) yes
checking for sigsetmask... (cached) yes
checking for strcasecmp... (cached) yes
checking for strchr... (cached) yes
checking for strdup... (cached) yes
checking for strncasecmp... (cached) yes
checking for strrchr... (cached) yes
checking for strstr... (cached) yes
checking for strtod... (cached) yes
checking for strtol... (cached) yes
checking for strtoul... (cached) yes
checking for tmpnam... (cached) yes
checking for vasprintf... (cached) yes
checking for vfprintf... (cached) yes
checking for vprintf... (cached) yes
checking for vsprintf... (cached) yes
checking for waitpid... (cached) yes
checking whether alloca needs Cray hooks... (cached) no
checking stack direction for C alloca... (cached) -1
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking for _doprnt... (cached) no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... (cached) yes
checking for external symbol _system_configuration... no
checking whether canonicalize_file_name must be declared... (cached) yes
checking for getrusage... (cached) yes
checking for on_exit... (cached) no
checking for psignal... (cached) yes
checking for strerror... (cached) yes
checking for strsignal... (cached) yes
checking for sysconf... (cached) yes
checking for times... (cached) yes
checking for sbrk... (cached) yes
checking for gettimeofday... (cached) yes
checking for realpath... (cached) yes
checking for canonicalize_file_name... (cached) no
checking for pstat_getstatic... (cached) no
checking for pstat_getdynamic... (cached) no
checking for sysmp... (cached) no
checking for getsysinfo... (cached) no
checking for table... (cached) yes
checking for sysctl... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for working strncmp... (cached) yes
creating ./config.status
creating Makefile
creating testsuite/Makefile
creating config.h
config.h is unchanged
Configuring gcc...
loading cache ../config.cache
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking host system type... i686-apple-darwin9.7.0
checking target system type... mips-unknown-elf
checking build system type... i686-apple-darwin9.7.0
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether gcc and cc understand -c and -o together... (cached)  
yes
checking for gnatbind... no
checking for compiler driver that understands Ada... (cached) no
checking whether gcc accepts -Wno-long-long... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for inline... (cached) inline
checking for volatile... (cached) yes
checking for long double... (cached) yes
checking for long long int... (cached) yes
checking for __int64... (cached) no
checking for built-in _Bool... (cached) yes
checking size of short... (cached) 2
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of long long... (cached) 8
checking execution character set... (cached) ASCII
checking whether make sets ${MAKE}... (cached) yes
checking whether a default assembler was specified... no
checking whether a default linker was specified... no
checking for GNU C library... (cached) no
checking for mawk... (cached) awk
checking whether ln works... (cached) yes
checking whether ln -s works... (cached) yes
checking for ranlib... (cached) ranlib
checking for a BSD compatible install... (cached) /opt/local/bin/ 
ginstall -c
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included...  
(cached) yes
checking for working stdbool.h... (cached) yes
checking whether string.h and strings.h may both be included...  
(cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for limits.h... (cached) yes
checking for stddef.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for time.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/times.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for direct.h... (cached) no
checking for malloc.h... (cached) no
checking for langinfo.h... (cached) yes
checking for thread.h... (cached) no
checking for pthread.h... (cached) yes
checking for CHAR_BIT... (cached) yes
checking byte ordering... (cached) little-endian
checking floating point format... (cached) IEEE (little-endian)
checking for mktemp... (cached) yes
checking for makeinfo... (cached) makeinfo
checking for modern makeinfo... (cached) yes
checking for recent Pod::Man... yes
checking for flex... (cached) flex
checking for bison... (cached) bison
checking for collect2 libraries... (cached) none required
checking for library containing exc_resume... (cached) no
checking for library containing ldexp... (cached) none required
checking for preprocessor stringizing operator... (cached) yes
checking for inttypes.h... (cached) yes
checking for times... (cached) yes
checking for clock... (cached) yes
checking for dup2... (cached) yes
checking for kill... (cached) yes
checking for getrlimit... (cached) yes
checking for setrlimit... (cached) yes
checking for atoll... (cached) yes
checking for atoq... (cached) no
checking for sysconf... (cached) yes
checking for strsignal... (cached) yes
checking for putc_unlocked... (cached) yes
checking for fputc_unlocked... (cached) no
checking for fputs_unlocked... (cached) no
checking for fwrite_unlocked... (cached) no
checking for fprintf_unlocked... (cached) no
checking for getrusage... (cached) yes
checking for nl_langinfo... (cached) yes
checking for lstat... (cached) yes
checking for scandir... (cached) yes
checking for alphasort... (cached) yes
checking for gettimeofday... (cached) yes
checking for mmap... (cached) yes
checking for ssize_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking type of array argument to getgroups... (cached) gid_t
checking whether the printf functions support %p... (cached) yes
checking whether read-only mmap of a plain file works... (cached) yes
checking whether mmap from /dev/zero works... (cached) no
checking for MAP_ANON(YMOUS)... (cached) yes
checking whether mmap with MAP_ANON(YMOUS) works... (cached) yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking for iconv... (cached) yes
checking for iconv declaration... (cached)
          extern size_t iconv (iconv_t cd, char * *inbuf, size_t  
*inbytesleft, char * *outbuf, size_t *outbytesleft);
checking whether getenv is declared... (cached) yes
checking whether atol is declared... (cached) yes
checking whether sbrk is declared... (cached) yes
checking whether abort is declared... (cached) yes
checking whether atof is declared... (cached) yes
checking whether getcwd is declared... (cached) yes
checking whether getwd is declared... (cached) yes
checking whether strsignal is declared... (cached) yes
checking whether putc_unlocked is declared... (cached) yes
checking whether fputs_unlocked is declared... (cached) no
checking whether fwrite_unlocked is declared... (cached) no
checking whether fprintf_unlocked is declared... (cached) no
checking whether strstr is declared... (cached) yes
checking whether errno is declared... (cached) yes
checking whether vasprintf is declared... (cached) yes
checking whether malloc is declared... (cached) yes
checking whether realloc is declared... (cached) yes
checking whether calloc is declared... (cached) yes
checking whether free is declared... (cached) yes
checking whether basename is declared... (cached) no
checking whether getopt is declared... (cached) yes
checking whether clock is declared... (cached) yes
checking whether getrlimit is declared... (cached) yes
checking whether setrlimit is declared... (cached) yes
checking whether getrusage is declared... (cached) yes
checking whether times is declared... (cached) yes
checking for struct tms... (cached) yes
checking for clock_t... (cached) yes
checking for uchar...
checking for .preinit_array/.init_array/.fini_array support...  
(cached) no
checking if mkdir takes one argument... (cached) no
checking for main in -lunwind... (cached) no
Using `../../gcc-3.3.6/gcc/config/mips/mips.c' for machine-specific  
logic.
Using `../../gcc-3.3.6/gcc/config/mips/mips.md' as machine description  
file.
Using the following target machine macro files:
	../../gcc-3.3.6/gcc/config/mips/mips.h
	../../gcc-3.3.6/gcc/config/mips/elf.h
checking for library containing strerror... (cached) none required
checking for working const... (cached) yes
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking whether we are using the GNU C Library 2.1 or newer...  
(cached) no
checking for argz.h... (cached) no
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) no
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... (cached) yes
checking for fgets_unlocked... (cached) no
checking for getcwd... (cached) yes
checking for getegid... (cached) yes
checking for geteuid... (cached) yes
checking for getgid... (cached) yes
checking for getuid... (cached) yes
checking for mempcpy... (cached) no
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... (cached) yes
checking for stpcpy... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for strtoul... (cached) yes
checking for tsearch... (cached) yes
checking for __argz_count... (cached) no
checking for __argz_stringify... (cached) no
checking for __argz_next... (cached) no
checking for iconv... (cached) yes
checking for iconv declaration... (cached)
          extern size_t iconv (iconv_t cd, char * *inbuf, size_t  
*inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... (cached) no
checking for msgfmt... (cached) /opt/local/bin/msgfmt
checking for gmsgfmt... (cached) /opt/local/bin/msgfmt
checking for xgettext... (cached) /opt/local/bin/xgettext
checking for bison... (cached) bison
checking version of bison... 2.3, ok
checking for catalogs to be installed...  be ca da de el es fr ja nl  
rw sv tr be ca da de el es fr ja nl rw sv tr
checking what assembler to use... mips-unknown-elf-as
checking what linker to use... mips-unknown-elf-ld
checking what nm to use... mips-unknown-elf-nm
checking what objdump to use... mips-unknown-elf-objdump
checking assembler alignment features... none
checking assembler subsection support... no
checking assembler weak support... no
checking assembler hidden support... no
checking assembler leb128 support... no
checking assembler eh_frame optimization... no
checking assembler section merging support... no
checking assembler thread-local storage support... no
checking assembler dwarf2 debug_line support... no
checking assembler --gdwarf2 support... no
checking assembler --gstabs support... no
checking linker read-only and read-write section mixing... unknown
checking linker PT_GNU_EH_FRAME support... no
checking linker --as-needed support... no
checking whether libgloss uses STARTUP directives consistently... no
Using ggc-page for garbage collection.
checking whether to enable maintainer-specific portions of  
Makefiles... no
Links are now set up to build a cross-compiler for mips-unknown-elf
   from i686-apple-darwin9.7.0.
creating ./config.status
creating Makefile
creating intl/Makefile
creating fixinc/Makefile
creating gccbug
creating mklibgcc
creating mkheaders
creating auto-host.h
auto-host.h is unchanged
make[2]: Entering directory `/Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream/build/gcc-obj'
make[3]: Entering directory `/Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream/build/gcc-obj/libiberty'
rm -f needed-list; touch needed-list; \
	for f in atexit calloc memchr memcmp memcpy memmove memset rename  
strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf  
vprintf vfork waitpid bcmp bcopy bzero; do \
	  for g in  ; do \
	    case "$g" in \
	      *$f*) echo $g >> needed-list ;; \
	    esac; \
	  done; \
	done
echo regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose- 
temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o  
fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o  
lbasename.o lrealpath.o make-relative-prefix.o make-temp-file.o  
objalloc.o obstack.o partition.o physmem.o pexecute.o safe-ctype.o  
sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o  
xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o > required- 
list
make[4]: Entering directory `/Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream/build/gcc-obj/libiberty/testsuite'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream/build/gcc-obj/libiberty/testsuite'
make[3]: Leaving directory `/Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream/build/gcc-obj/libiberty'
make[3]: Entering directory `/Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream/build/gcc-obj/gcc'
TM_DEFINES="OBJECT_FORMAT_ELF " \
	HEADERS="auto-host.h ansidecl.h  mips/mips.h mips/elf.h defaults.h"  
XM_DEFINES="" \
	TARGET_CPU_DEFAULT="MASK_GAS|MASK_SPLIT_ADDR" \
	/bin/sh ../../gcc-3.3.6/gcc/mkconfig.sh config.h
config.h is unchanged
TM_DEFINES="OBJECT_FORMAT_ELF " \
	HEADERS="auto-host.h ansidecl.h  mips/mips.h mips/elf.h defaults.h"  
XM_DEFINES="" \
	TARGET_CPU_DEFAULT="MASK_GAS|MASK_SPLIT_ADDR" \
	/bin/sh ../../gcc-3.3.6/gcc/mkconfig.sh hconfig.h
hconfig.h is unchanged
echo "/* This file is machine generated.  Do not edit.  */" > tmp-gtyp.h
echo "static const char *srcdir = "  >> tmp-gtyp.h
echo "\"../../gcc-3.3.6/gcc\"" >> tmp-gtyp.h
echo ";" >> tmp-gtyp.h
echo "static const char *lang_files[] = {" >> tmp-gtyp.h
ll="../../gcc-3.3.6/gcc/c-lang.c  ../../gcc-3.3.6/gcc/c- 
parse.in  ../../gcc-3.3.6/gcc/c-tree.h  ../../gcc-3.3.6/gcc/c- 
decl.c  ../../gcc-3.3.6/gcc/c-common.c  ../../gcc-3.3.6/gcc/c- 
common.h  ../../gcc-3.3.6/gcc/c-pragma.c  ../../gcc-3.3.6/gcc/c-objc- 
common.c "; \
	for f in $ll; do \
	echo "\"$f\", "; done >> tmp-gtyp.h
echo "NULL};" >> tmp-gtyp.h
echo "static const char *langs_for_lang_files[] = {" >> tmp-gtyp.h
ff="c  c  c  c  c  c  c  c "; \
	for f in $ff; do \
	echo "\"$f\", " ; done  >> tmp-gtyp.h
echo "NULL};" >> tmp-gtyp.h
echo "static const char *all_files[] = {" >> tmp-gtyp.h
gf="config.h auto-host.h ../../gcc-3.3.6/gcc/../include/ 
ansidecl.h ../../gcc-3.3.6/gcc/config/mips/mips.h ../../gcc-3.3.6/gcc/ 
config/mips/elf.h ../../gcc-3.3.6/gcc/defaults.h ../../gcc-3.3.6/gcc/ 
defaults.h ../../gcc-3.3.6/gcc/location.h ../../gcc-3.3.6/gcc/../ 
include/hashtab.h ../../gcc-3.3.6/gcc/bitmap.h ../../gcc-3.3.6/gcc/ 
function.h  ../../gcc-3.3.6/gcc/rtl.h ../../gcc-3.3.6/gcc/ 
optabs.h ../../gcc-3.3.6/gcc/tree.h ../../gcc-3.3.6/gcc/ 
libfuncs.h ../../gcc-3.3.6/gcc/hashtable.h ../../gcc-3.3.6/gcc/ 
real.h ../../gcc-3.3.6/gcc/varray.h ../../gcc-3.3.6/gcc/ssa.h ../../ 
gcc-3.3.6/gcc/insn-addr.h ../../gcc-3.3.6/gcc/cselib.h ../../gcc-3.3.6/ 
gcc/c-common.h ../../gcc-3.3.6/gcc/c-tree.h ../../gcc-3.3.6/gcc/basic- 
block.h ../../gcc-3.3.6/gcc/alias.c ../../gcc-3.3.6/gcc/bitmap.c ../../ 
gcc-3.3.6/gcc/cselib.c ../../gcc-3.3.6/gcc/dwarf2out.c ../../gcc-3.3.6/ 
gcc/emit-rtl.c ../../gcc-3.3.6/gcc/except.c ../../gcc-3.3.6/gcc/ 
explow.c ../../gcc-3.3.6/gcc/expr.c ../../gcc-3.3.6/gcc/fold- 
const.c ../../gcc-3.3.6/gcc/function.c ../../gcc-3.3.6/gcc/ 
gcse.c ../../gcc-3.3.6/gcc/integrate.c ../../gcc-3.3.6/gcc/ 
lists.c ../../gcc-3.3.6/gcc/optabs.c ../../gcc-3.3.6/gcc/ 
profile.c ../../gcc-3.3.6/gcc/ra-build.c ../../gcc-3.3.6/gcc/ 
regclass.c ../../gcc-3.3.6/gcc/reg-stack.c ../../gcc-3.3.6/gcc/ 
sdbout.c ../../gcc-3.3.6/gcc/stmt.c ../../gcc-3.3.6/gcc/stor- 
layout.c ../../gcc-3.3.6/gcc/tree.c ../../gcc-3.3.6/gcc/varasm.c ../../ 
gcc-3.3.6/gcc/config/mips/mips.c ../../gcc-3.3.6/gcc/c-lang.c ../../ 
gcc-3.3.6/gcc/c-parse.in ../../gcc-3.3.6/gcc/c-tree.h ../../gcc-3.3.6/ 
gcc/c-decl.c ../../gcc-3.3.6/gcc/c-common.c ../../gcc-3.3.6/gcc/c- 
common.h ../../gcc-3.3.6/gcc/c-pragma.c ../../gcc-3.3.6/gcc/c-objc- 
common.c"; \
	for f in $gf; do \
	echo "\"$f\", "; done >> tmp-gtyp.h
echo " NULL};" >> tmp-gtyp.h
echo "static const char *lang_dir_names[] = { \"c\", " >> tmp-gtyp.h
gf=""; \
	for l in $gf; do \
	echo "\"$l\", "; done >> tmp-gtyp.h
echo "NULL};" >> tmp-gtyp.h
/bin/sh ../../gcc-3.3.6/gcc/move-if-change tmp-gtyp.h gtyp-gen.h
gtyp-gen.h is unchanged
TM_DEFINES="" \
	HEADERS="mips/mips-protos.h" XM_DEFINES="" TARGET_CPU_DEFAULT="" \
	/bin/sh ../../gcc-3.3.6/gcc/mkconfig.sh tm_p.h
tm_p.h is unchanged
ltf=""; for f in $ltf; do \
	    echo "#include \"$f\""; \
	done | sed 's|../../gcc-3.3.6/gcc/||' > tmp-gencheck.h
/bin/sh ../../gcc-3.3.6/gcc/move-if-change tmp-gencheck.h gencheck.h
gencheck.h is unchanged
echo timestamp > s-gencheck
(cd intl && /usr/bin/make all)
make[4]: Entering directory `/Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream/build/gcc-obj/gcc/intl'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream/build/gcc-obj/gcc/intl'
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings - 
Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno- 
long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.6/gcc -I../../ 
gcc-3.3.6/gcc/. -I../../gcc-3.3.6/gcc/config -I../../gcc-3.3.6/gcc/../ 
include \
	  -DGCC_INCLUDE_DIR=\"/Users/arnold/Downloads/nestedvm-2009-06-07/ 
upstream/install/lib/gcc-lib/mips-unknown-elf/3.3.6/include\" - 
DGPLUSPLUS_INCLUDE_DIR=\"/Users/arnold/Downloads/nestedvm-2009-06-07/ 
upstream/install/lib/gcc-lib/mips-unknown-elf/3.3.6/../../../..`echo / 
Users/arnold/Downloads/nestedvm-2009-06-07/upstream/install | sed -e  
's|^/Users/arnold/Downloads/nestedvm-2009-06-07/upstream/install||' -e  
's|/[^/]*|/..|g'`/include/c++/3.3.6\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/ 
Users/arnold/Downloads/nestedvm-2009-06-07/upstream/install/lib/gcc- 
lib/mips-unknown-elf/3.3.6/../../../..`echo /Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream/install | sed -e 's|^/Users/arnold/ 
Downloads/nestedvm-2009-06-07/upstream/install||' -e 's|/[^/]*|/..|g'`/ 
include/c++/3.3.6/mips-unknown-elf\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR= 
\"/Users/arnold/Downloads/nestedvm-2009-06-07/upstream/install/lib/gcc- 
lib/mips-unknown-elf/3.3.6/../../../..`echo /Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream/install | sed -e 's|^/Users/arnold/ 
Downloads/nestedvm-2009-06-07/upstream/install||' -e 's|/[^/]*|/..|g'`/ 
include/c++/3.3.6/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include 
\" -DCROSS_INCLUDE_DIR=\"/Users/arnold/Downloads/nestedvm-2009-06-07/ 
upstream/install/lib/gcc-lib/mips-unknown-elf/3.3.6/../../../../mips- 
unknown-elf/sys-include\" -DTOOL_INCLUDE_DIR=\"/Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream/install/lib/gcc-lib/mips-unknown-elf/ 
3.3.6/../../../../mips-unknown-elf/include\"  \
	  -c ../../gcc-3.3.6/gcc/cppdefault.c -o cppdefault.o
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings - 
Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno- 
long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.6/gcc -I../../ 
gcc-3.3.6/gcc/. -I../../gcc-3.3.6/gcc/config -I../../gcc-3.3.6/gcc/../ 
include \
	-DPREFIX=\"/Users/arnold/Downloads/nestedvm-2009-06-07/upstream/ 
install\" \
	  -c ../../gcc-3.3.6/gcc/prefix.c -o prefix.o
rm -rf libcpp.a
ar rc libcpp.a cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o  
cpptrad.o cpphash.o cpperror.o cppinit.o cppdefault.o cppmain.o  
hashtable.o line-map.o mkdeps.o prefix.o mbchar.o
ranlib: file: libcpp.a(mbchar.o) has no symbols
ranlib libcpp.a
ranlib: file: libcpp.a(mbchar.o) has no symbols
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings - 
Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno- 
long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.6/gcc -I../../ 
gcc-3.3.6/gcc/. -I../../gcc-3.3.6/gcc/config -I../../gcc-3.3.6/gcc/../ 
include \
	  -DLOCALEDIR=\"/Users/arnold/Downloads/nestedvm-2009-06-07/upstream/ 
install/share/locale\" \
	  -c ../../gcc-3.3.6/gcc/intl.c -o intl.o
lof=""; for f in $lof; do \
	    echo "#include \"$f\""; \
	done | sed 's|../../gcc-3.3.6/gcc/||' > tmp-options.h
/bin/sh ../../gcc-3.3.6/gcc/move-if-change tmp-options.h options.h
options.h is unchanged
echo timestamp > s-options
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings - 
Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno- 
long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.6/gcc -I../../ 
gcc-3.3.6/gcc/. -I../../gcc-3.3.6/gcc/config -I../../gcc-3.3.6/gcc/../ 
include \
	  -DTARGET_NAME=\"mips-unknown-elf\" \
	  -c ../../gcc-3.3.6/gcc/toplev.c -o toplev.o
In file included from ../../gcc-3.3.6/gcc/toplev.c:42:
../../gcc-3.3.6/gcc/tree.h:130: warning: type of bit-field ‘code’  
is a GCC extension
In file included from ../../gcc-3.3.6/gcc/toplev.c:42:
../../gcc-3.3.6/gcc/tree.h:1249: warning: type of bit-field ‘mode’  
is a GCC extension
../../gcc-3.3.6/gcc/tree.h:1804: warning: type of bit-field ‘mode’  
is a GCC extension
../../gcc-3.3.6/gcc/tree.h:1829: warning: type of bit-field  
‘built_in_class’ is a GCC extension
In file included from ../../gcc-3.3.6/gcc/toplev.c:43:
../../gcc-3.3.6/gcc/rtl.h:132: warning: type of bit-field ‘code’  
is a GCC extension
../../gcc-3.3.6/gcc/rtl.h:135: warning: type of bit-field ‘mode’  
is a GCC extension
In file included from ../../gcc-3.3.6/gcc/toplev.c:50:
../../gcc-3.3.6/gcc/recog.h:227: warning: type of bit-field ‘mode’  
is a GCC extension
In file included from ../../gcc-3.3.6/gcc/toplev.c:69:
../../gcc-3.3.6/gcc/real.h:45: warning: type of bit-field ‘class’  
is a GCC extension
rm -rf libbackend.a
ar rc libbackend.a alias.o bb-reorder.o bitmap.o builtins.o caller- 
save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o  
cfgloop.o cfgrtl.o combine.o conflict.o convert.o cse.o cselib.o  
dbxout.o debug.o df.o diagnostic.o doloop.o dominance.o dwarf2asm.o  
dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o  
final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o  
global.o graph.o gtype-desc.o haifa-sched.o hashtable.o hooks.o  
ifcvt.o insn-attrtab.o insn-emit.o insn-extract.o insn-opinit.o insn- 
output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o   
langhooks.o lcm.o lists.o local-alloc.o loop.o mbchar.o optabs.o  
params.o predict.o print-rtl.o print-tree.o profile.o ra.o ra-build.o  
ra-colorize.o ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o  
regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o  
rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched- 
rgn.o sched-vis.o sdbout.o sibcall.o simplify-rtx.o ssa.o ssa-ccp.o  
ssa-dce.o stmt.o stor-layout.o stringpool.o timevar.o toplev.o  
tracer.o tree.o tree-dump.o tree-inline.o unroll.o varasm.o varray.o  
version.o vmsdbgout.o xcoffout.o et-forest.o ggc-page.o mips.o
ranlib: file: libbackend.a(doloop.o) has no symbols
ranlib: file: libbackend.a(dwarfout.o) has no symbols
ranlib: file: libbackend.a(mbchar.o) has no symbols
ranlib: file: libbackend.a(vmsdbgout.o) has no symbols
ranlib: file: libbackend.a(xcoffout.o) has no symbols
ranlib libbackend.a
ranlib: file: libbackend.a(doloop.o) has no symbols
ranlib: file: libbackend.a(dwarfout.o) has no symbols
ranlib: file: libbackend.a(mbchar.o) has no symbols
ranlib: file: libbackend.a(vmsdbgout.o) has no symbols
ranlib: file: libbackend.a(xcoffout.o) has no symbols
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings - 
Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno- 
long-long   -DHAVE_CONFIG_H  -o cc1 \
		c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o c- 
pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c- 
opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a   
main.o libbackend.a ./intl/libintl.a  -liconv  ../libiberty/libiberty.a
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings - 
Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno- 
long-long   -DHAVE_CONFIG_H  gcov.o intl.o version.o ./intl/libintl.a   
-liconv  ../libiberty/libiberty.a -o gcov
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings - 
Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno- 
long-long   -DHAVE_CONFIG_H  -o Tcollect2 \
		collect2.o tlink.o intl.o version.o ./intl/libintl.a  -liconv  ../ 
libiberty/libiberty.a
mv -f Tcollect2 collect2
if test yes = yes \
	   || test -n ""; then \
	  /bin/sh ../../gcc-3.3.6/gcc/genmultilib \
	    "msingle-float" \
	    "single-float" \
	    "" \
	    "" \
	    "" \
	    "" \
	    "" \
	    "yes" \
	    > tmp-mlib.h; \
	else \
	  /bin/sh ../../gcc-3.3.6/gcc/genmultilib '' '' '' '' '' '' '' no \
	    > tmp-mlib.h; \
	fi
/bin/sh ../../gcc-3.3.6/gcc/move-if-change tmp-mlib.h multilib.h
multilib.h is unchanged
echo timestamp > s-mlib
lsf=""; for f in $lsf; do \
	    echo "#include \"$f\""; \
	done | sed 's|../../gcc-3.3.6/gcc/||' > tmp-specs.h
/bin/sh ../../gcc-3.3.6/gcc/move-if-change tmp-specs.h specs.h
specs.h is unchanged
echo timestamp > s-specs
(SHLIB_LINK='' \
	SHLIB_MULTILIB=''; \
	gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings - 
Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno- 
long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.6/gcc -I../../ 
gcc-3.3.6/gcc/. -I../../gcc-3.3.6/gcc/config -I../../gcc-3.3.6/gcc/../ 
include \
   -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/ 
Users/arnold/Downloads/nestedvm-2009-06-07/upstream/install/lib/gcc- 
lib/\" -DDEFAULT_TARGET_VERSION=\"3.3.6\" -DDEFAULT_TARGET_MACHINE= 
\"mips-unknown-elf\" -DSTANDARD_BINDIR_PREFIX=\"/Users/arnold/ 
Downloads/nestedvm-2009-06-07/upstream/install/bin/\" - 
DTOOLDIR_BASE_PREFIX=\"../../../../\"  `test "X${SHLIB_LINK}" = "X" ||  
test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X$ 
{SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \
   -c ../../gcc-3.3.6/gcc/gcc.c -o gcc.o)
In file included from ../../gcc-3.3.6/gcc/gcc.c:144:
./configargs.h:2: warning: string length ‘966’ is greater than the  
length ‘509’ ISO C89 compilers are required to support
../../gcc-3.3.6/gcc/gcc.c:706: warning: string length ‘524’ is  
greater than the length ‘509’ ISO C89 compilers are required to  
support
../../gcc-3.3.6/gcc/gcc.c:853: warning: string length ‘523’ is  
greater than the length ‘509’ ISO C89 compilers are required to  
support
../../gcc-3.3.6/gcc/gcc.c: In function ‘fatal’:
../../gcc-3.3.6/gcc/gcc.c:6552: warning: traditional C rejects ISO C  
style function definitions
../../gcc-3.3.6/gcc/gcc.c: In function ‘error’:
../../gcc-3.3.6/gcc/gcc.c:6566: warning: traditional C rejects ISO C  
style function definitions
../../gcc-3.3.6/gcc/gcc.c: In function ‘notice’:
../../gcc-3.3.6/gcc/gcc.c:6579: warning: traditional C rejects ISO C  
style function definitions
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings - 
Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno- 
long-long   -DHAVE_CONFIG_H  -o xgcc gcc.o gccspec.o intl.o \
	  prefix.o version.o  ./intl/libintl.a  -liconv  ../libiberty/ 
libiberty.a
cp xgcc gcc-cross
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings - 
Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno- 
long-long   -DHAVE_CONFIG_H  -o cpp gcc.o cppspec.o intl.o \
	  prefix.o version.o  ./intl/libintl.a  -liconv  ../libiberty/ 
libiberty.a
/Users/arnold/Downloads/nestedvm-2009-06-07/upstream/build/gcc-obj/gcc/ 
xgcc -B/Users/arnold/Downloads/nestedvm-2009-06-07/upstream/build/gcc- 
obj/gcc/ -B/Users/arnold/Downloads/nestedvm-2009-06-07/upstream/ 
install/mips-unknown-elf/bin/ -B/Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream/install/mips-unknown-elf/lib/ -isystem / 
Users/arnold/Downloads/nestedvm-2009-06-07/upstream/install/mips- 
unknown-elf/include -dumpspecs > tmp-specs
mv tmp-specs specs
if [ -f specs.ready ] ; then \
		true; \
	else \
		echo timestamp > specs.ready; \
	fi
if [ -d "/Users/arnold/Downloads/nestedvm-2009-06-07/upstream/install/ 
lib/gcc-lib/mips-unknown-elf/3.3.6/../../../../mips-unknown-elf/sys- 
include" ]; \
	then \
	  CC="/Users/arnold/Downloads/nestedvm-2009-06-07/upstream/build/gcc- 
obj/gcc/xgcc -B/Users/arnold/Downloads/nestedvm-2009-06-07/upstream/ 
build/gcc-obj/gcc/ -B/Users/arnold/Downloads/nestedvm-2009-06-07/ 
upstream/install/mips-unknown-elf/bin/ -B/Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream/install/mips-unknown-elf/lib/ -isystem / 
Users/arnold/Downloads/nestedvm-2009-06-07/upstream/install/mips- 
unknown-elf/include -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite- 
strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./ 
include     -I. -I../../gcc-3.3.6/gcc -isystem include -isystem /Users/ 
arnold/Downloads/nestedvm-2009-06-07/upstream/install/lib/gcc-lib/mips- 
unknown-elf/3.3.6/../../../../mips-unknown-elf/sys-include"; \
	  export CC; \
	  /bin/sh ../../gcc-3.3.6/gcc/scan-types.sh "../../gcc-3.3.6/gcc"  
 >tmp-deduced.h; \
	  mv tmp-deduced.h deduced.h; \
	else \
	  echo timestamp > deduced.h; \
	fi
sed -e s/TARGET_GETGROUPS_T/gid_t/ \
	  deduced.h ../../gcc-3.3.6/gcc/sys-protos.h > tmp-fixtmp.c
mv tmp-fixtmp.c fixtmp.c
/Users/arnold/Downloads/nestedvm-2009-06-07/upstream/build/gcc-obj/gcc/ 
xgcc -B/Users/arnold/Downloads/nestedvm-2009-06-07/upstream/build/gcc- 
obj/gcc/ -B/Users/arnold/Downloads/nestedvm-2009-06-07/upstream/ 
install/mips-unknown-elf/bin/ -B/Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream/install/mips-unknown-elf/lib/ -isystem / 
Users/arnold/Downloads/nestedvm-2009-06-07/upstream/install/mips- 
unknown-elf/include fixtmp.c -w -U__SIZE_TYPE__ -U__PTRDIFF_TYPE__ - 
U__WCHAR_TYPE__ -E \
	  | sed -e 's/	/ /g' -e 's/ *(/ (/g' -e 's/ [ ]*/ /g' -e 's/( )/()/' \
	  |  ./gen-protos >xsys-protos.hT
Funny input line: timestamp
gen-protos: 1346 entries 341 collisions
mv xsys-protos.hT xsys-protos.h
rm -rf fixtmp.c
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings - 
Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno- 
long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../ 
gcc-3.3.6/gcc -I../../gcc-3.3.6/gcc/. -I../../gcc-3.3.6/gcc/config - 
I../../gcc-3.3.6/gcc/../include ../../gcc-3.3.6/gcc/fix-header.c -o  
fix-header.o
In file included from ../../gcc-3.3.6/gcc/cpplib.h:28,
                  from ../../gcc-3.3.6/gcc/fix-header.c:78:
../../gcc-3.3.6/gcc/line-map.h:47: warning: type of bit-field  
‘reason’ is a GCC extension
In file included from ../../gcc-3.3.6/gcc/fix-header.c:78:
../../gcc-3.3.6/gcc/cpplib.h:180: warning: type of bit-field  
‘type’ is a GCC extension
../../gcc-3.3.6/gcc/cpplib.h:487: warning: type of bit-field  
‘type’ is a GCC extension
../../gcc-3.3.6/gcc/fix-header.c: In function ‘fatal’:
../../gcc-3.3.6/gcc/fix-header.c:1319: warning: traditional C rejects  
ISO C style function definitions
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings - 
Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno- 
long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o fix-header fix- 
header.o \
	   scan-decls.o scan.o libcpp.a ./intl/libintl.a  -liconv  ../ 
libiberty/libiberty.a
if [ -f fixhdr.ready ] ; then \
		true; \
	else \
		echo timestamp > fixhdr.ready; \
	fi
objext='.o' \
	LIB1ASMFUNCS='_m16addsf3 _m16subsf3 _m16mulsf3 _m16divsf3 _m16eqsf2  
_m16nesf2 _m16gtsf2 _m16gesf2 _m16lesf2 _m16ltsf2 _m16fltsisf  
_m16fixsfsi _m16adddf3 _m16subdf3 _m16muldf3 _m16divdf3 _m16extsfdf2  
_m16trdfsf2 _m16eqdf2 _m16nedf2 _m16gtdf2 _m16gedf2 _m16ledf2  
_m16ltdf2 _m16fltsidf _m16fixdfsi _m16retsf _m16retdf _m16stub1  
_m16stub2 _m16stub5 _m16stub6 _m16stub9 _m16stub10 _m16stubsf0  
_m16stubsf1 _m16stubsf2 _m16stubsf5 _m16stubsf6 _m16stubsf9  
_m16stubsf10 _m16stubdf0 _m16stubdf1 _m16stubdf2 _m16stubdf5  
_m16stubdf6 _m16stubdf9 _m16stubdf10' \
	LIB2FUNCS_1='_muldi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _clz  
_cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi  
_fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi' \
	LIB2FUNCS_2='_floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf  
_clear_cache _trampoline __main _exit _absvsi2 _absvdi2 _addvsi3  
_addvdi3 _subvsi3 _subvdi3 _mulvsi3 _mulvdi3 _negvsi2 _negvdi2 _ctors' \
	LIB2FUNCS_ST='_eprintf _bb __gcc_bcmp' \
	LIB2ADD='' \
	LIB2ADD_ST='' \
	LIB2ADDEH='../../gcc-3.3.6/gcc/unwind-dw2.c ../../gcc-3.3.6/gcc/ 
unwind-dw2-fde.c ../../gcc-3.3.6/gcc/unwind-sjlj.c ../../gcc-3.3.6/gcc/ 
unwind-c.c' \
	LIB2ADDEHDEP='unwind.inc unwind-dw2-fde.h' \
	FPBIT='fp-bit.c' \
	FPBIT_FUNCS='_pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf  
_fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf _lt_sf _le_sf  
_unord_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df _sf_to_tf  
_thenan_sf _sf_to_usi _usi_to_sf' \
	LIB2_DIVMOD_FUNCS='_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv  
_udivmoddi4' \
	DPBIT='dp-bit.c' \
	DPBIT_FUNCS='_pack_df _unpack_df _addsub_df _mul_df _div_df  
_fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df _lt_df _le_df  
_unord_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf _df_to_tf  
_thenan_df _df_to_usi _usi_to_df' \
	TPBIT='' \
	TPBIT_FUNCS='_pack_tf _unpack_tf _addsub_tf _mul_tf _div_tf  
_fpcmp_parts_tf _compare_tf _eq_tf _ne_tf _gt_tf _ge_tf _lt_tf _le_tf  
_unord_tf _si_to_tf _tf_to_si _negate_tf _make_tf _tf_to_df _tf_to_sf  
_thenan_tf _tf_to_usi _usi_to_tf' \
	MULTILIBS=`/Users/arnold/Downloads/nestedvm-2009-06-07/upstream/build/ 
gcc-obj/gcc/xgcc -B/Users/arnold/Downloads/nestedvm-2009-06-07/ 
upstream/build/gcc-obj/gcc/ -B/Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream/install/mips-unknown-elf/bin/ -B/Users/ 
arnold/Downloads/nestedvm-2009-06-07/upstream/install/mips-unknown-elf/ 
lib/ -isystem /Users/arnold/Downloads/nestedvm-2009-06-07/upstream/ 
install/mips-unknown-elf/include --print-multi-lib` \
	EXTRA_MULTILIB_PARTS='crtbegin.o crtend.o crti.o crtn.o' \
	SHLIB_LINK='' \
	SHLIB_INSTALL='' \
	SHLIB_EXT='' \
	SHLIB_MULTILIB='' \
	SHLIB_MKMAP='' \
	SHLIB_MKMAP_OPTS='' \
	SHLIB_MAPFILES='' \
	SHLIB_NM_FLAGS='-pg' \
	MULTILIB_OSDIRNAMES='' \
	mkinstalldirs='/bin/sh ../../gcc-3.3.6/gcc/mkinstalldirs' \
	  /bin/sh mklibgcc > tmp-libgcc.mk
mv tmp-libgcc.mk libgcc.mk
TM_DEFINES="OBJECT_FORMAT_ELF " \
	HEADERS="ansidecl.h  mips/mips.h mips/elf.h defaults.h" XM_DEFINES="" \
	TARGET_CPU_DEFAULT="" \
	/bin/sh ../../gcc-3.3.6/gcc/mkconfig.sh tconfig.h
tconfig.h is unchanged
/usr/bin/make GCC_FOR_TARGET="/Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream/build/gcc-obj/gcc/xgcc -B/Users/arnold/ 
Downloads/nestedvm-2009-06-07/upstream/build/gcc-obj/gcc/ -B/Users/ 
arnold/Downloads/nestedvm-2009-06-07/upstream/install/mips-unknown-elf/ 
bin/ -B/Users/arnold/Downloads/nestedvm-2009-06-07/upstream/install/ 
mips-unknown-elf/lib/ -isystem /Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream/install/mips-unknown-elf/include" \
	  BUILD_PREFIX="" BUILD_PREFIX_1="loser-" \
	  AR_FOR_TARGET="mips-unknown-elf-ar" \
	  AR_CREATE_FOR_TARGET="mips-unknown-elf-ar  rc" \
	  AR_FLAGS_FOR_TARGET="" \
	  CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes - 
Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long " \
	  RANLIB_FOR_TARGET="mips-unknown-elf-ranlib" \
	  RANLIB_TEST_FOR_TARGET="[ -f mips-unknown-elf-ranlib ] || ( [ "i686- 
apple-darwin9.7.0" = "mips-unknown-elf" ] && [ -f /usr/bin/ranlib -o - 
f /bin/ranlib ] )" \
	  NM_FOR_TARGET="nm" AWK="awk" \
	  LIBGCC2_CFLAGS="-O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite- 
strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  - 
G 0 -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc" \
	  INCLUDES="-I. -I. -I../../gcc-3.3.6/gcc -I../../gcc-3.3.6/gcc/. - 
I../../gcc-3.3.6/gcc/config -I../../gcc-3.3.6/gcc/../include" \
	  CONFIG_H="config.h auto-host.h ../../gcc-3.3.6/gcc/../include/ 
ansidecl.h ../../gcc-3.3.6/gcc/config/mips/mips.h ../../gcc-3.3.6/gcc/ 
config/mips/elf.h ../../gcc-3.3.6/gcc/defaults.h ../../gcc-3.3.6/gcc/ 
defaults.h insn-constants.h insn-flags.h" MACHMODE_H="machmode.h  
machmode.def " \
	  LIB1ASMSRC='mips/mips16.S' \
	  MAKEOVERRIDES= \
	  -f libgcc.mk all
make[4]: Entering directory `/Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream/build/gcc-obj/gcc'
for d in libgcc single-float libgcc/single-float; do \
	  if [ -d $d ]; then true; else /bin/sh ../../gcc-3.3.6/gcc/ 
mkinstalldirs $d; fi; \
	done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/Users/arnold/Downloads/nestedvm-2009-06-07/upstream/build/gcc-obj/gcc/ 
xgcc -B/Users/arnold/Downloads/nestedvm-2009-06-07/upstream/build/gcc- 
obj/gcc/ -B/Users/arnold/Downloads/nestedvm-2009-06-07/upstream/ 
install/mips-unknown-elf/bin/ -B/Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream/install/mips-unknown-elf/lib/ -isystem / 
Users/arnold/Downloads/nestedvm-2009-06-07/upstream/install/mips- 
unknown-elf/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite- 
strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  - 
G 0 -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. - 
I../../gcc-3.3.6/gcc -I../../gcc-3.3.6/gcc/. -I../../gcc-3.3.6/gcc/ 
config -I../../gcc-3.3.6/gcc/../include -DL_m16addsf3 -xassembler-with- 
cpp -c ../../gcc-3.3.6/gcc/config/mips/mips16.S -o libgcc/./_m16addsf3.o
FATAL:/usr/bin/../libexec/gcc/darwin/i386/as: I don't understand 'G'  
flag!
make[4]: *** [libgcc/./_m16addsf3.o] Error 1
make[4]: Leaving directory `/Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream/build/gcc-obj/gcc'
make[3]: *** [stmp-multilib] Error 2
make[3]: Leaving directory `/Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream/build/gcc-obj/gcc'
make[2]: *** [all-gcc] Error 2
make[2]: Leaving directory `/Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream/build/gcc-obj'
make[1]: *** [tasks/build_gcc] Error 2
make[1]: Leaving directory `/Users/arnold/Downloads/ 
nestedvm-2009-06-07/upstream'
make: *** [upstream/tasks/build_gcc] Error 2
make: Leaving directory `/Users/arnold/Downloads/nestedvm-2009-06-07'





More information about the Nestedvm mailing list