Other Parts Discussed in Thread: C6000-CGT
Hi,
How to re-solve the build Errors in the Platform test example of PDK in Processor SDK 6.3 for K2E ?
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.
Hi,
This solution is applicable for PROCESSOR-SDK-RTOS-K2E 06_03_00_106 http://software-dl.ti.com/processor-sdk-rtos/esd/K2E/latest/index_FDS.html
==============
Error 1:
===============
Solution
1. Please download install " C6000-CGT - C6000 code generation tools (CGT) - compiler" from the link
https://www.ti.com/tool/download/C6000-CGT/7.4.24
Make sure you install in the path: C:\ti
----
2. While building Platform lib / test of PDK in Processor SDK 6.3, if received CSL errors, Please do the following steps:
1. Right click and go to project properties
2. Build options --> C6000 compiler --> Include option--> #include search path Add path --> "${CG_TOOL_ROOT}/include" or "C:\ti\c6000_7.4.24\include"
3. Apply and close.
4. Build again.
===========
ERROR no: 2
===========
Solution :
While building Platform lib / test of PDK in Processor SDK 6.3, if received CSL errors, Please do the following steps:
1. Right click and go to project properties
2. Build options --> C6000 Linker--> File search path --> Add path --> "C:\ti\pdk_k2e_4_0_16\packages\ti\csl\lib\k2e\c66\release"
(Make sure the CSL library is present.)
3. Apply and close.
4. Build again.
Regards
Shankari G