Difference between revisions of "Using GCC with Tiva TM4C123G LaunchPad in CCSv6"
From EdWiki
m |
m (→Objective) |
||
Line 3: | Line 3: | ||
Code Composer Studio v6 includes a Linaro distribution of the ARM GNU compiler, so programmers have the option of using this GCC Compiler instead of the TI compiler to build their projects. | Code Composer Studio v6 includes a Linaro distribution of the ARM GNU compiler, so programmers have the option of using this GCC Compiler instead of the TI compiler to build their projects. | ||
− | ==Objective== | + | == Objective == |
− | + | The objective of this lab exercise is to download and install Code Composer Studio, as well as download the various other support documents and software to be used with this workshop. Then we’ll review the contents of the evaluation kit and verify its operation with the pre-loaded quickstart demo program. These development tools will be used throughout the remaining lab exercises in this workshop. | |
− | + | ||
Click each one of the following links in the order given below to build and debug projects for TivaC devices using GCC Compiler. | Click each one of the following links in the order given below to build and debug projects for TivaC devices using GCC Compiler. |
Revision as of 11:19, 19 September 2016
Introduction
Code Composer Studio v6 includes a Linaro distribution of the ARM GNU compiler, so programmers have the option of using this GCC Compiler instead of the TI compiler to build their projects.
Objective
The objective of this lab exercise is to download and install Code Composer Studio, as well as download the various other support documents and software to be used with this workshop. Then we’ll review the contents of the evaluation kit and verify its operation with the pre-loaded quickstart demo program. These development tools will be used throughout the remaining lab exercises in this workshop.
Click each one of the following links in the order given below to build and debug projects for TivaC devices using GCC Compiler.
► Install Code Composer Studio v6
► Install TivaWare™ for C Series
► Initial Board Setup
► Install/Upgrade ICDI Device Drivers