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.

AM5728: NIMU_ICSS_BasicExample_idkAM572x_wSocLib_armExampleproject build error

Part Number: AM5728

i am using SDK Rtos AM57x 6_03_00_106 while building example project NIMU_ICSS_BasicExample_idkAM572x_wSocLib_armExampleproject  we are getting errors as shown in image. please help me in resolving the error .

  • Hi Rajesh,

    Can you provide me more details

    1. What is your CCS version ?

    2. Did you install the XDC tools, PDK etc in CCS before creating the project ?

    3. Is this a modified application ? If yes then can you share your changes ?

    Regards

    Vineet

  • ccs version-  9.2.0.00013

    we install xdc and pdk from SDk before creating project.

    no modification done to application. just import the project and given build.

  • Hi Rajesh,

    Sorry for the delay.

    I followed the following steps and I did not face the issue

    1. Installed the SDK (On Ubuntu) https://software-dl.ti.com/processor-sdk-rtos/esd/AM57X/latest/index_FDS.html

    2. Install CCS 9.3.0.

    3. Go to Window->Preferences->Code Composer Studio->Products ->Point to AM5 RTOS SDK installer directory and install all the components (will require some restarts of CCS). Now close CCS.

    4. Go to <SDK_INSTALL_DIR>/pdk_am57xx_1_0_17/packages and run pdksetenv.sh and then edit pdkProjectCreate.sh to point to the CCS path. CCS_INSTALL_PATH=~/ti/ccs930/ccs

    5. Run ./pdkProjectCreate.sh AM572x idkAM572x all nimu_icss all arm ,this will create the project in MyExampleProjects/

    6. Import the project in CCS and build the project.

    Regards

    Vineet