I am in the process of upgrading CCS from 9.3 to 10.4, and I'm struggling to get some previous build options to work correctly.
The project uses the GCC build chain, and specifically here the "Read Options from Specified File (@)" to inject specific options to the GNU compilation. However, with this version of CCS, it appears that whatever is entered here, it cannot resolve it, and it flags a warning at the top of the window that "Cannot open command file 'xxx': No such file or directory". This previously referenced the options file via workspace relative variables, but I've now reduced this to a simple file in a specific location (ie. removed any variables in case that was generating the problem), but nothing seems to work.
Any clues on what may have changed here or anything I can try. I've run out of ideas!
Regards - Andrew