Hi,
Target: TMS320F2812
IDE: CCS v4.0 (32K MCU Core)
I have migrated CCS v3.3 project to CCSv4.0 following the guidelines from the below link:
http://www.tiexpressdsp.com/index.php/C2000_Getting_Started_with_Code_Composer_Studio_v4
I'm not using DSP/BIOS and I have modified the v3.3 *.pjt file as specified. I ended up with the following warning and error.
warning: creating output section "XIntfRegsFile" without a SECTIONS specification
INTERNAL ERROR: D:\Program Files\Texas Instruments\ccsv4\tools\compiler\c2000\bin\lnk2000.exe failed to allocate memory
This is a serious problem. Please contact Customer Support with this message and a copy of the input file and help us to continue to make the tools more robust.
>> Compilation failure
D:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [MyProject.out] Error 1
D:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: Target `main-build' not remade because of errors.
Build complete for project MyProject
Please guide on this to rectify the problem.
-SBS