Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Get add2line
Jump...
Cancel
Locked
Locked
Replies
2 replies
Subscribers
119 subscribers
Views
3744 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
Get add2line
Virupax ss
over 12 years ago
Note: This was originally posted on 29th August 2013 at
http://forums.arm.com
Hi
How to get source code file and line number corresponding to a source code address, the way arm-linux-add2line command works, given a .axf file. Can this be done using fromelf binary ?
Thanks
Virupax ss
over 12 years ago
Note: This was originally posted on 29th August 2013 at
http://forums.arm.com
>> I don't think fromelf has a direct equivalent, but you might find the --interleave option useful:
http://infocenter.ar...i/CACIDCIH.html
Thanks
arm-linux-add2line -> arm-linux-addr2line
fromelf --interleave=source -c a.axf is giving the source and line number. But needs whole .axf file disassemble.
Cancel
Vote up
0
Vote down
Cancel
Scott Douglass
over 12 years ago
Note: This was originally posted on 29th August 2013 at
http://forums.arm.com
I don't think fromelf has a direct equivalent, but you might find the --interleave option useful:
http://infocenter.arm.com/help/topic/com.arm.doc.dui0477i/CACIDCIH.html
Cancel
Vote up
0
Vote down
Cancel