This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
I tried testing a sysconfig example in TMS320F28388D (ipc_ex3_basic_ sysconfig_c28x) from c2000Ware version 5.2 in IPC communication between CPU1 and CPU2 but i'm unable to build my code due to an error , #1965 cannot open source file "board.h" How do I add board.h from .sysconfig file ?
Hi,
Request you to share the console log to look into this error. Also, are you facing only with this project or other projects as well?
I am unable to reproduce the issue on my PC . I imported the project (ipc_ex3_basic_sysconfig) from C:\ti\c2000\C2000Ware_5_02_00_00\driverlib\f2838x\examples\c28x_dual\ipc.
Is this the project that you are using? It creates three projects in the workspace - ipc_ex3_basic_sysconfig_c28x1 and ipc_ex3_basic_sysconfig_c28x2 and ipc_ex3_basic_sysconfig_multi. Which project is causing this issue?
Best Regards
Siddharth
Which project is causing this issue?
ipc_ex3_basic_sysconfig_c28x1 and ipc_ex3_basic_sysconfig_c28x2 are causing the issue
Also, are you facing only with this project or other projects as well?
I'm facing issue only with this project which includes sysconfig
Is this the project that you are using?
YES
#1965 cannot open source file "board.h"
This is the error that is showing in the console log
Hi,
Pls share the entire console log to debug it further.
Also, let me know the CCS version and Sysconfig version that you are using.
Best Regards
Siddharth
Do i need to install sysconfig tool?
Pls share the entire console log to debug it further.
I'm sorry, i will not be able to share you console log due to our company terms and conditions
Hi,
It would be difficult to figure out the cause unless I look at the console log.
1. Sysconfig gets invoked to generate the code during the compilation of the project. If you have CCS installed, it should be available in <CCSInstallDir>\ccs\utils\sysconfig_1.20.0 folder. You can check if the project properties list the Sysconfig tool
2. If you cannot share the console loh, you can parse through the console log to see if the Sysconfig generation indictaes any error
Attached is the snapshot where SysConfig is invoked during compilation.
Best Regards
Siddharth
You can check if the project properties list the Sysconfig tool
My project properties donot list sysconfig tool. and do i need to install sysconfig tool ? if i need to install,please tell me which version will be suitable.
Hi,
You can use the latest version of CCS (12.7) and Sysconfig 1.20.0
Best Regards
Siddharth