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.

What are typical build times?

Other Parts Discussed in Thread: CC3200

My build times take anywhere from 8-15 min's. This is when compiling the various examples for the cc3200. I currently use Code Composer Studio Version: 6.0.1.00040 and the compiler environment is setup as stated in the getting started CC3200 guide.

Is this typical? The builds seem so long its hard to get things going.

My PC is a I7-4770 @3.5GHz at 16GB Ram and Solid State Drives.

I have not tried parallel builds mention here yet: processors.wiki.ti.com/.../Projects_and_Build_Handbook_for_CCS

  • Ok, I enabled the parallel builds and it cut it down the same build to about 6-12mins. Any suggestions? I feel like this should be the build times for insanely large projects. I realize TI-RTOS  and all the driver libraries are big when added together but are they this big or is something wrong with my settings?

  • I am not familiar with these example projects.  How many source files are there?  Roughly how many lines of C code are being processed altogether?

    Here is one experiment to try.  Try lowering the level of optimization.  Change the build option --opt_level to a lower number, or even set it to "off".  See if that makes a difference.

    Thanks and regards,

    -George