Invalid executable being created by custom linker scripts

Alan Modra amodra@bigpond.net.au
Mon Nov 24 20:43:00 GMT 2008


On Mon, Nov 24, 2008 at 02:45:48PM +0000, Eric B Munson wrote:
> I do not understand what modifications to the linker script you are asking
> for here

Your script is missing a new section.  You need

  .note.gnu.build-id : { *(.note.gnu.build-id) } :htext :note

to specify the correct program headers for this section.

-- 
Alan Modra
Australia Development Lab, IBM



More information about the Binutils mailing list