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-TM4C123GXL: CCS/EK-TM4C123GXL:

Part Number: EK-TM4C123GXL

Tool/software: Code Composer Studio

hello every body 

i am beginner on Tiva C microcontroller and CCS i follow all instructions that i include the Tivaware_c _series folder in include options from build and  adding Path for library  but it couldnt include the utils libraries which 

i try to include uartstdio.h for UARTStdioConfig many times by changing the Path directory and Include option i also follow the instruction of the link 

by changing properties->Build->ARM Compiler-> Pre_define name and add  PART_IS_BLIZZARD_RB but it doesnot work 

Any one could Help ??

  • Hello,
    Your request is best served by the experts in the TM4C forum. I will move this thread there.

    Thanks
    ki
  • Hello Mohamed,

    Have you started from an existing example, or a fresh project?

    What program are you trying to put together?

    Can you provide screenshots of:

    • Project Properties -> Build -> ARM Compiler -> Include Options
    • Project Properties -> Build -> ARM Linker -> File Search Path

  •    Hello Mr Ralph

    thank you for concern , i post now photo for the most approach success to build i added the folder utils from Tiva c ware folder   as  linked file then i defined variables to this link as UTILS_1 then i included this file in build options and i finally added the variable that i created (UTILS_1) in the dir in file search path .

    this gave me errors from Multi-files need  to include files from folder called third party folder lwip,ptpd-1.1.0,third_party/speex-1.2rc1 which i try to included it in the sane way but it gave me

    errors and linker didnt figure out the path i think that is came because the include folder doesnt mixing with the src folder i try to add THIRD_PARTY as variables and add /.../.../ in the dir to search in the whole folder but it gave me errors 

    sorry for taking much of your time

  • Hello Mohamed,

    It's not clear to me still what kind of project you want to build. I would recommend looking through the various example projects and trying to find that is related to the peripheral(s) you are going to use and start with that and then build onto it. This is by the far the quickest and easiest solution.

    If you really want to try and make your own project, you will need to be very meticulous about setting up the links and that isn't easy if you are new to TivaWare. But if you really need to to do this, I can only guide you as much as I have info on what you are doing such as understanding the scope of your project (again, what peripherals are going to be used) and what files/folders you are trying to include.