[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Pb compiling egcs for rtems
- Date: Thu, 01 Jul 1999 15:40:23 +0200
- From: leroy at ensea.fr (christophe leroy)
- Subject: Pb compiling egcs for rtems
During egcs compilation, fixincludes is executed (here executed with set
-x).
It creates gcc/include, do things then removes it.
But it seems to be needed by the following.
What can I do to avoid that problem ?
Christophe Leroy
..............
+ echo Cleaning up DONE files.
Cleaning up DONE files.
+ cd /src2/rtems/tools/build-m68k-tools/gcc/include
+ find . -name DONE -exec rm -f {} ;
+ echo Removing unneeded directories:
Removing unneeded directories:
+ cd /src2/rtems/tools/build-m68k-tools/gcc/include
++ find . -type d -print
++ sort -r
+ files=./sys
./root
.
+ rmdir /src2/rtems/tools/build-m68k-tools/gcc/include/./sys
+ rmdir /src2/rtems/tools/build-m68k-tools/gcc/include/./root
+ rmdir /src2/rtems/tools/build-m68k-tools/gcc/include/.
+ exit 0
rm -f include/syslimits.h
if [ -f include/limits.h ]; then \
mv include/limits.h include/syslimits.h; \
else \
cp ../../src/gcc/gsyslimits.h include/syslimits.h; \
fi
cp: cannot create regular file `include/syslimits.h': No such file or
directory
make[1]: *** [stmp-fixinc] Error 1
make[1]: Leaving directory `/src2/rtems/tools/build-m68k-tools/gcc'
make: *** [all-gcc] Error 2
ERROR: **** FAILED **** base build (step 1)
Started: Thu Jul 1 14:12:58 CEST 1999
Finished: Thu Jul 1 15:02:58 CEST 1999
Directory size information:
42174 build-m68k-tools
18 /usr/local/m68k-rtems
The src and build-m68k-tools subdirectory have NOT been removed.