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

  • Next message: Andi Kleen: "Re: 4level page tables for Linux"
    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/


  • Next message: Andi Kleen: "Re: 4level page tables for Linux"

    Relevant Pages

    • Re: BIOS overwritten during resume (was: Re: Asus L5D resume on battery power)
      ... >> and you probably need to fix those, ... I think I'll just port the Nigel's patch to x86-64. ... People were complaining that M$ turns users into beta-testers... ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: latest -git: A peculiar case of a stuck process (ext3/sched-related?)
      ... Is it possible that this loop can get stuck with a corrupt filesystem image? ... There is a patch ... Hopefully that should fix the problem for you. ... I'll try it and report back if there's any trouble. ...
      (Linux-Kernel)
    • Re: Linux-2.6.13-rc7
      ... > report in first, to verify if this patch works as advertised. ... m68k (and applies both to Linus' tree and m68k CVS); ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH] fix readahead breakage for sequential after random reads
      ... > yes I will run all my standard testsuites before we take this patch. ... I have also enclosed a patch that partially backs off Miklos's fix. ... ra->average value to max/2 when we move from readahead-off mode to ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: IA32 - 27 New warnings
      ... > | needed to confirm the patch and preferably some brave soul with Promise ... > Bart has already posted patches for this. ... I'm off looking for more resonably simple stuff to fix. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)