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/EK-TM4C1294XL: Missing target or other blockage?

Part Number: EK-TM4C1294XL

Tool/software: Code Composer Studio

I have written a small piece fo code. Nothing fancy, 12 statements or so.

A colleague has helped me installing include package for the processor. A bit troublesome on Linux!

But the compiler seems to stop compiling way before my 12 statements comes to trial.

Apparently something to do with a missing "target".

I can understand the compiler needs info on the actual chip supposed to run the code. Package and pin location are not the same for all variants.

But how to do it?

And will I have to do that every time, I start or ..?

As mentioned, I am running under Ubuntu and I use CCS version 10.0.0.00010.

And mind you, I am probably more fluent in the Zulu language (know about 5 words) than on Linux!     Company doctrine, however, dictates ....

/Jan

  • Jan,

    Unfortunately the information provided does not allow us to make accurate assessment of the project build issue you are having. 

    Can you clean the project, rebuild and save the Console build output to a file by clicking on the "Copy Build Log" button?

    Regards,

    Rafael

  • Ja Hv said:
    But how to do it?

    From CCS, start by creating a new project: File -> New CCS Project.

    You are greeted with a dialog. Literally the first entry in the dialog is Target. It's a pull-down menu. Pull it down. Since the title of your thread is EK-TM4C1294XL, choose Tiva C Series. Next to that entry is another pull-down menu, which will be populated with all of the variants of the Tiva C Series devices. Choose the one which matches what you are using.

    Now you have a target.