We are using " CCS Version: 10.1.1.00004" and compiler version is "TI v20.2.4.LTS. we wanted to build a project without main function, as the program control flow jumps from HW initialization routine to OS ( In house developed OS) using assembly jump instruction. we don't require main function, however we unable to build the project without main, we are getting following error,
Description Resource Path Location Type unresolved symbol main, first referenced in C:\ti\ccs1011\ccs\tools\compiler\ti-cgt-arm_20.2.4.LTS\lib\rtsv7R4_A_be_v3D16_eabi.lib<args_main.c.obj> ACM C/C++ Problem
How to get rid of this compiler error.

