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.

TIVA C Series Code Example Errors



Hello there. I got my Tiva C Launchpad 3 days ago. I am very new to MCU's. This is my first time to learn MCU.(I graduated from electrical-electronics engineering this year, I've got a beginner microcontroller lesson that includes basics of assembly and 8051)

I followed those steps;

Download and Install Code Composer Studio

Install TivaWare™ for C Series (Complete)

Install LM Flash Programmer

Then 
from there, I wanted to do my Project.0 and then I was directed to there;
I clicked How to import TivaWare code examples & projects into Code Composer Studio
then I followed the instructions in here;

When I tried to insert driverlib by following steps below, 

1) Select the “Import Existing CCS/CCE Eclipse Project” option from the Project menu
in the IDE

2) The “Import” dialog box appears. Browse to the root directory of driver library
(C:\ti\TivaWare_C_Series-1.0\driverlib).

driverlib icon is appearing but there is a little warning icon near it.

I've got an error like this;

Description Resource Path Location Type
This project was created using a version of compiler that is not currently installed: 4.9.5 [ARM]. Another version of the compiler will be used during build: 5.0.6. Please install the compiler of the required version, or migrate the project to one of the available compiler versions by adjusting project properties. driverlib properties Problems

 What I need to do? Thanks for help.

 


 

  • Hello Batuhan,

    Batuhan Hangun said:

    Description Resource Path Location Type

    This project was created using a version of compiler that is not currently installed: 4.9.5 [ARM]. Another version of the compiler will be used during build: 5.0.6. Please install the compiler of the required version, or migrate the project to one of the available compiler versions by adjusting project properties.

    That error is just the IDE letting you know that the project was created with a compiler version that is not present on your system.  This is easily fixed.  

    Right-click your project folder in the Project Explorer and choose "Properties".  Choose General and look for the Compiler Version setting.  Change it to match the "Effective Compiler Version" and click OK.  This "warning" should go away.

  • Hello, I have the same problem. With all examples of the boards. When I choose the Version setting to match "Effective Compiler Version" the problem still there.
  • Hi Matias,

    What CCS Version are you using?

    - kel
  • Hello Matias,

    This would happen if the CCS Compiler and Toolchain Version is greater than the one you are using. I know that for TivaWare 2.1.1.71 the CCS version is 6.x and Compiler Version has been switched to 5.2.x

    Regards
    Amit
  • That worked Amit Ashara !!! Thanks you very much for the answer.

    Regards

    Matias