CCS Guru's,
I know you have seen this before, and I've searched and read the other posts pertaining to this topic, but have not been able to find a solution. I had some CCSv4 projects that imported into 5 and they stopped working. I've checked the include paths and macros and everything looks good to me. I updated my CCS (to 5.1.1) and codegen tools, but that didn't help either. Any ideas why these macros wouldn't resolve? All the source files are linked in with these macros and they work.
See below for the pertinent information:
Snippet from the build log (every file has this same error)
'Building file: C:/controlsuite_gitorious_dev/device_support/f2802x/version/f2802x_common/source/spi.c'
'Invoking: C2000 Compiler'
"C:/TI/ccsv5/tools/compiler/c2000/bin/cl2000" -v28 -ml -mt -O0 -g --include_path="C:/TI/ccsv5/tools/compiler/c2000/include" --include_path="" --define=_DEBUG --diag_warning=225 --gen_func_subsections=on --preproc_with_compile --preproc_dependency="spi.pp" "C:/controlsuite_gitorious_dev/device_support/f2802x/version/f2802x_common/source/spi.c"
error: option --include_path is missing its parameter 'dir'
gmake: *** [spi.obj] Error 1
Include Paths:
Path Variables:
Regards,
Trey
