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/TM4C1294NCPDT: TM4C1294NCPDT

Part Number: TM4C1294NCPDT
Other Parts Discussed in Thread: EK-TM4C1294XL

Tool/software: Code Composer Studio

I tried to import a CCS V7.3 project to CCS v9.2.  But while building it displays the following error

Description Resource Path Location Type
Product tm4c v2.1.4.178 is not currently installed and no compatible version is available. Please install this product or a compatible version. pwmdac  pwmdac Problem

Ho w to fix this?

Regards,

Ramesh

Description Resource Path Location Type
Product tm4c v2.1.4.178 is not currently installed and no compatible version is available. Please install this product or a compatible version. pwmdac  pwmdac Problem

  • Hi,

      Do you have the TivaWare v2.1.4.178 version install?

      Can you import any TivaWare example projects? Or your problem is when importing your own project? If this is the case, can you try to import a TivaWare example project and see if you have the same issue?

      Also how did you import the project? Did you try importing the project by going to "File"->"Import" in the CCS or you just copy the project from one workspace to another workspace?

      Something you might want to check here. For example, below is the include path to the TivaWare. The SW_ROOT should be c:\ti\TivaWare_C_Series-2.1.4.178.... Check if you have the right search path in your include options and also do the same checking for your linker search path. 

  • Hi Charles,

    TivaWare v2.1.4.178 is installed and examples imported from Ti Resource explorer are working fine.

    I import using File-->Import--> CCSProject--> Project folder

    I checked the include option and it looks like the attached image

  • Hi,

      What is the COM_TI_TM4C_INCLUDE_PATH variable as shown in your screenshot? Hover your mouse cursor over the small box with three dots in it right next to the $(COM_TI_TM4C_INCLUDE_PATH) and see if it expands to the correct place.  

    Are you using TI-RTOS or just TivaWare?

  • Hi Charles

    COM_TI_TM4C_INCLUDE_PATH is pointing to unknown(tm4c).  See the below screenshot

    If I click the link It displays the following screen

    I am using only Tivaware.

    Regards,

    Ramesh

  • The COM_TI_TM4C_INCLUDE_PATH  is your own declared variable. You just need to fix it. See below screenshot. You should see your variable under the "Variables". If not, click on the "Show system variables" to see if you can find it and fix accordingly. Go back to your CCS7 version and show how it is done since it is working in your workspace that uses CCS7. 

  • Hi Charles

    Thank for you hints. I did the following and issue resolved

    Properties -->edit Resource-->linked REsource--> Path Variables-->ORIGINAL_PROJECT_ROOT with following Location( copied from working project)
    ${TI_PRODUCTS_DIR__TIREX}\TivaWare_C_Series-2.1.4.178\examples\boards\ek-tm4c1294xl\timers\ccs

    Properties -->CCS General -->Products--> unticked unknown( 2.1.4.178).


    Now the build error is resolved.

    Regards,

    Ramesh