On Wed, Aug 29, 2007 at 05:26:54PM +0200, svn@openbios.org wrote:
Author: rminnich Date: 2007-08-29 17:26:54 +0200 (Wed, 29 Aug 2007) New Revision: 483
Modified: LinuxBIOSv3/Kconfig LinuxBIOSv3/include/lar.h Log: Continuing the 'remove ELF' patch series.
These changes extend the larchive structure, and add a Kconfig EXPERT option to enable the 'no elf' mode.
Signed-off-by: Ronald G. Minnich rminnich@gmail.com Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Didn't check which commit exactly is the culprit, but the build is broken now:
[...] CC build/device/pnp_raw.o CC build/stage0.init /tmp/v3/build/arch/x86/stage1.o: In function `stage1_main': stage1.c:(.text+0x1fb): undefined reference to `load_file' stage1.c:(.text+0x22d): undefined reference to `run_address' collect2: ld returned 1 exit status make: *** [/tmp/v3/build/stage0.init] Error 1
Uwe.
On 8/29/07, Uwe Hermann uwe@hermann-uwe.de wrote:
CC build/device/pnp_raw.o CC build/stage0.init /tmp/v3/build/arch/x86/stage1.o: In function `stage1_main': stage1.c:(.text+0x1fb): undefined reference to `load_file' stage1.c:(.text+0x22d): undefined reference to `run_address' collect2: ld returned 1 exit status make: *** [/tmp/v3/build/stage0.init] Error 1
can you retry with the latest.
thanks
ron
On Wed, Aug 29, 2007 at 01:33:41PM -0700, ron minnich wrote:
On 8/29/07, Uwe Hermann uwe@hermann-uwe.de wrote:
CC build/device/pnp_raw.o CC build/stage0.init /tmp/v3/build/arch/x86/stage1.o: In function `stage1_main': stage1.c:(.text+0x1fb): undefined reference to `load_file' stage1.c:(.text+0x22d): undefined reference to `run_address' collect2: ld returned 1 exit status make: *** [/tmp/v3/build/stage0.init] Error 1
can you retry with the latest.
Seems to be fixed (at least it all compiles), thanks.
Uwe.