Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
How can we find out, which version of compiler is used to generate a binary.
Jump...
Cancel
Locked
Locked
Replies
3 replies
Subscribers
119 subscribers
Views
3516 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
How can we find out, which version of compiler is used to generate a binary.
kiranwali kiranwali
over 12 years ago
Note: This was originally posted on 27th October 2009 at
http://forums.arm.com
Hi All
I have two .out file generated using ARM 2.0.1 and ARM 4.0.0.
How can i come to know which binary is generated using which
compiler.
Does ARM provide any headers in .out file. so that i can check for ?
or is there any ARM command which will can brief me about that .out file
with information of version compiler and other version or tools it is built with.
Thanks
Rgds
Kiran
Parents
Martin Weidmann
over 12 years ago
Note: This was originally posted on 27th October 2009 at
http://forums.arm.com
Do you have a binary or an object/image? If you have an object or image, you can use the RVCT fromelf tool to see how it was built. Try "fromelf -v
". (You might want to direct the output to a file)
If what you have is a raw binary, I don't believe it is possible.
Cancel
Vote up
0
Vote down
Cancel
Reply
Martin Weidmann
over 12 years ago
Note: This was originally posted on 27th October 2009 at
http://forums.arm.com
Do you have a binary or an object/image? If you have an object or image, you can use the RVCT fromelf tool to see how it was built. Try "fromelf -v
". (You might want to direct the output to a file)
If what you have is a raw binary, I don't believe it is possible.
Cancel
Vote up
0
Vote down
Cancel
Children
No data