Hi,
I am trying to develop a C++ project in code composer studio.
For that i am creating a new main file with .cpp extension and delete the sys_main.c file from halcogen source file.
This works on my project but whenever i made a change and generate the code at Halcogen, its keep creating sys_main file and i am keep deleting it.
Is there any way to preventing Halcogen create a main file?