Hi all,
I'm trying out v7.2 by converting several v6.3 projects. My libraries compile just fine (after doing the __declspec fix), but I've noticed the size of the libraries are consistently ~1,600KB larger with v7.2. I've had libraries go from 125KB to 1,766KB, and from 1,366KB to 3,135KB. I have not changed any optimizations. In the project window, the Code and Data information is consistently smaller in v7.2, so I'm not sure why the compiled library would be bigger. Any ideas? I appreciate any help. Thank you!
By the way, the target processor is MCF5373L
Solved! Go to Solution.
I found my answer. I had to un-check the librarian feature as it was including the EWL libraries. Thanks for your help though.
Hello
Might be some differences in the generated debug information.
You may be able to check that by disassembling both .lib files and checking format of debug information.
CrasyCat
I found my answer. I had to un-check the librarian feature as it was including the EWL libraries. Thanks for your help though.