home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- Path: sparky!uunet!cis.ohio-state.edu!nas.nasa.gov!jet
- From: jet@nas.nasa.gov (J. Eric Townsend)
- Subject: Problem compiling gcc-2.2.2 for new machine
- Message-ID: <JET.92Sep10135014@win30.nas.nasa.gov>
- Sender: gnulists@ai.mit.edu
- Organization: Numerical Aerodynamic Simulation, NASA Ames
- Distribution: gnu
- Date: Thu, 10 Sep 1992 17:50:14 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 29
-
- I'm trying to build gcc-2.2.2 for a new machine (don't worry, it'll be
- announced soon :-). I've gotten gcc to compile and link itself up to
- producing "gcc" from stage1. However, I get the following error
- message, and I'm unable to track down where/how/why it's happening:
-
- ==============
- [...]
- make CC="stage1/gcc -Bstage1/" CFLAGS="-O"
- stage1/gcc -Bstage1/ -O -o gccnew gcc.o version.o obstack.o ` case "stage1/gcc -Bstage1/" in "cc") echo ;; esac `
- mv -f gccnew gcc
- rm -f SYSCALLS.c tmp-SYSCALLS.s
- cat ./sys-types.h ./sys-protos.h > SYSCALLS.c
- ./gcc -O -B./ -I. -I. -I./config -aux-info SYSCALLS.c.X -S -o tmp-SYSCALLS.s SYSCALLS.c
- make: *** [SYSCALLS.c.X] IOT/Abort trap (core dumped)
- ==============
-
- If I run the gcc outside of the make, I get no error messages, but I
- also get no output.
-
- Hints/clues/pointers?
-
- Just when I thought I was on a roll.... :-(
-
- --
- J. Eric Townsend -- jet@nas.nasa.gov -- 415.604.4311
- '92 R100R, DoD# 0378
- "Nude wheelies are probably the ultimate in squidliness." -- someone at
- Lissa's party
-
-