Hi,
I am trying to build application without runtime library support. I have disabled the runtime library support feature in CCS6 using --disable_auto_rts option.
I am able to build successfully but no memory is allocated to any of the functions.
If I include runtime library then memory is getting allocated to functions.
Please let me know how I can build application without using runtime library.
Thanks,
Abhi