Changes between Initial Version and Version 2 of Ticket #2647
- Timestamp:
- Aug 19, 2008, 1:41:30 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2647
- Property Platform x64 → x86
-
Ticket #2647 – Description
initial v2 1 1 I got this errot in runtime loader, calling a program compiled by me: 2 2 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 5 runtime_loader: unhandled pheader type 0x68003300 5 6 runtime_loader: Troubles parsing Program headers, numRegions = -2147483632 7 }}} 6 8 7 9 i 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 8 10 11 {{{ 9 12 objdump -x VisualBoyAdvance 13 }}} 10 14 11 15 {{{ 12 16 VisualBoyAdvance: file format elf32-i386 13 17 VisualBoyAdvance … … 101 105 22 .debug_line 00001932 00000000 00000000 0010011f 2**0 102 106 CONTENTS, READONLY, DEBUGGING 103 104 107 }}}