Tool/software: TI C/C++ Compiler
Hi,
1.I will not require the main function for one of my projects. if I compile without main, a warning is issued. apart from that, will there be any impact if there is no main in a project?
2. How exactly does the .cinit copy the initialized variables to RAM? (I don't have any code which does the job)
3.If I don't want any variable auto initialized, can I remove .cinit section from the linker file of that project?