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.

Compilation of TIVA C Series

Other Parts Discussed in Thread: TM4C123GH6PM

Hi, 

Is there any steps to make the compilation of TIVA C Series fast ?

Im using TM4C123GH6PM

  • Hi Haresh,

    What is the usual way you compile Tiva C projects, that you refer as "not fast enough"?

    - kel
  • I feel that adding files like complete tivaware ( include , utils and inc folder to project properties )to the project will take long time to compile and also the memory required will be more.

    If i add only required peripheral 'c' file will take less memory ??
  • Hi,
    Not a consistent posting - not enough info - you should add also the toolchain used, not all are the same, each provider has its own pros/cons.
    One word however: if your tool is Eclipse based, then you may enable parallel processing - and depending on the number of cores of your PC micro, the compilation time will be corresponding shorter. (on my machine: four cores, three used for parallel processing - first compile/link: ~2.5 sec, successive others: 0.5 sec).
    Take care the first build always is longer, the other successive ones (without clean/build) will have reduced time.
    As for space occupied on hard disk - depends on the structure of your workspace and program.

    Petrei