Other Parts Discussed in Thread: MOTORWARE, C2000WARE
Tool/software: Code Composer Studio
Hello,
I am having troubles including header files from MotorWare library (the compiler cannot find them).
In File search path and include options I have added MCSDK_ROOT variable and some of it subfolders. (I saw it done this way in example projects.)
In Linked resources of the project, MCSDK_ROOT variable is defined as ${COM_TI_MOTOR_CONTROL_C2000WARE_SDK_SOFTWARE_PACKAGE_INCLUDE_PATH}
And going further, COM_TI_MOTOR_CONTROL_C2000WARE_SDK_SOFTWARE_PACKAGE_INCLUDE_PATH is then defined with it's definite path as: C:\ti\C2000Ware_MotorControl_SDK_2_00_00_00
(also in Linked resources of the project).
Do you have to manually add a path variable to code composer after MotorWare is installed?
When I add files from Include options using absolute path (i.e. C:\ti\etc), everything works properly.
Best regards,
Tom