Compiling a kernel

Reiner Klenk yellowdog-general@lists.terrasoftsolutions.com
Wed Jun 30 12:59:01 2004


Not sure about this. math-emu refers to emulation of the numeric 
co-processor (fpu) required in e.g. very old 386 and 486SX systems. 
Check if you have something like CONFIG_MATH_EMU in your .config
If yes, you screwed up the configuration somehow. Do a "make mrproper",
cp configs/kernel-2.4.22-ppc.config .config and start over with make 
xconfig. If no, just ignore the error and proceed. As far as I can 
remember there is no message to tell you that things went OK with make 
dep. You can find logs of a successfull build here:

http://dev.build.ppckernel.org/logs/log-ydl-2.4/

Regards,
Reiner

Jason Warm wrote:
> OK, now every time I try to run "make dep" it goes through and does its
> thing, but ends on the following line...
> make[1]: Leaving directory `/usr/src/linux-2.4.22-2g'
> scripts/mkdep -- `find /usr/src/linux-2.4.22-2g/include/asm
> /usr/src/linux-2.4.22-2g/include/linux
> /usr/src/linux-2.4.22-2g/include/scsi /usr/src/linux-2.4.22-2g/include/net
> /usr/src/linux-2.4.22-2g/include/math-emu \( -name SCCS -o -name .svn \)
> -prune -o -follow -name \*.h ! -name modversions.h -print` > .hdepend
> find: /usr/src/linux-2.4.22-2g/include/math-emu: No such file or directory
> scripts/mkdep -- init/*.c > .depend
> 
> If it completes succesfully will it give me a message?  Any clue why I am
> getting the above message?
>