Re: clean for kernel build

2008-04-23 Thread Daniel Bye
On Tue, Apr 22, 2008 at 04:00:42PM -0600, Andrew Falanga wrote: On Tue, Apr 22, 2008 at 3:17 PM, Fraser Tweedale [EMAIL PROTECTED] wrote: `make buildkernel` in /usr/src does a clean before building. You most likely are missing something in your kernel config (i.e. a device that is depended

clean for kernel build

2008-04-22 Thread Andrew Falanga
How does one clean the build environment for the kernel? I'm building a custom kernel for IPSec and when it got to the linking phase of the build, the build process bailed with many linking errors: xform_ah.o(.text+0x15): In function `ah_algorithm_lookup': : undefined reference to

Re: clean for kernel build

2008-04-22 Thread Fraser Tweedale
`make buildkernel` in /usr/src does a clean before building. You most likely are missing something in your kernel config (i.e. a device that is depended on by another device). frase Andrew Falanga wrote: How does one clean the build environment for the kernel? I'm building a custom kernel

Re: clean for kernel build

2008-04-22 Thread Andrew Falanga
On Tue, Apr 22, 2008 at 3:17 PM, Fraser Tweedale [EMAIL PROTECTED] wrote: `make buildkernel` in /usr/src does a clean before building. You most likely are missing something in your kernel config (i.e. a device that is depended on by another device). frase Thanks. What options are