Home away from home
Joined: 2007/5/19 14:23 Last Login
: 1/2 17:30
From England
Group:
Registered Users
|
I remember that with an old SDK I could get Addr2Line to work, but since some SDK (or OS4?) update I've never had any success. All it outputs is:
?? ??:0
I am compiling my C++ program with the -ggdb option. When it crashes, I am taking the offset from the Grim Reaper, and passing it to Addr2Line along the lines of: ppc-amigaos-addr2line -e program_name -f offset2
Or just: addr2line -e program_name -f offset2
For example: addr2line -e FooBar -f 0xc9b70r
Does anyone have any suggestions?
|