This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Invalid executable being created by custom linker scripts


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]