[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <dda83e780708301456y72bc4080qc994f4797a5fefd1@mail.gmail.com>
Date: Thu, 30 Aug 2007 14:56:50 -0700
From: "Bret Towe" <magnade@...il.com>
To: "Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>
Subject: Re: linux-2.6.23-rc4 ppc build failure
On 8/29/07, Bret Towe <magnade@...il.com> wrote:
> while trying to build a fresh kernel for my mini after upgrading from gutsy
> (and forgetting to save my .config) I hit the below build error
> 2.6.23-rc3 I did work under feisty but that is with a different .config
> so not sure if that makes any difference or not
> I've not bisected cause it takes so long on this computer...
> attached is the config I'm working off now
>
> arch/powerpc/platforms/built-in.o: In function `pmac_probe':
> setup.c:(.init.text+0xbba): undefined reference to `pmac_ide_get_base'
> setup.c:(.init.text+0xbbe): undefined reference to `pmac_ide_init_hwif_ports'
> setup.c:(.init.text+0xbc6): undefined reference to `pmac_ide_get_base'
> setup.c:(.init.text+0xbca): undefined reference to `pmac_ide_init_hwif_ports'
> make[1]: *** [.tmp_vmlinux1] Error 1
> make[1]: Leaving directory `/usr/src/linux-2.6'
>
>
turns out the issue was I didn't have 'Enhanced IDE/MFM/RLL
disk/cdrom/tape/floppy support' selected (symbol BLK_DEV_IDE) it was
set as module
current code requires it to be built in
guess drivers/ide/Kconfig needs a touch up?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists