Changes between Initial Version and Version 2 of Ticket #2647


Ignore:
Timestamp:
Aug 19, 2008, 1:41:30 PM (16 years ago)
Author:
mmlr
Comment:

How did you compile the binary? What compiler were you using? When you say you had a lot of trouble compiling, what kind of trouble do you mean? This rather looks like an incorrectly built binary and not like a runtime loader issue.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2647

    • Property Platform x64x86
  • Ticket #2647 – Description

    initial v2  
    11I got this errot in runtime loader, calling a program compiled by me:
    22
    3 ~/src/VisualBoyAdvance-1.7.2/src/sdl> ./VisualBoyAdvance[[br]]
    4 runtime_loader: unhandled pheader type 0x68003300[[br]]
     3{{{
     4~/src/VisualBoyAdvance-1.7.2/src/sdl> ./VisualBoyAdvance
     5runtime_loader: unhandled pheader type 0x68003300
    56runtime_loader: Troubles parsing Program headers, numRegions = -2147483632
     7}}}
    68
    79i had a lot of trouble to get VisualBoyAdvande to compile, but the link process don't emit any warning, so i suppose that the binnary is ok. As sugested by DeadYak i put here the output of
    810
     11{{{
    912objdump -x VisualBoyAdvance
     13}}}
    1014
    11 
     15{{{
    1216VisualBoyAdvance:     file format elf32-i386
    1317VisualBoyAdvance
     
    101105 22 .debug_line   00001932  00000000  00000000  0010011f  2**0
    102106                  CONTENTS, READONLY, DEBUGGING
    103 
    104 
     107}}}