linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: Russell King <rmk@arm.linux.org.uk>
Cc: linux-kernel@vger.kernel.org, kai.germaschewski@gmx.de,
	Linus Torvalds <torvalds@transmeta.com>
Subject: Re: 2.5.42 broke ARM zImage/Image
Date: Tue, 15 Oct 2002 17:22:01 +0200	[thread overview]
Message-ID: <20021015172201.A1406@mars.ravnborg.org> (raw)
In-Reply-To: <20021015002243.F2902@flint.arm.linux.org.uk>; from rmk@arm.linux.org.uk on Tue, Oct 15, 2002 at 12:22:43AM +0100

On Tue, Oct 15, 2002 at 12:22:43AM +0100, Russell King wrote:
> Sam & Kai, lkml and others who join us on this happy day.
> 
> So, basically, I'm screwed at the moment, unless someone has anything
> else to suggest.
How about a simple workaround for now:

$(obj)/vmlinux: $(obj)/$(HEAD) $(obj)/piggy.o $(obj)/vmlinux.lds \
                $(addprefix $(obj)/, $(OBJS))
	cp $(obj)/piggy.o .
        $(call if_changed,ld)
	rm piggy.o

I onther words just make a temporary copy of piggy.o in current directory.
No changes needed in .lds file.

Untested!

I do not know the linker command language, but I assume there is some
way to do this even with piggy.o located somewhere else than current
directory.

My suggestion is a simple workaround to make the arm kernel compile, not
something I would like to see as a permanent solution.

	Sam

  reply	other threads:[~2002-10-15 15:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-12 11:32 2.5.42 broke ARM zImage/Image Russell King
2002-10-12 21:38 ` Sam Ravnborg
2002-10-14 23:22   ` Russell King
2002-10-15 15:22     ` Sam Ravnborg [this message]
2002-10-15 15:30       ` Kai Germaschewski
2002-10-15 19:25         ` Sam Ravnborg

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=20021015172201.A1406@mars.ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=kai.germaschewski@gmx.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rmk@arm.linux.org.uk \
    --cc=torvalds@transmeta.com \
    /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;
as well as URLs for NNTP newsgroup(s).