Hello,
Copied a project and renamed it. The files remained named the same ( .h files) i changed my c file name that contains main() in the copied project.
both projects are in their own dircectory under workspace.
But now when compiling original project I get these errors
Description Resource Path Location Type
#10056 symbol "CAN0IntHandler" redefined: first defined in "./can_FIFO.obj"; redefined in "./can_bus_monitor.obj" rtd2 C/C++ Problem
I did not think this would be an issue since each project is in its own director. Any insights would be greatly appreciated.
Pat