linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.5.42 broke ARM zImage/Image
@ 2002-10-12 11:32 Russell King
  2002-10-12 21:38 ` Sam Ravnborg
  0 siblings, 1 reply; 6+ messages in thread
From: Russell King @ 2002-10-12 11:32 UTC (permalink / raw)
  To: linux-kernel; +Cc: kai.germaschewski

Hi,

I'm trying to get 2.5.42 to build on ARM, and I've finally run out of
ideas for things to try to get arch/arm/boot/Makefile and
arch/arm/boot/compressed/Makefile to work correctly.

What I'm seeing is:

/home/rmk/bin/arm-linux-ld -p -X -T vmlinux.lds head.o misc.o piggy.o /home/rmk/arm-linux/lib/gcc-lib/arm-linux/2.95.3/libgcc.a -o vmlinux
/home/rmk/bin/arm-linux-ld:vmlinux.lds:14: parse error
make[2]: *** [vmlinux] Error 1
make[1]: *** [compressed/vmlinux] Error 2
make: *** [zImage] Error 2

This appears to be because ZRELADDR is not passed from arch/arm/boot/Makefile
to arch/arm/boot/compressed/Makefile.  You may think this is fairly trivial
to fix, just export it.  However, it is already exported with a bunch of
other symbols.  Other symbols seem to make it through to compressed/Makefile
though.

I've tried many things, like including $(TOPDIR) Rules.make at the top of
arch/arm/boot/Makefile, but this doesn't seem to make any difference what
so ever.

Help!

Unless this can be solved, I'm going to be pushing _compile only_ tested
stuff to Linus in the forthcoming weeks until someone can provide some
hints as to what and why this broke.

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-10-15 19:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2002-10-15 15:30       ` Kai Germaschewski
2002-10-15 19:25         ` Sam Ravnborg

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).