View Single Post
Old 01 September 2016, 22:37   #70
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
The presence of the ".data.rel.ro" section can indicate that FS-UAE is compiled with position-independent code. Maybe you are using a brand new GCC and it defaults to creating position-independent executables? (or GCC on Arch Linux is built with PIE enabled by default).

Please try to add -no-pie to LDFLAGS, reconfigure/recompile FS-UAE and see if that fixes it...

Last edited by FrodeSolheim; 02 September 2016 at 17:30.
FrodeSolheim is offline  
 
Page generated in 0.05728 seconds with 11 queries