This is something to do with the ".note.gnu.build-id".

Both of these alternatives give three identical object files:

Removing this section in objcopy:
    $OBJCOPY -R .note.gnu.build-id ...

Or requesting that the linker not generate it in the first place
    $CC -nostdlib -Wl,--build-id=none ...

Jeff

Attachment: signature.asc
Description: Digital signature

Reply via email to