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.

CCS/AM5748: PDK_INSTALL_PATH define

Part Number: AM5748

Tool/software: Code Composer Studio

Hi

I have made examples from dpk_package, but something defineing the PDK_INSTALL_PATH has gone wrong. When opening linked files i get error:

Must specify a URI scheme: PDK_INSTALL_PATH/ti/drv/uart/example/sample/am57x/c66/bios/uart_test_idkAM574x.cfg

If i change the properties of the file to point to real path it works. Where can i spesify this PDK_INSTALL_PATH to point to correct folder.

Best regards

Tommi Mehtonen

  • Did you run setupenv.bat (Windows Build Host) or setupenv.sh (Linux Build Host) from processor_sdk_rtos_am57xx_6_xx_xx_xxx?

    This should set up the path for you.

    In any case, this is expected to be setup in your command prompt where you run make command.

    Otherwise, it will use the default value from Rules.make.

  • Hi

    I did run that before running PdkProjectCreate.bat, but for some reason the problem was still there. Anyhow i was now able to go around the problem by adding pdk install path at properities->build->variables.

    Tommi