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.

[FAQ] TMS320C6678: How to re-build the PDK and SDK of PROCESSOR-SDK-C667X 6.3 for C6678?

Part Number: TMS320C6678
Other Parts Discussed in Thread: PROCESSOR-SDK-C667X

Hi,

How to re-build the PDK and SDK of PROCESSOR-SDK-C667X 6.3 for C6678?

  • How to re-build the PDK and SDK of PROCESSOR-SDK-C667X 6.3 for C6678?

    Answer:

    Pre-requisite:  processor_sdk_rtos_c667x_6_03_00_106 

    ( Please install the SDK in the recommended path: C:\ti\)

    PDK build

     1. Open command prompt. 

     2. Go to the install directory of PDK

          >cd C:\ti\pdk_c667x_2_0_16\packages

    3. Run the setupenv.bat - To set up the environmental variables.

          C:\ti\pdk_c667x_2_0_16\packages>pdksetupenv.bat

    4. Build the pdk using gmake

          C:\ti\pdk_c667x_2_0_16\packages>gmake clean -j4

          C:\ti\pdk_c667x_2_0_16\packages>gmake all -j4

    SDK build

     1. Open command prompt. 

     2. Go to the install directory of processor_sdk_rtos_c667x_6_03_00_106

         >cd C:\ti\processor_sdk_rtos_c667x_6_03_00_106

    3. Run the setupenv.bat - To set up the environmental variables.

          C:\ti\processor_sdk_rtos_c667x_6_03_00_106>

    4. Build the sdk using gmake

          C:\ti\processor_sdk_rtos_c667x_6_03_00_106>gmake clean -j4

          C:\ti\processor_sdk_rtos_c667x_6_03_00_106>gmake all -j4

    Regards

    Shankari G