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.

Project 0: Import failed for project.

Other Parts Discussed in Thread: EK-TM4C123GXL, SW-EK-TM4C123GXL

Hello,

I just started my first steps with the Tiva C Series at the Launchpad EK-TM4C123GXL. I tried to import the Project 0 demo libraries found here from the SW-EK-TM4C123GXL package. I followed Tiva C Series QuickStart Guide for Code Composer Studio to complete CCS and TivaWare installation.

I'm able to import the driverlib and sensorlib example projects successfully. Unfortunately, I always fail to import the board examples and get the following error message:

I am using CCSv5.5 (full licenced) with Win7-64. I've used CCS a long time (CCEv3.3, CCSv4 and all versions of CCSv5.x) for MSP430 development and never had any problems with the import of my projects.

A review in the E2E community has shown that probably the CCS project files could be faulty. Is there a known workaround to correct these errors (for example, to edit the project files manually)?


Best regards,
Christian

  • Hi Christian,

    I have not tried importing Project 0. I suspect this error is because you are using CCSv5.5. Try to import CCS projects at the latest version of CCS and see if it works.

    - kel
  •  Hi Christian, I am using CCS on Linux and I suppose from your writing you downloaded the 2.1.1.71 latest TIVAWare so it is in the new format of version 6.x and it appear to be not backward compatible.

     You can try to set your project by hand but I discourage this if you are in the learning curve, is sometimes also hard to me set a working project.

     Solution are search for an older version of Tivaware or upgrade to CCS latest 6.1.x, not sure it work also on winzz but the two version are not colliding till you don't upgrade library and support files.

     This is import trouble like your:


     And this on latest version, I don't check on intermediate has not sense not go latest:

  • Hello Christian,

    The TivaWare version 2.1.1.71 has been migrated to work with CCSv6. That is why you are seeing issues in older version of CCS. My suggestion would be to upgrade the tool chain version.

    Regards
    Amit
  • Summarizing it can be said that TivaWare (2.1.1.71) is in a new format that is supported only from version CCSv6.x. It's too difficult to edit the project files by hand. I'll have to upgrade the tool chain version.

    Thank you all for the fast help!!
  • Hello Christian,

    If the project is not that big, then you can create a dummy project in CCSv5.x and then just copy the c and h files back to the project.

    Regards
    Amit