Hello Every One,
How do I solve this error? ERROR: option --include_path is missing its parameter 'dir'.
I am very new to this world and running through several examples in a real-time DSP book, I can't get past this error.
surprisingly to me the build have succeeded ones and debugged as the book expects. below is the full CCS console information.
**** Build of configuration Debug for project audioLoop ****
C:\Texas Instruments\ccsv4\utils\gmake\gmake -k all
'Building file: ../src/audioLoopTest.c'
'Invoking: Compiler'
"C:/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -v5505 --symdebug:coff --define="_DEBUG" --define="C55X" --include_path="C:/Texas Instruments/ccsv4/tools/compiler/c5500/include" --include_path="../inc" --include_path="C:/Texas Instruments/bios_5_41_02_14/packages/ti/rtdx/include/c5500" --include_path="/inc" --include_path="" --include_path="C:/Texas Instruments/bios_5_41_02_14/packages/ti/bios/include" --diag_warning=225 --ptrdiff_size=16 --no_mac_expand --memory_model=large --asm_source=mnemonic --preproc_with_compile --preproc_dependency="src/audioLoopTest.pp" --obj_directory="src" "../src/audioLoopTest.c"
ERROR: option --include_path is missing its parameter 'dir'
C:\Texas Instruments\ccsv4\utils\gmake\gmake: *** [src/audioLoopTest.obj] Error 1
'Building file: ../src/vector.asm'
'Invoking: Compiler'
"C:/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -v5505 --symdebug:coff --define="_DEBUG" --define="C55X" --include_path="C:/Texas Instruments/ccsv4/tools/compiler/c5500/include" --include_path="../inc" --include_path="C:/Texas Instruments/bios_5_41_02_14/packages/ti/rtdx/include/c5500" --include_path="/inc" --include_path="" --include_path="C:/Texas Instruments/bios_5_41_02_14/packages/ti/bios/include" --diag_warning=225 --ptrdiff_size=16 --no_mac_expand --memory_model=large --asm_source=mnemonic --obj_directory="src" "../src/vector.asm"
ERROR: option --include_path is missing its parameter 'dir'
C:\Texas Instruments\ccsv4\utils\gmake\gmake: *** [src/vector.obj] Error 1
C:\Texas Instruments\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors.
Build complete for project audioLoop
Thanks in advance.
Stephen Gyawu