Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 1997 16:22:54 -0700 (PDT)
From:      Doug Jolley <doug@cybernautics.net>
To:        undisclosed-recipients:;
Subject:   Compiling a Custom Kernel
Message-ID:  <199704232322.QAA06134@neptune.neptune.net>

next in thread | raw e-mail | index | archive | help
Hi --

I am trying to learn how to compile a custom kernel.  I copied
GENERIC into a file named CUSTOM.  Next I edited CUSTOM by
commenting out certain optional lines.  I ran "make depend"
just fine.  However, "make" bombs.  I have the following error
message:

    aha1542.o: More undefined symbol _scsi_uto3b follow

That line is followed by several lines complaining of undefined
symbols referenced from text segment.  Here's an example:

    aic7xxx.o: Undefined symbol `_scsu_alloc_bus` referemced from text segment

Finally we get:

    *** Error Code 1

    Stop.

I've compared CUSTOM to GENERIC and I don't see any differences 
other than the commenting out of optional lines.  I went through
the process of re-compiling GENERIC and that operation was successful.
That would seem to indicate a defect with CUSTOM.  If anyone has
any idea what that defect might be, I'd sure love to hear it.
Thanks for any input.

    ... doug
______________________________________________________________________________
Doug Jolley    mailto://doug@cybernautics.net    http://www.cybernautics.net
         Don't bogart that file, my friend.  Net it over to me.
------------------------------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704232322.QAA06134>