Other Parts Discussed in Thread: SPRC900,
Tool/software: Code Composer Studio
I downloaded sprc265 (FKA sprc900) today and tried to include it in my CCS8.1 project. The library shows up under the products tab in general project properties. Adding it adds the ${TI_MAS_DSPLIB_C674X_INCLUDE_PATH} to the #include search paths. When I try to add "#include <ti/dsplib/dsplib.h>" the compiler can't find it.
When I look under my build config variables, TI_MAS_DSPLIB_C674X_INSTALL_DIR exists and is correctly defined, but TI_MAS_DSPLIB_C674X_INCLUDE_PATH is missing.
I can manually add C:\ti\dsplib_c674x_3_4_0_0\packages to my #include search paths like a caveman and it'll work, but I'm not super happy about needing to do that.
Is there something dumb I did wrong in the installation?
Thanks,
Eric