On 1/30/12 10:15 AM, Desai, Kashyap wrote:
> Hi,
> 
> I am seeing some uncommon problem while doing compilation of mps driver (this 
> is a latest driver from LSI).
> 
> Here are the steps I followed.
> 
> CASE-1 
> 
> 1. remove mps directory from sys/dev and sys/module and overwrite those two 
> directories with my latest code.
> 2. go to sys/module/mps and run "make". [Things works fine.]
> 
> CASE-2.
> 1. remove mps directory from sys/dev and sys/module and overwrite those two 
> directories with my latest code.
> 2. go to main directory ( In my case it is "/usr/trees/9.0.0")
> 3. Run below command 
> make -j8 buildkernel KERNCONF=GENERIC MODULES_OVERRIDE=mps TARGET_ARCH=amd64 
> SYSDIR=/usr/trees/9.0.0/sys -DNO_CLEAN -DNO_KERNELCONFIG -DNO_KERNELCLEAN 
> -DNO_KERNELDEPEND
> 

Why are you multithreading your kernel build ?

I might be mistaken but I've always read you're *NOT* supposed to do
that, only with the world !
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[email protected]"

Reply via email to