- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My release builds for lib_rtcs.a and lib_mqx.a (which is optimized for size -Os) seem to be quite large:
348MB for lib_rtcs.a
166MB for lib_mqx.a
(Debug versions are a bit larger but not by much).
The actual binary for my K64 application is Ok and runs fine.
Are other people seeing similar archive sizes, if not what are the sizes you are getting? Just want to make sure I'm not doing anything wrong.
Thanks,
-Raj
P.S. I'm on KSDK 1.2 (1.3 is similar) and compiling for the K64 platform.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I realized that I had my debug level set to -g3 (maximum). Once I changed that to none, the lib_rtcs.a reduced from 348 MB to 500 KB.
Thanks,
-Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I realized that I had my debug level set to -g3 (maximum). Once I changed that to none, the lib_rtcs.a reduced from 348 MB to 500 KB.
Thanks,
-Raj
