home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8456 < prev    next >
Encoding:
Text File  |  1992-08-17  |  1.0 KB  |  32 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!mcsun!Germany.EU.net!news.netmbx.de!zrz.tu-berlin.de!cs.tu-berlin.de!mackpei
  3. From: mackpei@cs.tu-berlin.de (Xue-Jun Pei)
  4. Subject: HELP! -- Internal Compiler Error
  5. Message-ID: <1992Aug17.153437.25068@cs.tu-berlin.de>
  6. Sender: news@cs.tu-berlin.de
  7. Organization: Techn. University of Berlin, Germany
  8. Date: Mon, 17 Aug 1992 15:34:37 GMT
  9. Lines: 21
  10.  
  11.  
  12. I got the following error while trying to recompile 0.96c with GCC
  13. 2.2.2:
  14.  
  15. Usage: date [-q] [[MMDDYY]hhmm[ss]]
  16. touch include/linux/config.h
  17. gcc -E -traditional boot/bootsect.S -o boot/bootsect.s
  18. as86 -0 -a -o boot/bootsect.o boot/bootsect.s
  19. ld86 -0 -s -o boot/bootsect boot/bootsect.o
  20. gcc -E -traditional boot/setup.S -o boot/setup.s
  21. as86 -0 -a -o boot/setup.o boot/setup.s
  22. ld86 -0 -s -o boot/setup boot/setup.o
  23. gcc -Wall -O6 -fomit-frame-pointer -c -o init/main.o init/main.c
  24. gcc: Internal compiler error: program cc1 got fatal signal 11
  25. make: *** [init/main.o] Error 1
  26.  
  27. Sorry for it has been mentioned before, I couldn't find it.
  28.  
  29. Any help would be appreciated!
  30.  
  31.  
  32.