home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / sun / admin / 8324 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.9 KB  |  50 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!wupost!darwin.sura.net!sgiblab!munnari.oz.au!mel.dit.csiro.au!aurora!larry!cce
  3. From: cce@dar.csiro.au (Elsum)
  4. Subject: Re: Can't build kernel after upgrade to 4.1.3
  5. Message-ID: <1992Nov17.025053.21625@aurora.dar.csiro.au>
  6. Sender: @aurora.dar.csiro.au
  7. Reply-To: cce@dar.csiro.au
  8. Organization: CSIRO Division of Atmospheric Research
  9. References: <1992Nov15.070858.1986@attain.icd.teradyne.com>
  10. Date: Tue, 17 Nov 1992 02:50:53 GMT
  11. Lines: 37
  12.  
  13. In article 1986@attain.icd.teradyne.com, jxh@certes.icd.teradyne.com (Jim Hickstein) writes:
  14. > I just upgraded my 4/670-140 to 4.1.3, from 4.1.1 (skipping 4.1.2), and
  15. > everything went fairly smoothly, until I tried to rebuild my custom
  16. > kernel.  When make tries to link vmunix, I get the following unresolved
  17. > references:
  18. > loading vmunix
  19. > ld: Undefined symbol
  20. >    _maxasynchio_cached
  21. >    _perproc_maxasynchio
  22. > *** Error code 2
  23. > I'll call Sun on Monday, but I wonder if anyone else has seen this.  I
  24. > removed the LWP and ASYNCHIO from my config file and rebuilt, but to no
  25. > avail.  I did a "make clean; make" figuring that the 4.1.1 objects needed
  26. > cleaning out, but it didn't make any difference.
  27. > Please reply by email and I will summarize.
  28. > -Running GENERIC until further notice,
  29. > -- 
  30. > "Neither can His Mind be thought to be in Tune whose Words do Jarre;
  31. >  Nor His Reason in Frame whose Sentence is Preposterous."
  32. > Jim Hickstein, Teradyne Inc., San Jose CA, (408) 434-0822 FAX -0252
  33. > jxh@icd.teradyne.com   ...!apple!attain!jxh
  34.  
  35.  
  36. Following Sun's example of PICKLE as the custom kernel, I have found it necessary to add an extra step in configuring the kernel.
  37.     cp GENERIC PICKLE      ### or your existing custom kernel ###
  38.     rm -r ../PICKLE        ###  extra step necessary to overcome problem specified ###
  39.     /etc/config PICKLE
  40.     cd ../PICKLE
  41.      and so on......
  42.  
  43. Clive Elsum  cce@dar.csiro.au
  44.  
  45.