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] TDA4VM: Getting started with PDK on windows

Part Number: TDA4VM

Hi,

Using PDK with windows requires some pre-setup before you start building the applications. This FAQ explains the setup required for the same.

  • Hi,

    Please follow the steps below:

                

    • Extract the packages and copy the codegen tools to <SDK_INSTALL_PATH>
    • Download the required GCC tool chain version from ARM developer website. To find the required version of the tool chain please refer to <PDK>\packages\ti\build\pdk_tools_path.mk

               

    • Extract the GCC tool chain and copy the contents to <SDK_INSTALL_PATH>
    • Modify utils_PATH in pdk_tools_path.mk to use the correct CCS version.

               

    • Download and add OpenSSL to windows PATH variable

                                                     or

                  If you already have git bash installed on your windows, you can directly provide the path

                  set PATH=%PATH%;C:\Program Files\Git\mingw64\bin

    • Edit windows environment variables to include gmake

                                             or

                   Run the following command in command prompt

                  set PATH=%PATH%;<PATH TO GMAKE>

                  You can find gmake at <CCS_INSTALL_PATH>/xdctools_<version>

    • After this you should be able to apps in PDK without any issues on windows.

    Regards,
    Parth