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.
i am using i2c to interface gy 88 board with my f5529 .there is a common error while compiling all the individual main program anf individual files
option --preinclude is missing its parameter 'filename'.Can i recieve some advice regarding this issue.
"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k i2c/twi_master.obj
'Building file: ../i2c/twi_master.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.7/bin/cl430" -vmspx --abi=eabi --data_model=restricted --use_hw_mpy=F5 --preinclude="F:/useful/msp430/ccsproj/imu/i2c/twi_master.c" --preinclude="F:/useful/msp430/ccsproj/imu/i2c/twi_master.h" --preinclude="F:/useful/msp430/ccsproj/imu/setup.c" --preinclude="F:/useful/msp430/ccsproj/imu/setup.h" --preinclude= --preinclude= --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="F:/useful/msp430/ccsproj/imu/i2c" --include_path="F:/useful/msp430/ccsproj/imu" --include_path="F:/useful/msp430/ccsproj/imu/i2c" --include_path="F:/useful/msp430/ccsproj/imu" --include_path="F:/useful/msp430/ccsproj/imu/i2c" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.7/include" --advice:power=all -g --define=__MSP430F5529__ --display_error_number --diag_warning=225 --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="i2c/twi_master.pp" --obj_directory="i2c" "../i2c/twi_master.c"
error: option --preinclude is missing its parameter 'filename'
gmake: *** [i2c/twi_master.obj] Error 1
**Attention** This is a public forum