Other Parts Discussed in Thread: C2000WARE
Dear TI team,
When I copied and pasted an original project from the TI example library, and compile the new project: There are always errors with linking files. I guess that they can not link to their source files.
So my method is I export the project, so I am able to copy all the linking files and import the project again. And this method looks Okay.
However, now, I want to make a new workspace so that different computers can access this workspace (at home I use my Laptop, but at my office, I want to use a different workstation to work with CCS).
However, when I debug the project at a new workspace, there is always an error like: cannot open source file "F2837xD_device.h". I have tried to re-define the include path like in the below figure but It does not work.
My questions are:
(1) Could you please tell me if my above method for copying and pasting a new project is correct?
(2) Why when I change my workplace, the compiler does not work and debugging always has problems. What should I change so that I can use different computers for the same CCS project?
Thanks and regards,