Other Parts Discussed in Thread: SYSCONFIG, TMS320F280049, C2000WARE
Tool/software:
Subject: Issue with SysConfig Integration - Compilation Error: Cannot Open Source File "driverlib.h"
Hello,
I am working on integrating SysConfig into an existing project for the TMS320F280049 using Code Composer Studio (CCS) version 12.7.0, following the guidelines provided in this forum post.
After making the recommended settings, I am able to access the "Software" and "Clock Tree" options in SysConfig. However, when attempting to build the project, I encounter the following error:
"syscfg\board.h", line 52: fatal error #1965: cannot open source file "driverlib.h"
1 catastrophic error detected in the compilation of "syscfg/board.c".
Compilation terminated.
gmake: *** [syscfg/board.obj] Error 1
Steps Taken:
- Verified that the
C2000Ware
driver library is installed atC:/ti/C2000Ware_5_04_00_00/driverlib
. - Confirmed that the include path is correctly specified in the project properties:
ini
--include_path="C:/ti/C2000Ware_5_04_00_00/driverlib"
- Checked and ensured that
driverlib.h
is present in the specified directory. - Attempted a clean and rebuild of the project, but the error persists.
Request for Assistance:
I would appreciate guidance on the following:
- Is there an additional configuration required for the SysConfig-generated files to correctly locate
driverlib.h
? - Should any other dependencies or settings be adjusted to resolve this issue?
- Are there known compatibility issues between the versions of CCS, SysConfig, and C2000Ware being used?
Any insights or solutions would be greatly appreciated, as this issue is currently blocking further development.
Thank you for your support.
Best regards,
Devesh Chetiwal