Other Parts Discussed in Thread: HALCOGEN, TMS570LS3137
Tool/software: Code Composer Studio
Hello,
I'm writing a code and got the following error:
error #10056: symbol "main" redefined: first defined in "../build/app_main.obj"; redefined in "./src/main.obj"
I'm not sure where the file app_main.obj generated from. I checked my main.c and there is only one main function, so I'm not sure where this conflict betweenapp_main.obj and main.obj in the symbol "main" is generated.

