From: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
To: Norbert Preining <preining@logic.at>
Cc: linux-kernel@vger.kernel.org, debian-alpha@lists.debian.org,
linux-alpha@vger.kernel.org
Subject: Re: 2.4.27, alpha arch, make bootimage and make bootpfile fails
Date: Wed, 13 Oct 2004 23:32:47 +0400 [thread overview]
Message-ID: <20041013233247.A11663@jurassic.park.msu.ru> (raw)
In-Reply-To: <20041012173344.GA21846@gamma.logic.tuwien.ac.at>; from preining@logic.at on Tue, Oct 12, 2004 at 07:33:44PM +0200
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;
next prev parent reply other threads:[~2004-10-13 19:48 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-12 17:33 2.4.27, alpha arch, make bootimage and make bootpfile fails Norbert Preining
2004-10-13 19:32 ` Ivan Kokshaysky [this message]
2004-10-13 21:10 ` Norbert Preining
2004-10-14 13:00 ` Norbert Preining
2004-10-14 17:23 ` Måns Rullgård
2004-10-15 10:39 ` Norbert Preining
2004-10-19 15:54 ` Ivan Kokshaysky
2004-10-20 11:19 ` Norbert Preining
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041013233247.A11663@jurassic.park.msu.ru \
--to=ink@jurassic.park.msu.ru \
--cc=debian-alpha@lists.debian.org \
--cc=linux-alpha@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=preining@logic.at \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox