Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2012 10:47:52 +0100
From:      Damien Fleuriot <ml@my.gd>
To:        freebsd-stable@freebsd.org
Subject:   Re: mps module compilation issue on FreeBSD-9 amd64
Message-ID:  <4F266748.4010602@my.gd>
In-Reply-To: <B2FD678A64EAAD45B089B123FDFC3ED729A3414A58@inbmail01.lsi.com>
References:  <B2FD678A64EAAD45B089B123FDFC3ED729A3414A58@inbmail01.lsi.com>

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


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 !



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