Compiling a kernel

Jason Warm yellowdog-general@lists.terrasoftsolutions.com
Wed Jun 30 16:14:01 2004


Okay, now when I try to compile the kernel, I get the following error 
message.  Can anyone give me some clues as to what this means?  It 
occurs during the "make vmlinux" portion.

arch/ppc/platforms/platform.o(.text.init+0x154a): In function `pmac_init':
: undefined reference to `pmac_ide_get_base'
arch/ppc/platforms/platform.o(.text.init+0x1552): In function `pmac_init':
: undefined reference to `pmac_ide_get_base'
arch/ppc/platforms/platform.o(.text.init+0x1562): In function `pmac_init':
: undefined reference to `pmac_ide_init_hwif_ports'
arch/ppc/platforms/platform.o(.text.init+0x156a): In function `pmac_init':
: undefined reference to `pmac_ide_init_hwif_ports'
make: *** [vmlinux] Error 1


Reiner Klenk wrote:

> That's make dep (no s at end)
>
> Some other things:
> you can load the config of your currently installed kernel in xconfig, 
> should be a good starting point. File is in /boot
>
> after building, don't forget mkinitrd if you have things that are 
> needed during boot compiled as module (e.g. driver for root file system)
>
> copy initrd image and vmlinux to /boot
>
> edit /etc/yaboot.conf
>
> run ybin -v
>
> If you want 2.6 the modutils have to be upgraded before you boot the 
> new kernel.
>
> Hth,
> Reiner
>
>
> Jason Warm wrote:
>
>> When I try to make deps I get the following response.
>>
>> make: *** No rule to make target `deps'.  Stop.
>
>
>
>
>
> _______________________________________________
> yellowdog-general mailing list
> yellowdog-general@lists.terrasoftsolutions.com
> http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general
> HINT: to Google archives, try  '<keywords> site:terrasoftsolutions.com'



-- 
Jason Warm
jwarm@miasys.com