public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc 3.2 limits.h from crtstuff.c
@ 2002-09-02 15:11 David Meggy
  2002-09-03  1:43 ` Rupert Wood
  0 siblings, 1 reply; 5+ messages in thread
From: David Meggy @ 2002-09-02 15:11 UTC (permalink / raw)
  To: gcc-help


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
~~~~~~~~~~~~~~~~~~~~~~~~

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-09-03 16:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-02 15:11 gcc 3.2 limits.h from crtstuff.c David Meggy
2002-09-03  1:43 ` Rupert Wood
2002-09-03  8:07   ` David Meggy
2002-09-03  8:53   ` David Meggy
2002-09-03  9:17   ` David Meggy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).