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'