Tool/software: Code Composer Studio
Hello,
I'm trying to reduce the size of my output files to be able to use them in the boot loading process of the C6678EVM, The code was originally for the c6474 DSP and we ported it to the C6678, however i was looking at the output files before the porting and the sizes where something like 100-200kB , after the porting i get 4000k+, where does this size come from ? the only difference in the projects is the use of IPC notify(after porting) and disabling it reduces the file size by only 500kB.
Tried different build configurations, and using --symdebug:none, reduced the output size from 6000k to 3900k, but still i need it closer to the original size 100-200k
Also using strip6x utility works in reducing the files size really well, however when i try to use the files with hex6x mergebtbl bconvert64x
and bootpacket , the end filoe .eth is exactly the same size as if i did not use the strip utility
I would appreciate any help,
Thanks
Jameel Magzal