i am importing CSL example project to CCS4 and compile
i Got the error below .How can i resolve that?
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake -k all
'Building file: ../gpio_Output_Pin_Example.c'
'Invoking: Compiler'
"C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -v5505 -g --define="_DEBUG" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/include" --include_path="C:/c55xx_csl_3.01/ccs_v4.0_examples/gpio/CSL_GPIO_OutputPinExample/Debug" --include_path="C:/Program Files/Texas Instruments/bios_5_41_02_14/packages/ti/bios/include" --include_path="C:/Program Files/Texas Instruments/bios_5_41_02_14/packages/ti/rtdx/include/c5500" --include_path="/packages/ti/xdais" --include_path="/inc" --include_path="/src" --include_path="" --diag_warning=225 --large_memory_model --ptrdiff_size=16 --algebraic --asm_source=algebraic --preproc_with_compile --preproc_dependency="gpio_Output_Pin_Example.pp" "../gpio_Output_Pin_Example.c"
ERROR: option --include_path is missing its parameter 'dir'
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [gpio_Output_Pin_Example.obj] Error 1
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors.
Build complete for project CSL_GPIO_OutputPinExample