public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc arm-elf cross compile errors
@ 2002-02-14 14:29 iosphere
  0 siblings, 0 replies; only message in thread
From: iosphere @ 2002-02-14 14:29 UTC (permalink / raw)
  To: gcc - help

Good Day,

I am attempting to compile a gcc cross compiler with TARGET=arm-elf. I seem
to be running across this error when building the bootstrap cross compiler:

"make all-recursive
Making all in intl
Making all in lib
Making all in makeinfo
(cd intl && make all)
if [ -d /usr/home/champ/arm/install/arm-elf/sys-include ];  then
CC="/usr/home/champ/arm/build-gcc/gcc/xgcc -B/usr/home/champ/arm/build-gcc/g
cc/ -B/usr/home/champ/arm/install/arm-elf/bin/ -I/usr/home/champ/arm/install
/arm-elf/include -DCROSS_COMPILE -DIN_GCC    -g -O2 -I./include     -I. -I..
/../gcc-2.95.3/gcc -Iinclude -I/usr/home/champ/arm/install/arm-elf/sys-inclu
de";  export CC;  /bin/sh ../../gcc-2.95.3/gcc/scan-types.sh
"../../gcc-2.95.3/gcc" >tmp-deduced.h;  mv tmp-deduced.h deduced.h;  else
touch deduced.h;  fi
st-dummy.c:1: sys/types.h: No such file or directory
st-dummy.c:4: stdio.h: No such file or directory
st-dummy.c:5: time.h: No such file or directory
st-dummy.c:6: signal.h: No such file or directory
scan-types: could not invoke
/usr/home/champ/arm/build-gcc/gcc/xgcc -B/usr/home/champ/arm/build-gcc/gcc/ 
-B/usr/home/champ/arm/install/arm-elf/bin/ -I/usr/home/champ/arm/install/arm
-elf/include -D"

I am following the instructions from:
http://www.billgatliff.com/articles/gnu/gnu-arm7t/x56.html building as they
say on freeBSD4.4 x86. I have succesfully built the binutils package, but no
luck with gcc.

I have found all of the files that "st-dummy.c" cannot find, I have found
the program xgcc that "scan-types" could not invoke , and I've added them to
my path, still no luck.

As I am new to GNU and gcc, do any gurus have any advice?

~Thanks



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-02-14 22:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-14 14:29 gcc arm-elf cross compile errors iosphere

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).