Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Arm compiler:need help.. Question regrading recompilation of source file
Jump...
Cancel
Locked
Locked
Replies
2 replies
Subscribers
119 subscribers
Views
2364 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
Arm compiler:need help.. Question regrading recompilation of source file
Pavan Kumar R
over 12 years ago
Note: This was originally posted on 20th April 2011 at
http://forums.arm.com
Hi Guys,
In Our Build system, a source file is recompiled irrespective of there file contents changed or not . So In such case can we know from objects/Libraries header's that its source contents has been changed or not.( i need this info to know the object's/Libs that really changed(source change) comparing to Base build. )
I feel Time stamp doesn't help as the objects are regenerated with out any changes in source file contents .
Thanks for reading my Post.
Parents
Marcus Harnisch
over 12 years ago
Note: This was originally posted on 21st April 2011 at
http://forums.arm.com
Presumably, you can't fix your build system. Well, I don't think that sufficient information for what you were asking for is stored in the ELF header of the image. How about creating another target besides the image, which is a text file listing all source file names that were used to link the program, plus their respective MD5 or CRC32. That way you can compare whether sources have changed.
Best regards
Marcus
Cancel
Vote up
0
Vote down
Cancel
Reply
Marcus Harnisch
over 12 years ago
Note: This was originally posted on 21st April 2011 at
http://forums.arm.com
Presumably, you can't fix your build system. Well, I don't think that sufficient information for what you were asking for is stored in the ELF header of the image. How about creating another target besides the image, which is a text file listing all source file names that were used to link the program, plus their respective MD5 or CRC32. That way you can compare whether sources have changed.
Best regards
Marcus
Cancel
Vote up
0
Vote down
Cancel
Children
No data