public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "iosphere" <iosphere@sonic.net>
To: "gcc - help" <gcc-help@gcc.gnu.org>
Subject: gcc arm-elf cross compile errors
Date: Thu, 14 Feb 2002 14:29:00 -0000	[thread overview]
Message-ID: <005101c1b5a2$4df86b60$c80aa8c0@gimper> (raw)

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



                 reply	other threads:[~2002-02-14 22:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='005101c1b5a2$4df86b60$c80aa8c0@gimper' \
    --to=iosphere@sonic.net \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).