home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / gcc / bug / 2309 < prev    next >
Encoding:
Text File  |  1992-09-10  |  1.5 KB  |  42 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!nas.nasa.gov!jet
  3. From: jet@nas.nasa.gov (J. Eric Townsend)
  4. Subject: Problem compiling gcc-2.2.2 for new machine
  5. Message-ID: <JET.92Sep10135014@win30.nas.nasa.gov>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: Numerical Aerodynamic Simulation, NASA Ames
  8. Distribution: gnu
  9. Date: Thu, 10 Sep 1992 17:50:14 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 29
  12.  
  13. I'm trying to build gcc-2.2.2 for a new machine (don't worry, it'll be
  14. announced soon :-).  I've gotten gcc to compile and link itself up to
  15. producing "gcc" from stage1.  However, I get the following error
  16. message, and I'm unable to track down where/how/why it's happening:
  17.  
  18. ==============
  19. [...]
  20. make CC="stage1/gcc -Bstage1/" CFLAGS="-O"
  21. stage1/gcc -Bstage1/    -O   -o gccnew gcc.o version.o obstack.o ` case "stage1/gcc -Bstage1/" in "cc") echo  ;; esac `
  22. mv -f gccnew gcc
  23. rm -f SYSCALLS.c tmp-SYSCALLS.s
  24. cat ./sys-types.h ./sys-protos.h > SYSCALLS.c
  25. ./gcc    -O -B./    -I. -I. -I./config -aux-info SYSCALLS.c.X -S -o tmp-SYSCALLS.s SYSCALLS.c
  26. make: *** [SYSCALLS.c.X] IOT/Abort trap (core dumped)
  27. ==============
  28.  
  29. If I run the gcc outside of the make, I get no error messages, but I
  30. also get no output.
  31.  
  32. Hints/clues/pointers?
  33.  
  34. Just when I thought I was on a roll.... :-(
  35.  
  36. --
  37.              J. Eric Townsend --  jet@nas.nasa.gov -- 415.604.4311
  38.                               '92 R100R, DoD# 0378
  39.  "Nude wheelies are probably the ultimate in squidliness."  -- someone at
  40.                                                           Lissa's party
  41.  
  42.