Hi,
I am building a c++ project from command like in ccsv5.
While linking I am getting a redefinition error from multiple object file for a variable which is used as "local variable" in all the files.Not sure why a local variable symbol is getting rdfined while linking. Also the error is not coming while the complete project compilation.
error #10056: symbol "eRc" redefined: first defined in
"../build/obj/App.o"; redefined in
"../../A/B/build/obj/Entity.o"
regards
Soumya