Other Parts Discussed in Thread: TMS320F28027, CONTROLSUITE
Hi,
I am using CCS v5 and TMS320F28027 microcontroller.
Here are the following errors comes in the console window whenever i tried to build the project. Can anyone figure it out why does this happen.
**** Build of configuration Debug for project test ****
C:\t\ccsv5\utils\bin\gmake -k all
'Building file: ../hello.c'
'Invoking: C2000 Compiler'
"C:/t/ccsv5/tools/compiler/c2000/bin/cl2000" -v28 -ml -mt -g --include_path="C:/t/ccsv5/tools/compiler/c2000/include" --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="hello.pp" "../hello.c"
'Finished building: ../hello.c'
' '
'Building target: test.out'
'Invoking: C2000 Linker'
"C:/t/ccsv5/tools/compiler/c2000/bin/cl2000" -v28 -ml -mt -g --diag_warning=225 --display_error_number -z -m"test.map" --stack_size=0x300 --warn_sections -i"C:/t/ccsv5/tools/compiler/c2000/lib" -i"C:/t/ccsv5/tools/compiler/c2000/include" --reread_libs --rom_model -o "test.out" "./hello.obj" -l"libc.a" "../28027_RAM_lnk.cmd"
<Linking>
warning #10247-D: creating output section ".cio" without a SECTIONS
specification
warning #10247-D: creating output section ".sysmem" without a SECTIONS
specification
warning #10210-D: creating ".sysmem" section with default size of 0x400; use
the -heap option to change the default size
"../28027_RAM_lnk.cmd", line 114: error #10099-D: placement fails for object
".text", size 0x17e6 (page 0). Available ranges:
PRAML0 size: 0x900 unused: 0x900 max hole: 0x900
>> Compilation failure
error #10099-D: run placement fails for object ".sysmem", size 0x400 (page 1).
Available ranges:
BOOT_RSVD size: 0x4e unused: 0x4e max hole: 0x4e
RAMM1 size: 0x400 unused: 0x100 max hole: 0x100
DRAML0 size: 0x700 unused: 0x26a max hole: 0x26a
error #10010: errors encountered during linking; "test.out" not built
gmake: *** [test.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****