For the I2cSample_Configuration project I have the following settings:
When I try to build the I2cSample application, I get the following build output:
**** Build of configuration Debug for project i2cSample ****
C:\ti\ccsv5\utils\bin\gmake -k all
'Building file: ../src/i2cSample_io.c'
'Invoking: TMS470 Compiler'
"C:/ti/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g --define=CHIP_OMAPL138 --include_path="C:/ti/ccsv5/tools/compiler/tms470/include" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="src/i2cSample_io.pp" --obj_directory="src" "../src/i2cSample_io.c"
"../src/i2cSample_io.c", line 66: fatal error: could not open source file "xdc/std.h"
1 fatal error detected in the compilation of "../src/i2cSample_io.c".
Compilation terminated.
>> Compilation failure
gmake: *** [src/i2cSample_io.obj] Error 1
'Building file: ../src/i2cSample_main.c'
'Invoking: TMS470 Compiler'
"C:/ti/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g --define=CHIP_OMAPL138 --include_path="C:/ti/ccsv5/tools/compiler/tms470/include" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="src/i2cSample_main.pp" --obj_directory="src" "../src/i2cSample_main.c"
"../src/i2cSample_main.c", line 59: fatal error: could not open source file "ti/sysbios/BIOS.h"
1 fatal error detected in the compilation of "../src/i2cSample_main.c".
Compilation terminated.
>> Compilation failure
gmake: *** [src/i2cSample_main.obj] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished *****
The manual doesn't say anything about adjusting include search paths!!!!! Why do I have to do that manually although XDC/RTSC was promised/announced as the ultimate solution???? So far it makes me more troubles than it helps me!