Hello,
I have this error while running example project.
>> Compilation failure
gmake: *** [src/main_rmii_loopback.obj] Error 1
'Building file: ../src/test_rmii_loopback.c'
'Invoking: C6000 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-c6000_8.1.0/bin/cl6x" -mv6740 -g -O2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c6000_8.1.0/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="src/test_rmii_loopback.pp" --obj_directory="src" "../src/test_rmii_loopback.c"
"../src/test_rmii_loopback.c", line 9: fatal error: cannot open source file "types.h"
1 catastrophic error detected in the compilation of "../src/test_rmii_loopback.c".
Compilation terminated.
>> Compilation failure
gmake: *** [src/test_rmii_loopback.obj] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
I have included paths for the directory which includes all the headers in the ccs6 project_build_properties\c_c++general\paths and symbols.
It is not able to locate the types.h and apparently rest of all headers.
Any idea?