Hello. To preface, I am completely new to Code Composer and/or Eclipse. I have purchased an ezdsp kit (for TMS320F2812) from Spectrum Digital and have successfully ran demo programs using the included CCS v3.3. However, it has been suggested that I change to v4. I have not been able to even get a simple "hello world" to build since the change to v4. Specifically, I get three errors (see below). Can anyone see what I am doing wrong (i.e. with setting up the target or workspace)? Are there any "0 level" tutorials available? Somewhat frustrating as it was easy using the v3.3 provided with the ezdsp kit. Also, I have downloaded what I could find for a Code Composer manual, which is dated 2000!! My guess is that it doesn't apply to v4.
error 1) errors encounterd during linking; "Test2.out" not built
error 2) Linking failed. Check the console for details.
error 3) placement fails for object ".text", size 0x182a (page 0).....
Below is the Console output:
**** Build of configuration Debug for project Test2 **** C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake -k all 'Building target: Test2.out' 'Invoking: C2000 Linker' "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -z -m"Test2.map" --warn_sections -i"C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c2000/lib" -i"C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c2000/include" --reread_libs --rom_model -o "Test2.out" "./hello.obj" -l"rts2800_ml.lib" "../2812_RAM_lnk.cmd" <Linking> warning: creating output section ".cio" without a SECTIONS specification warning: creating ".stack" section with default size of 0x400; use the -stack option to change the default size warning: creating ".sysmem" section with default size of 0x400; use the -heap option to change the default size "../2812_RAM_lnk.cmd", line 86: error: placement fails for object ".text", size 0x182a (page 0). Available ranges: PRAMH0 size: 0xffe unused: 0xf89 max hole: 0xf89 error: errors encountered during linking; "Test2.out" not built >> Compilation failure C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [Test2.out] Error 1 C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors. Build complete for project Test2