Hy,
all of a sudden (it wasn't me...) my project does not rebuild any more. Compilation error is "cannot open source file "ti/sysbios/knl/Clock.h" etc, root cause is probably the error message "ERROR: Cannot open command file './configPkg/compiler.opt': No such file or directory"
When I copy the file "compiler.opt.defs" to "compiler.opt" in folder myProject\CC26xx\CCS\myProject\FlashROM\configPkg\ everything works fine.
1) What did I change? Project works fine for some months now, I did not change any settings intentionally, even switched back to an older svn version, error persists. Deleted projects and reimported as CCS project, error persists. There was an automatic update of CCS last night (TI ARM compiler 5.2.6?) It is not used in my project (still using TI 5.2.4), does that installation have negative side effects?
2) Who is responsible to create the compiler.opt file in configPkg? It gets deleted on a "clean" or "rebuild
I use Code Composer Studio Version: 6.1.0.00104 and work with a CC2640.
Any help appreciated, regards
Harald
//Edit:unfortunately, "everything works fine" is not correct. The project builds with no errors, but it would not run (no advertsing...). In the meantime I even switched to a different workspace which I used for a different branch of development, which I have not touched for some weeks. Same behaviour. I am in trouble...