Re: 2.4.27, alpha arch, make bootimage and make bootpfile fails
From: Ivan Kokshaysky (ink_at_jurassic.park.msu.ru)
Date: 10/13/04
- Previous message: Brad Fitzpatrick: "[OOPS] 2.6.9-rc4, dual Opteron, NUMA, 8GB"
- In reply to: Norbert Preining: "2.4.27, alpha arch, make bootimage and make bootpfile fails"
- Next in thread: Norbert Preining: "Re: 2.4.27, alpha arch, make bootimage and make bootpfile fails"
- Reply: Norbert Preining: "Re: 2.4.27, alpha arch, make bootimage and make bootpfile fails"
- Reply: Norbert Preining: "Re: 2.4.27, alpha arch, make bootimage and make bootpfile fails"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 13 Oct 2004 23:32:47 +0400 To: Norbert Preining <preining@logic.at>
On Tue, Oct 12, 2004 at 07:33:44PM +0200, Norbert Preining wrote:
> When doing this on our alpha the
> make bootimage
> and the
> make bootpfile
> both bail out with:
...
> /usr/src/linux-2.4.27/arch/alpha/lib/lib.a -o bootloader
> /usr/src/linux-2.4.27/lib/lib.a(vsprintf.o): In function `vsnprintf':
> vsprintf.o(.text+0xcd4): undefined reference to `printk'
Thanks for the report. The appended patch should fix that.
Ivan.
--- 2.4/arch/alpha/boot/bootloader.lds Tue Jul 3 01:40:14 2001
+++ linux/arch/alpha/boot/bootloader.lds Wed Oct 13 23:18:50 2004
@@ -1,5 +1,6 @@
OUTPUT_FORMAT("elf64-alpha")
ENTRY(__start)
+printk = srm_printk;
SECTIONS
{
. = 0x20000000;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Brad Fitzpatrick: "[OOPS] 2.6.9-rc4, dual Opteron, NUMA, 8GB"
- In reply to: Norbert Preining: "2.4.27, alpha arch, make bootimage and make bootpfile fails"
- Next in thread: Norbert Preining: "Re: 2.4.27, alpha arch, make bootimage and make bootpfile fails"
- Reply: Norbert Preining: "Re: 2.4.27, alpha arch, make bootimage and make bootpfile fails"
- Reply: Norbert Preining: "Re: 2.4.27, alpha arch, make bootimage and make bootpfile fails"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|