This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
gcc 3.2 limits.h from crtstuff.c
- From: David Meggy <dmeggy at techsol dot ca>
- To: gcc-help at gcc dot gnu dot org
- Date: 02 Sep 2002 15:03:06 -0700
- Subject: gcc 3.2 limits.h from crtstuff.c
Hi, I'm trying to cross compile a native compiler. I think there is
something wrong with the way it finds includes. My neccessary
information and errors are below. When the #include <limits.h> is made
from tsystem.h, gcc should first try ${my cross env}/include/limits.h
right? Well it using the one from ./include/limits.h. So now that this
one is calling #include_next <limits.h>, gcc can't find anymore
limits.h. According to my inserted #warnings ${my cross
env}/include/limits.h is never called.
If someone could help, it would be greatly appreciated.
Dave
My build environment consists of gcc 3.2 configured as follows
./configure --target=arm-linux --host=i386-pc-linux-gnu \
--enable-target-optspace --prefix=${my cross env} \
--enable-languages=c --disable-multilib --disable-threads \
--with-gnu-ld --disable-nls --disable-shared
and the compiler I'm trying to build was configured like this
{gcc_source_path}/configure --target=arm-linux --host=arm-linux \
--build=i386-pc-linux-gnu --prefix=${my cross runtime env} \
--enable-languages=c --disable-multilib \
--disable-threads --disable-shared
I get the following error
make[3]: Leaving directory
`/home/david/working/arm-native/arm-linux-gcc/gcc/intl'
arm-linux-gcc -O2 -DIN_GCC -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I.
-I/home/david/working/arm-native/gcc-3.2/gcc
-I/home/david/working/arm-native/gcc-3.2/gcc/.
-I/home/david/working/arm-native/gcc-3.2/gcc/config
-I/home/david/working/arm-native/gcc-3.2/gcc/../include -g0
-finhibit-size-directive -fno-inline-functions -fno-exceptions \
-c /home/david/working/arm-native/gcc-3.2/gcc/crtstuff.c -DCRT_BEGIN
\
-o crtbegin.o
In file included from
/home/david/working/arm-native/gcc-3.2/gcc/tsystem.h:84,
from
/home/david/working/arm-native/gcc-3.2/gcc/crtstuff.c:62:
include/limits.h:3:2: warning: #warning "DAVE:********I'm here"
In file included from include/limits.h:11,
from
/home/david/working/arm-native/gcc-3.2/gcc/tsystem.h:84,
from
/home/david/working/arm-native/gcc-3.2/gcc/crtstuff.c:62:
/home/david/techsol/arm-cross-v0.9/lib/gcc-lib/arm-linux/3.2/include/syslimits.h:7:25: no include path in which to find limits.h
make[2]: *** [crtbegin.o] Error 1
I put in the #warning into the file {build_dir}/gcc/include/limits.h so
I could tell which limits.h it was using.
--
~~~~~~~~~~~~~~~~~~~~~~~~
David Meggy
Engineering
Technical Solutions Inc.
Unit #1 7157 Honeyman St
Delta BC Canada, V4G 1E2
www.techsol.ca
eMail: dmeggy@techsol.ca
Tel: 604 946 TECH (8324)
Fax: 604 946 6445
~~~~~~~~~~~~~~~~~~~~~~~~