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 generating --Include paths with blank file paths.

I am trying to build the EZ430 Chronos project with ccsv4 and it is generating compile commands with multiple include paths that are blank and the compiler errors...see below.

"C:/Program Files/Texas Instruments/ccsv4/tools/compiler/MSP430 Code Generation Tools 3.2.3/bin/cl430" --silicon_version=mspx -g -O2 --define=__CCE__ --define=ISM_LF --include_path="C:/Program Files/Texas Instruments/ccsv4/msp430/include" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/MSP430 Code Generation Tools 3.2.3/include" --include_path="" --include_path="" --include_path="" --include_path="" --include_path="" --include_path="" --diag_warning=225 --printf_support=minimal --preproc_with_compile --preproc_dependency="driver/ports.pp" --obj_directory="driver"  "../driver/ports.c"

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

 

 

  • Can you check in the --include_path options if there are indeed blank options specified there? It should be under Project Properties->C/C++ Build->MSP430 Compiler->Include Options. If the blank paths are listed there, hightlight and delete them.