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