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.

.cinit section was not generated in EABI mode.

Hi Everyone

I have created ELF format using tms470 compiler in EABI mode.
Also, I have specified a different entry point instead of c_int00.

Despite linking with -c option to initialize variable at run time,
.cinit section was not generated.

What kind of an approach is needed to solve this problem?