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.

errors encountered during linking; " .out" not built

Other Parts Discussed in Thread: TM4C1290NCPDT

Hello,

This is screen shot of my CCS window...I can't understand the errors...

ca you please help me to resolve this errors?

Every time i make new project and copy the examples given in ti folder :C:\ti\TivaWare_C_Series-2.1.2.111\examples - i found this errors..

I found many helps in this forum regarding CCS..So i think to ask my problem in this forum.

I am using Tiva C series connected launch pad TM4C1290NCPDT..

Please reply ASAP..

Thanks and regards,

Dhruvil Koshti

  • Hello,
    The error you are getting is described in the below link:
    processors.wiki.ti.com/.../Build_Errors_in_CCS

    As mentioned in the link above, you are missing the object that defines those functions. I'm not an expert on TivaWare but I suspect that you need the usblib library from TivaWare. Try including that.

    Thanks
    ki
  • Ok sir.....i got it...

    Now my new question is sir, how can i monitor the serial data transmission in the program of UART or CAN.?
    Is there any option or menu in which i can see my data which is transferred bit by bit??

    It would help me lot in my project ..

    Thank you for your time and replying my question.