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.

EVMK2H example build error

I got a EVMK2H (Rev 4.0) and was trying to get started with Code Composer.

I installed the mcsdk 3_01_04 (in the /opt directory of my Ubuntu Desktop) and took from there the example project 'mpmsrv_keystone2_example'. When I try to build it, it shows 2 errors and a few warnings (see picture)

Posted on CCS forum but they also concluded this dependencies problems are strange.
Any thoughts ? or enumeration of installation order/components to check if I am missing some?

  • It indicates that you have not completed the step to discover MCSDK components prior to building the example and your project properties is unable to pick up the macro definition for BIOS_CG_ROOT and IPC_CG_ROOT.

    This step can be completed by following the procdure given below:
    1. Select Windows->Preferences from the menu options.
    2. Then select Code composer Studio -> RTSC-> Products.
    3. Add MCSDK Install Path in the product discovery paths
    4. Click Search now and select all MCSDK components detected by CCS and install them.
    5. After the installation is completed, you will be prompted to restart CCS.

    after these steps are completed, run a rebuild on the project to get rid of the errors.

    This procedure is described with some screenshots here:
    processors.wiki.ti.com/.../BIOS_MCSDK_2.0_Getting_Started_Guide

    Regards,
    Rahul
  • Please make sure that you have installed the "ipc_3_36_02_13" and "bios_6_41_04_54" packages into your PC.
    If those packages are available then you may need to include the following path in RTSC section as Rahul said.

    Ex:
    /opt/ti/bios_6_41_04_54/packages
    /opt/ti/ipc_3_36_02_13/packages
  • Welcome to the TI E2E forum. I hope you will find many good answers here and in the TI.com documents and in the TI Wiki Pages (for processor issues). Be sure to search those for helpful information and to browse for the questions others may have asked on similar topics (e2e.ti.com). Please read all the links below my signature.

    Note: We strongly recommend you to create new e2e thread for your queries instead of following up on an old/closed e2e thread, new threads gets more attention than old threads and can provide link of old threads or information on the new post for clarity and faster response.

  • Rahul, Thanks for the answer.

    When I try to install as you suggest, I get a installation error (see picture), as I did when CCS tried to do auto discovery and install  

  • Hi,

    Can you please provide the list of packages installed on your machine? Are you installing standalone packages by downloading from TI.com or installing packages from CCS menu option?
    Please provide more information about the issue.
    PS: Usually, installation issues like above will be addressed in CCS forum.

    Thank you.