[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
failed to build tools
- Date: Thu, 27 May 1999 17:24:55 -0400 (EDT)
- From: hxz at pris.EEAP.CWRU.Edu (Hao Zhang)
- Subject: failed to build tools
Hi ,
I built the x-compiler toolset under linux 5.1 for m68k CPU. all archives were downloaded and uncompressed exactly as described in the on-line document, no problem found.
My gcc version is 2.7.2.3.
Finally I started to build tools with "bit m68k" command.
Then everything was OK until I got the following error message.
----
gmake[1]: Leaving directory `/tmp/abc/rtems/tools/build-m68k-tools/ld'
gmake[1]: Entering directory `/tmp/abc/rtems/tools/build-m68k-tools/gcc'
gcc -DCROSS_COMPILE -DIN_GCC -O2 -g -DHAVE_CONFIG_H -I. -I../../src/gcc -I../../src/gcc/config \
-DGCC_INCLUDE_DIR=\"/tmp/abc/rtems/egcs-1.1b-binutils-2.9.1-newlib-1.8.0/m68k-rtems/lib/gcc-lib/m68k-rtems/egcs-2.91.57/include\" \
-DGPLUSPLUS_INCLUDE_DIR=\"/tmp/abc/rtems/egcs-1.1b-binutils-2.9.1-newlib-1.8.0/m68k-rtems/include/g++\" \
-DOLD_GPLUSPLUS_INCLUDE_DIR=\"/tmp/abc/rtems/egcs-1.1b-binutils-2.9.1-newlib-1.8.0/m68k-rtems/lib/g++-include\" \
-DLOCAL_INCLUDE_DIR=\"/tmp/abc/rtems/egcs-1.1b-binutils-2.9.1-newlib-1.8.0/m68k-rtems/include\" \
-DCROSS_INCLUDE_DIR=\"/tmp/abc/rtems/egcs-1.1b-binutils-2.9.1-newlib-1.8.0/m68k-rtems/m68k-rtems/sys-include\" \
-DTOOL_INCLUDE_DIR=\"/tmp/abc/rtems/egcs-1.1b-binutils-2.9.1-newlib-1.8.0/m68k-rtems/m68k-rtems/include\" \
-c `echo ../../src/gcc/cccp.c | sed 's,^\./,,'`
as: unrecognized option `-Qy'
gmake[1]: *** [cccp.o] Error 1
gmake[1]: Leaving directory `/tmp/abc/rtems/tools/build-m68k-tools/gcc'
gmake: *** [all-gcc] Error 2
ERROR: **** FAILED **** base build (step 1)
Started: Thu May 27 16:55:20 EDT 1999
Finished: Thu May 27 16:59:47 EDT 1999
Directory size information:
22113 build-m68k-tools
18 /tmp/abc/rtems/egcs-1.1b-binutils-2.9.1-newlib-1.8.0/m68k-rtems
The src and build-m68k-tools subdirectory have NOT been removed.
------- end of error message ----
Anybody can help me figure it out? That would be appreciated.
hxz at pris.cwru.edu