Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2006 10:55:59 +0200 (CEST)
From:      Zbigniew Szalbot <zbyszek@szalbot.homedns.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: custom kernel, make buildkernel and then?
Message-ID:  <20061011104436.B27448@192.168.11.51>
In-Reply-To: <452CACBC.7040507@u.washington.edu>
References:  <20061011084014.W23849@192.168.11.51> <452CA3A0.9060002@locolomo.org> <20061011101745.D27448@192.168.11.51> <452CABEE.8040302@u.washington.edu> <452CACBC.7040507@u.washington.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello again,

On Wed, 11 Oct 2006, Garrett Cooper wrote:

>> Easier just to go ln -s /root/kernel/LISTS /usr/src/sys/[arch]/conf/ .
>> 
>> -Garrett
> Err... omit that last period in the ln command. I just realized that could be 
> misleading.

Thank you Garrett - I did
ln -s /root/kernel/LISTS /usr/src/sys/i386/conf/

But the error is still there. However I realize now my mistake. I issued 
the above but it should have been kernels not kernel in the path. When I 
now try to make installkernel, it gives me this message:

>>> Installing kernel
--------------------------------------------------------------
cd /usr/obj/usr/src/sys/LISTS;  MAKEOBJDIRPREFIX=/usr/obj 
MACHINE_ARCH=i386  MACHINE=i386  CPUTYPE= 
GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin 
GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font 
GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac 
PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin 
make KERNEL=kernel install
cd: can't cd to /usr/obj/usr/src/sys/LISTS
*** Error code 2

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

The only thing in /usr/obj/usr/src/sys/ is the boot directory. Any advice?

Thanks for your patience with me and thank you very much for your help!


--
Zbigniew Szalbot



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