This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS Rename Project/Build problem

Other Parts Discussed in Thread: OMAPL138

Hello,

Recently I renamed all of the projects in my workspace.  Now, I am getting an error when I try to build any of the projects and I'm not sure what the problem is.  Here is the output of the build:

**** Build of configuration Debug for project C6748eXp_Test_PMIC ****

 

C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake -k all 

'Building file: ../src/main_pmic.c'

'Invoking: Compiler'

"C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/ccs4/temp/OMAPL138_BSL_WS/C6748eXp_Test_PMIC/inc" --include_path="" --diag_warning=225 --preproc_with_compile --preproc_dependency="src/main_pmic.pp" --obj_directory="src"  "../src/main_pmic.c"

error: option --include_path is missing its parameter 'dir'

gmake: *** [src/main_pmic.obj] Error 1

'Building file: ../src/test_pmic.c'

'Invoking: Compiler'

"C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" --include_path="C:/ccs4/temp/OMAPL138_BSL_WS/C6748eXp_Test_PMIC/inc" --include_path="" --diag_warning=225 --preproc_with_compile --preproc_dependency="src/test_pmic.pp" --obj_directory="src"  "../src/test_pmic.c"

error: option --include_path is missing its parameter 'dir'

gmake: *** [src/test_pmic.obj] Error 1

gmake: Target `all' not remade because of errors.

Build complete for project C6748eXp_Test_PMIC

------------------------------------------------------------------------------------

 

If I just go straight into debug, this is the error I'm getting:

Program file does not exist

  C:\ccs4\temp\OMAPL138_BSL_WS\C6748eXp_Test_PMIC\Debug\evmomapl138_test_pmic.out not found

Any help at all would be very appreciated!!!
Thanks,
Justin