Hi,
I am using TMS320c5515 development kit with ccs version 4. I have used TCF file to create tasks, semaphores and mutex and also using Tcf I am creating a buffer pool of different sizes and trying to allocate the memory from this pool using BUF_alloc. Memory heap has been enabled. Memory model selected is large. While Linking I am getting these warnings and errors.
warning: creating output section ".vector" without a SECTIONS specification
warning: creating output section "vector" without a SECTIONS specification
"./simple_plaincfg.cmd", line 268: error: placement fails for object ".text",
size 0x20c0b (page 0). Available ranges:
DARAM size: 0xfe40 unused: 0x1808 max hole: 0x1802
"./simple_plaincfg.cmd", line 322: error: placement fails for object "GROUP_1",
size 0x1227a (page 0). Available ranges:
DARAM size: 0xfe40 unused: 0x1808 max hole: 0x1802
warning: entry-point symbol other than "_c_int00" specified: "reset_isr"
error: errors encountered during linking; "Simple_Application.out" not built
Can anyone please help me out with the answers for it?
Thanks and Regards,
Taranum