Re-compile gives different size
‎07-27-2006
03:47 PM
1,396 Views

tfd
Contributor I
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've the following "simple" problem: compiling the MSL_RuntimeCF.mcp project gives *.a files of different sizes (and contents) when compiled on two different machines. Obviously both PC have CodeWarrior 5.2.1174 and I've not changed anything in the project settings. Anybody has an idea why the libraries are different?
Thanks in advance,
Ronald
Thanks in advance,
Ronald
1 Reply
‎08-02-2006
06:43 PM
512 Views


NXP Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do you look at the file size?
The elf files contain dates and most probably the cause for your differences, absolute paths (and maybe other things), so just checking the file size does not show much.
I would actually take the two *.a files, add them to a CW project, disassemble (context menu in the project) them and then compare the listing files.
The elf files contain dates and most probably the cause for your differences, absolute paths (and maybe other things), so just checking the file size does not show much.
I would actually take the two *.a files, add them to a CW project, disassemble (context menu in the project) them and then compare the listing files.
