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.

Compiler/TDA4VM: error: creating output section ".init_array" without a SECTIONS specification

Part Number: TDA4VM


Tool/software: TI C/C++ Compiler

Hi

I encountered this problem when compiling a C ++ program on R5F: error: creating output section ".init_array" without a SECTIONS specification .The linker.cmd file did not declare the init_array section, so how do I declare it and assign an address to the section ?

Thanks