Tool/software: Code Composer Studio
Hi there,
I'm wondering if there is an easy way to work in the same project both on Windows and Linux. The workspace and project path it is (more or less) the same for both operating systems (it is a dropbox folder) but the CCS v8 and simplelink-sdk installation folder aren't (in Windows is C.\ti\... and in Linux is /hom/me/ti).
At this moment the project has been created on Windows, and paths for includes and libraries are added in the way of c./ti.
I can open the project on Linux, but when I tried to compile I get the error: main.d:4: *** target pattern contains no '%'. Stop.
Even if add to include and libraries path the right path on linux (in linux style) I get the error again. Moreover, If I remove Windows-style path and leave only Linux-style, I get the error again.
Thanks in advance,
Toni.