Hi,
How to re-build the PDK and SDK of PROCESSOR-SDK-C665X 6.3 for C6657?
--
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,
How to re-build the PDK and SDK of PROCESSOR-SDK-C665X 6.3 for C6657?
--
Q1: How to re-build the PDK and SDK of PROCESSOR-SDK-C665X 6.3 for C6657?
Answer:
Pre-requisite :
1. Download and install "processor_sdk_rtos_c665x_6_03_00_106", ti-processor-sdk-rtos-c665x-evm-06.03.00.106-Windows-x86-Install.exe from PROCESSOR-SDK-RTOS-C665x 06_03_00_106 - TI.com
( Please install the SDK in the recommended path: C:\ti\)
2. Download and install CCS 9.3 , https://www.ti.com/tool/download/CCSTUDIO/9.3.0.00012
PDK build
1. Open command prompt.
2. Go to the install directory of PDK
>cd C:\ti\pdk_c665x_2_0_16\packages
3. Run the pdksetupenv.bat - To set up the environmental variables.
C:\ti\pdk_c665x_2_0_16\packages>pdksetupenv.bat
4. Build the pdk using gmake
C:\ti\pdk_c665x_2_0_16\packages>gmake clean -j4
C:\ti\pdk_c665x_2_0_16\packages>gmake all -j4
SDK build
1. Open command prompt.
2. Go to the install directory of processor_sdk_rtos_c665x_6_03_00_106
>cd C:\ti\processor_sdk_rtos_c665x_6_03_00_106
3. Run the setupenv.bat - To set up the environmental variables.
C:\ti\processor_sdk_rtos_c665x_6_03_00_106>setupenv.bat
4. Build the sdk using gmake
C:\ti\processor_sdk_rtos_c665x_6_03_00_106>gmake clean -j4
C:\ti\processor_sdk_rtos_c665x_6_03_00_106>gmake all -j4
Regards
Shankari G