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.

AM5718: AM5718 The system cannot find the path specified.

Part Number: AM5718

Hi,

I am new to idkAM571x board. I want to use idkAM571x for my development process.

But I am not able to run the SDK examples.

When I am creating the project as per guideline given in "http://software-dl.ti.com/processor-sdk-rtos/esd/docs/latest/rtos/index_overview.html#setup-environment" I am getting the following message. Kindly help me.

The system cannot find the path specified.

  • Hi Singh,

    Make sure you are inside the rtos folder when running the setupenv command. Below is what I have on my side (Ubuntu 16.04 LTS 64-bit)

    pbotev@lin-0306:~/ti/processor_sdk_rtos_am57xx_5_03_00_07$ source setupenv.sh
    **************************************************************************
    Environment Configuration:
    **************************************************************************
        SDK_INSTALL_PATH        : /home/users/pbotev/ti
        GMAKE_INSTALL_PATH      :
        RULES_MAKE              : /home/users/pbotev/ti/pdk_am57xx_1_0_14/packages/Rules.make
    **************************************************************************
    IPC_PLATFORM: DRA7XX
    IPC_ALT_PLATFORM: AM572X AM571X
        PROC_SDK_INSTALL_PATH     : /home/users/pbotev/ti/processor_sdk_rtos_am57xx_5_03_00_07

    PROCESSOR SDK BUILD ENVIRONMENT CONFIGURED
    *******************************************************************************
    pbotev@lin-0306:~/ti/processor_sdk_rtos_am57xx_5_03_00_07$


    Regards,
    Pavel

  • I have done this on windows

    after that I have configured the pdk also. The message is attached here.

    After that When I am creating the project, I am getting the error.

    Please guide me what to do.

    The versions I am using is given in figure below

    .

  • Sorry the rtos build image is given below

  • Singh,

    Please run the commands in the below order and if issue still occur, provide me the console output messages.

    C:\ti\processor_sdk_rtos_am57xx_5_03_00_07> setupenv.bat

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

    C:\ti\pdk_am57xx_1_0_14\packages> pdkProjectCreate.bat AM571x idkAM571x little all all dsp "C:\ti\pdk_am57xx_1_0_14\packages"

    Regards,
    Pavel

  • Thanku for your response.

    Even after that the same problem is coming.

  • Thanku for your response.

    Even after that the same problem is coming.

  • Singh,

    C:\ti\pdk_am57xx_1_0_14\packages> pdkProjectCreate.bat AM571x idkAM571x little all all dsp "C:\ti\pdk_am57xx_1_0_14\packages"


    Can you try to edit the above command to:

    C:\ti\pdk_am57xx_1_0_14\packages> pdkProjectCreate.bat AM571x idkAM571x little all all dsp C:\ti\pdk_am57xx_1_0_14\packages


    Please run the commands in the corect order and if issue still occur, provide me the console output messages.

    Regards,
    Pavel

  • thanku for ur help, 

    Actually the problem was ccs version. I was using cc9, when I used ccs8 the problem solved.