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?