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.

Linker error

Other Parts Discussed in Thread: TMS320C5515

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