atom feed32 messages in net.sourceforge.lists.etherboot-discussRe: [Etherboot-discuss] Problems with...
FromSent OnAttachments
Piotr BrostovskiOct 16, 2008 6:07 am 
Michael BrownOct 16, 2008 9:42 am 
Piotr BrostovskiOct 16, 2008 10:25 am 
Michael BrownOct 16, 2008 10:54 am 
Piotr BrostovskiOct 16, 2008 10:59 am 
Michael BrownOct 16, 2008 7:37 pm 
isacOct 20, 2008 1:46 am 
Steven WagnerOct 20, 2008 12:11 pm 
Piotr BrostovskiOct 21, 2008 5:49 am 
Michael BrownOct 21, 2008 2:09 pm 
Michael BrownOct 21, 2008 4:18 pm 
isacOct 21, 2008 7:38 pm 
Michael BrownOct 22, 2008 1:50 pm 
isacOct 23, 2008 12:33 am 
H. Peter AnvinOct 23, 2008 1:28 am 
Michael BrownOct 23, 2008 11:10 am 
isacOct 23, 2008 6:15 pm 
H. Peter AnvinOct 23, 2008 6:16 pm 
isacOct 24, 2008 1:39 am 
isacOct 26, 2008 11:10 pm 
Michael BrownOct 27, 2008 5:13 pm 
isacOct 27, 2008 9:51 pm 
Michael BrownOct 28, 2008 11:19 am 
isacOct 29, 2008 12:30 am 
Michael BrownOct 29, 2008 12:52 am 
isacOct 29, 2008 2:37 am 
isacOct 29, 2008 6:18 pm 
isacOct 30, 2008 11:08 pm 
Michael BrownOct 31, 2008 9:39 am 
isacOct 31, 2008 8:04 pm 
isacNov 1, 2008 12:47 am 
isacNov 3, 2008 12:26 am 
Subject:Re: [Etherboot-discuss] Problems with ELF build target
From:Steven Wagner (swag@convera.com)
Date:Oct 20, 2008 12:11:56 pm
List:net.sourceforge.lists.etherboot-discuss

This is kind of thread-hijacking, but since I seem to be having some GNU binutils-related problems when I try to build to an ELF/zELF binary target, it seemed appropriate for me to chime in here with my experience:

Based on the info in the thread below, I just checked out a fresh copy of gPXE from Git and tried to build src/bin/gpxe.elf as a target. Instead of a bunch of errors about not being able to find ELF headers, I now just get:

arch/i386/scripts/i386.lds:1: undefined symbol `_max_align' referenced in expression

Am I building the wrong target? Should I be building to .rom instead?

My goal is to create a binary image usable as a coreboot v2 payload.

Any help would be appreciated!

-----Original Message----- From: Michael Brown [mailto:mbr@fensystems.co.uk] Sent: Thursday, October 16, 2008 7:38 PM To: Piotr Brostovski Cc: ethe@lists.sourceforge.net Subject: Re: [Etherboot-discuss] Problem creating zlilo image

On Thursday 16 October 2008 19:00:09 Piotr Brostovski wrote:

A USB stick which contains the gpxe image the clients doesn't boot, they make it even not out of bios initialisation (resets at verifing DMI pool data)

As lkrn image the kernel loads .... an freez instantly without any more output.

We have had some issues with a recent commit breaking compatibility with some versions of GNU binutils. These should now be fixed, as of commit 7982e79. Could you please retry with this latest tree?

If you still see the failure you describe, please send the bin/gpxe.lkrn.tmp.map file to me.

Thanks,