Opened 15 years ago

Closed 9 years ago

#3407 closed bug (no change required)

missing program header GNU_STACK

Reported by: Begasus Owned by: axeld
Priority: normal Milestone: R1
Component: - General Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

When trying to compile latest scummvm and trying to run it I came across a problem with the missing header GNU_STACK. Looks like this is generated by nasm when building the scaler graphics for scummvm. The lines where they are created are:

%ifidn OUTPUT_FORMAT,elf
section .note.GNU-stack noalloc noexec nowrite progbits
%endif

If I put a # to prevent them from being included scummvm still compiles fine and doesn't have the extra header anymore (found this after a tip from DeadYak with objdump).

Scummvm runs fine without it so question is, is it a scummvm or a haiku problem?

Change History (2)

comment:1 by scottmc, 14 years ago

are you still seeing this issue with recent builds? Does it only show up with scummvm?

comment:2 by pulkomandy, 9 years ago

Resolution: no change required
Status: newclosed

We have a working scummvm port, so no need to investigate this further.

Note: See TracTickets for help on using tickets.