Tool/software:
Hi,
I have been trying to resolve some memory problems in my code and tried to just clean and regenerate some msp430 files (mostly just the .lnk and .cmd files). I backed them up and then restored them, and attempted to rebuild the code base however have now run into link issues. I receive the following error:
<a href="file:/C:/ti/ccs1280/ccs/tools/compiler/dmed/HTML/10099.html">#10099-D</a> program will not fit into available memory. placement with alignment fails for section ".text" size 0x1597a . Available memory ranges:
and the following warnings:
#10247-D creating output section ".bss" without a SECTIONS specification
#10247-D creating output section ".cinit" without a SECTIONS specification
#10247-D creating output section ".const" without a SECTIONS specification
#10247-D creating output section ".data" without a SECTIONS specification
#10247-D creating output section ".reset" without a SECTIONS specification
#10247-D creating output section ".stack" without a SECTIONS specification
#10247-D creating output section ".text" without a SECTIONS specification
and when looking at the memory allocation:
I've tried clean builds, and closing and reopening the project to no success. How can I resolve this?