This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS: CMD: size is not enough

Other Parts Discussed in Thread: CCSTUDIO

Tool/software: Code Composer Studio

I have allocated enough space for the arrays - lpftwo and hpf. But it is showing error. Tried providing more memory.  Error still persists. 

This is the error message:

[Linking...] "D:\CCStudio_v3.3\C2000\cgtools\bin\cl2000" -@"Debug.lkf"
<Linking>
>> error: can't allocate lpftwo, size 00000053 (page 1) in Lpfcoefftwo (avail:
00000053)
>> error: can't allocate hpf, size 00000053 (page 1) in Hpfcoeff (avail:
00000053)
>> error: errors in input - ./Debug/FastFT.out not built

>> Compilation failure

Build Complete,
4 Errors, 0 Warnings, 0 Remarks.

How can this problem be solved?

Can  this happen if code developed in CCS3.1 is built in CCS 3.3?