make oldconfig

Dave Jones davej at redhat.com
Tue Nov 18 21:21:48 UTC 2003


On Tue, Nov 18, 2003 at 03:14:08PM -0500, David C. Hart wrote:
 > "Q. When I try to compile the Fedora kernel I get..
 >    kernel/kernel.o(.text+0xfc3): In function `schedule':
 >    : undefined reference to `active_load_balance'
 > A. This is a bug caused by a limitation in the 2.4
 >    config system. Run make oldconfig twice to work around this.
 >    We are working on a better solution."
 > 
 > Maybe this will make life easier. WHERE in the process do I run make
 > oldconfig? My normal "make" routine is: clean, mrproper, clean, bzImage,
 > modules, modules_install, install.

I use..

make mrproper
cp configs/whatever .config
make oldconfig
make oldconfig
make bzImage
make modules
make modules_install

		Dave

-- 
 Dave Jones     http://www.codemonkey.org.uk





More information about the fedora-list mailing list