Hi all
I am using CCSv4 to compile for the F2810 and have had to occasions today where changes made in a header file have not been incorporated into the build. The fist time it happened I had changed some strings in my code and when compiled my code didn't work as expected. Viewing the strings in the debugger showed the previous version of the string. I tried doing a clean from the project menu assuming that it would discard all built object files and start from scratch. Of course this assumption led me to waste time looking for problems in my code. I eventually notcied in the output directory that the file timestamp was wrong from when I last did a build. Deleteing all the object files and rebuilding gave me the correct operation. I had the same thing happen again later in the day where the only way to get a clean working build was to delete the obj files. It appears that it is only a problem if a header file is changed.
Has anyone else come across this?
Vaughan