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?
Fri, 2011-04-22 17:45
#1
Addr2Line doesn't work
Author of the PortablE programming language. I love using Amiga OS4.1 on my X1000 & Sam440 :-D