I can't get my kernel to compile when following the UPDATING
instructions. I also note that the "To build a kernel" instructions
contains one too many "../".
Here's what led me to it:
[root@buff:/usr/src/sys/compile/BUFF] # make install
install -c -m 555 -o root -g wheel -fschg kernel /kernel
/usr/libexec/ld-elf.so.1: install: Undefined symbol "setflags"
*** Error code 1
Stop in /usr/src/sys/compile/BUFF.
[insert lightbulb here]
Ahhh, yes, /usr/src/UPDATING has the right stuff.
cd src/usr.bin/genassym
make depend all install clean
cd ../../usr.sbin/config
make depend all install clean
cd ../../../sys/i386/conf <=== wrong *******
config YOUR_KERNEL_HERE
cd ../../compile/YOUR_KERNEL_HERE
make depend & & make
*********** should be cd ../../sys/i386/conf
but following the above instructions still gives me:
[root@buff:/usr/src/sys/compile/BUFF] # make install
install -c -m 555 -o root -g wheel -fschg kernel /kernel
/usr/libexec/ld-elf.so.1: install: Undefined symbol "setflags"
*** Error code 1
Stop in /usr/src/sys/compile/BUFF.
# uname -a
FreeBSD buff.unixathome.org 4.0-20000127-CURRENT FreeBSD 4.0-
20000127-CURRENT #0: Thu Jan 27 15:14:24 GMT 2000
[EMAIL PROTECTED]:/usr/src/sys/compile/GENERIC i386
cvsup is about 15 hours old and make world was just done.
cheers.
--
Dan Langille - DVL Software Limited [I'm looking for more work]
The FreeBSD Diary - http://www.freebsddiary.org/
NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/
The Racing System - http://www.racingsystem.com/
unix @ home - http://www.unixathome.org/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message