home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21590 < prev    next >
Encoding:
Text File  |  1992-12-24  |  1.1 KB  |  28 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!ux1.cso.uiuc.edu!news.cso.uiuc.edu!uxa.cso.uiuc.edu!djr48312
  3. From: djr48312@uxa.cso.uiuc.edu (Dennis Robinson)
  4. Subject: HELP, HELP: Making the kernel fails
  5. Message-ID: <Bzqz3F.D8I@news.cso.uiuc.edu>
  6. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  7. Organization: University of Illinois at Urbana
  8. Date: Thu, 24 Dec 1992 04:57:14 GMT
  9. Lines: 17
  10.  
  11. I've tried to compile the kernel about 50 different times.  Never getting
  12. it right.  Now I've upgraded and tried my luck again, only to fail.
  13. Here is what I got:
  14. make[1]: `lib.a' is up to date.
  15. ld  -r boot/head.o init/main.o tools/version.o kernel/kernel.o mm/mm.o fs/fs.o net/net.o fs/minix/minix.o fs/ext/ext.o fs/msdos/msdos.o fs/proc/proc.o kernel/blk_drv/blk_drv.a kernel/chr_drv/chr_drv.a kernel/blk_drv/scsi/scsi.a kernel/math/math.a lib/lib.a -o tools/system > System.map
  16. make: *** [tools/system] Error 139
  17.  
  18. I figure it messed up somewhere in the "tools" subdir.  The tools subdir
  19. looks like:
  20.  
  21. ls
  22. build.c    version.c  version.h  version.o
  23.  
  24. I see no makefile in this directory, nor a "tools/system"
  25.  
  26. please help me guys.
  27.  
  28.