home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8555 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  1.8 KB

  1. Path: sparky!uunet!ogicse!henson!news.u.washington.edu!serval!phys1.physics.wsu.edu!hlu
  2. From: hlu@phys1.physics.wsu.edu (Hongjiu Lu)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: HELP! -- Internal Compiler Error
  5. Message-ID: <1992Aug18.174839.15266@serval.net.wsu.edu>
  6. Date: 18 Aug 92 17:48:39 GMT
  7. Article-I.D.: serval.1992Aug18.174839.15266
  8. References: <1992Aug17.153437.25068@cs.tu-berlin.de> <l90346INN8sa@ozona.cs.utexas.edu> <1992Aug18.001710.10722@sol.UVic.CA>
  9. Sender: news@serval.net.wsu.edu (USENET News System)
  10. Organization: Washington State University
  11. Lines: 34
  12.  
  13. Gcc 2.2.2d uses new stat (). If your kernel doesn't support it, I don't
  14. know exactly what will happen but gcc will die.
  15.  
  16. -- 
  17. H.J.
  18. Gcc/libc maintainer for Linux.
  19. In article <1992Aug18.001710.10722@sol.UVic.CA>, pmacdona@sanjuan (Peter MacDonald) writes:
  20. |> In article <l90346INN8sa@ozona.cs.utexas.edu> jefftep@cs.utexas.edu (Jeffrey Grills) writes:
  21. |> >In article <1992Aug17.153437.25068@cs.tu-berlin.de> mackpei@cs.tu-berlin.de (Xue-Jun Pei) writes:
  22. |> >>
  23. |> >>I got the following error while trying to recompile 0.96c with GCC
  24. |> >>2.2.2:
  25. |> >>
  26. |> >>Usage: date [-q] [[MMDDYY]hhmm[ss]]
  27. |> >>touch include/linux/config.h
  28. |> >>gcc -E -traditional boot/bootsect.S -o boot/bootsect.s
  29. |> >>as86 -0 -a -o boot/bootsect.o boot/bootsect.s
  30. |> >>ld86 -0 -s -o boot/bootsect boot/bootsect.o
  31. |> >>gcc -E -traditional boot/setup.S -o boot/setup.s
  32. |> >>as86 -0 -a -o boot/setup.o boot/setup.s
  33. |> >>ld86 -0 -s -o boot/setup boot/setup.o
  34. |> >>gcc -Wall -O6 -fomit-frame-pointer -c -o init/main.o init/main.c
  35. |> >>gcc: Internal compiler error: program cc1 got fatal signal 11
  36. |> >>make: *** [init/main.o] Error 1
  37. |> >>
  38. |> >>Sorry for it has been mentioned before, I couldn't find it.
  39. |> >>
  40. |> >>Any help would be appreciated!
  41. |> >>
  42. |> 
  43. |> Seems I am seeing the same problem, since I have started using
  44. |> 2.2.2d.
  45. |> 
  46. |> Peter.
  47.