Hello,
As our code size increased we ran into this kind of problem:
error: run placement fails for object ".bss", size 0x1384c (page 0). Available ranges: SARAM size: 0x40000 unused: 0x1f066 max hole: 0x1f066
I guess we are running out of memory space.
Could you clarify in more detail what this message means? Looks like .bss segment is smaller that the unused SARAM space. If so, why it cannot be successfully placed there?
Could you help us with providing some optimization tips? We have size optimizations turned on but that is not enough... Are there some switches for CSL library, or DSP/BIOS which would make the code smaller?
Thank you...