I am trying to modify the firmware for the AFE4403EVM using Code Composer Studio V6.2. I downloaded the source files into the default directory of C:\AFE4403EVMFWSRC-v2.3. I then start up CCS and point the default directory to a different directory. This second directory is empty. I then import the project with "Automatically import referenced projects found in same search-directory" checked and "Copy projects into workspace" checked. The project appears to import properly, however when I choose to "Clean" the project, it cleans and then builds the project, and the project will not build all the way due to the fact that it can't find the project include files and libraries.
When I use the above directions to attempt to do the same thing for the AFE4403 Wristwatch EVM code (it places the source code into C:\WristWatchFactoryFWSRC-v2.3), everything cleans and compiles nicely. I believe there must be a setting somewhere in the AFE44023EWVM project that is not set properly like it is in the WristWatch code. Can someone help me figure out what I am doing wrong or what setting needs to be corrected?
Thanks