Re: linker issue with CCS 6
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.discuss |
|---|---|
| Organization | Infinite Factors |
| Message-ID | <[email protected]> |
On Thu, 04 Feb 2016 14:25:31 -0800, I wrote: >On Thu, 4 Feb 2016 13:53:56 -0600, you wrote: > >>On 02/03/2016 10:07 AM, [email protected] [msp430] wrote: >>> >>> >>> I have installed the latest dev env from TI to debug some older code. >>> When I build, the link stage fails with this message: >>> >>> >>> "../lnk_msp430f235.cmd", line 96: error #10099-D: program will not fit >>> into available memory. placement with alignment fails for section >>> ".text" size 0x5654 . Available memory ranges: >> >>The text size is 0x5664 which is a serious problem for a part that has >>only 16K. >> >>You will have to either reduce the code size or switch to a part with >>more memory. > >Ah. So that number is in hex, not decimal. Sorry. Meant that as a question. From the OP's post: .text 0 00000000 00005654 FAILED TO ALLOCATE So, the line reports it as a hex value? Jon ------------------------------------ Posted by: Jon Kirwan <[email protected]> ------------------------------------ To unsubscribe from the msp430 group, send an email to: [email protected]