public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
[parent not found: <linux.kernel.20020623095429.A5667@mars.ravnborg.org>]
[parent not found: <linux.kernel.Pine.LNX.4.44.0206221501430.7338-100000@chaos.physics.uiowa.edu>]
[parent not found: <linux.kernel.20020622213422.A13652@mars.ravnborg.org>]
* piggy broken in 2.5.24 build
@ 2002-06-22 17:41 sean darcy
  2002-06-22 19:34 ` Sam Ravnborg
  2002-06-22 20:07 ` Kai Germaschewski
  0 siblings, 2 replies; 14+ messages in thread
From: sean darcy @ 2002-06-22 17:41 UTC (permalink / raw)
  To: linux kernel

At the end of make bzImage I get:

> make[2]: Entering directory `/opt/kernel/linux-2.5.24/arch/i386/boot/compressed'
> tmppiggy=_tmp_$$piggy; \
> rm -f $tmppiggy $tmppiggy.gz $tmppiggy.lnk; \
> objcopy -O binary -R .note -R .comment -S /opt/kernel/linux-2.5.24/vmlinux $tmppiggy; \
> gzip -f -9 < $tmppiggy > $tmppiggy.gz; \
> echo "SECTIONS { .data : { input_len = .; LONG(input_data_end - input_data) input_data = .; *(.data) input_data_end = .; }}" > $tmppiggy.lnk; \
> ld -m elf_i386 -r -o piggy.o -b binary $tmppiggy.gz -b elf32-i386 -T $tmppiggy.lnk; \
> rm -f $tmppiggy $tmppiggy.gz $tmppiggy.lnk
> /bin/sh: _tmp_18313piggy: No such file or directory
> ld: cannot open _tmp_18313piggy.gz: No such file or directory
> gcc -D__ASSEMBLY__ -D__KERNEL__ -I/opt/kernel/linux-2.5.24/include -traditional -c head.S
> gcc -D__KERNEL__ -I/opt/kernel/linux-2.5.24/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DKBUILD_BASENAME=misc -c misc.c
> ld -m elf_i386 -Ttext 0x100000 -e startup_32 -o bvmlinux head.o misc.o piggy.o
> ld: cannot open piggy.o: No such file or directory
> make[2]: *** [bvmlinux] Error 1
> make[2]: Leaving directory `/opt/kernel/linux-2.5.24/arch/i386/boot/compressed'
> make[1]: *** [compressed/bvmlinux] Error 2
> make[1]: Leaving directory `/opt/kernel/linux-2.5.24/arch/i386/boot'
> make: *** [bzImage] Error 2

I tried zImage, with the same result.

Can I boot with just vmlinux?

jay


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

end of thread, other threads:[~2002-06-23 16:26 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <linux.kernel.Pine.LNX.4.44.0206222143550.7338-100000@chaos.physics.uiowa.edu>
2002-06-23 16:03 ` piggy broken in 2.5.24 build sean darcy
2002-06-23 16:32 ` piggy broken in 2.5.24 build - not piggy; it was BINUTILS sean darcy
     [not found] <linux.kernel.20020623095429.A5667@mars.ravnborg.org>
2002-06-23 15:27 ` piggy broken in 2.5.24 build sean darcy
     [not found] <linux.kernel.Pine.LNX.4.44.0206221501430.7338-100000@chaos.physics.uiowa.edu>
2002-06-23  1:32 ` sean darcy
2002-06-23  1:35   ` Larry McVoy
2002-06-23  2:46   ` Kai Germaschewski
     [not found] <linux.kernel.20020622213422.A13652@mars.ravnborg.org>
2002-06-23  1:22 ` sean darcy
2002-06-23  7:54   ` Sam Ravnborg
2002-06-22 17:41 sean darcy
2002-06-22 19:34 ` Sam Ravnborg
2002-06-22 20:07 ` Kai Germaschewski
2002-06-22 20:52   ` Diego Calleja
2002-06-22 21:08     ` Kai Germaschewski
2002-06-22 21:35       ` Diego Calleja

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox