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