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