DSPRelated.com
Forums

Memory Allocation Issues

Started by thed...@yahoo.com July 11, 2008
Hi. I'm quite new to using Code Composer Studio v3.1, so this question might be rather simple. I get the following error when building my project.

error: can't allocate .bios:.norptb, size 0000018d (page 0) in IPROG
(avail: 00000050)
>> error: can't allocate .rtdx_text, size 00000116 (page 0) in IPROG (avail:
00000050)
>> error: can't allocate .sysinit, size 000000de (page 0) in IPROG (avail:
00000050)
I read in a guide somewhere that I should "check that the
MEMORY and SECTIONS directives allow enough room to
ensure that no sections are being placed in unconfigured
memory." Of course upon looking in the .cmd file, I can find these items, though I don't know how to make the necessary changes to fix these errors.

Can anyone help on this one?