Difference between revisions of "Using GCC with Tiva TM4C123G LaunchPad in CCSv6"
From EdWiki
m (→Helpful Documents and Sites) |
m (→Introduction) |
||
Line 2: | Line 2: | ||
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. | ||
− | Click each of the following links in order 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. |
[[image:ek_tm4c123gxl_launchpad.png|right|EK-TM4C123GXL LaunchPad]] | [[image:ek_tm4c123gxl_launchpad.png|right|EK-TM4C123GXL LaunchPad]] | ||
Line 21: | Line 21: | ||
<br /><br /> | <br /><br /> | ||
+ | |||
==Helpful Documents== | ==Helpful Documents== | ||
*[{{SERVER}}/emsys/tivac/ek-tm4c123gxl/Tiva_C_Series_TM4C123G_LaunchPad_Readme_First.pdf Tiva C Series TM4C123G LaunchPad -- Readme First] | *[{{SERVER}}/emsys/tivac/ek-tm4c123gxl/Tiva_C_Series_TM4C123G_LaunchPad_Readme_First.pdf Tiva C Series TM4C123G LaunchPad -- Readme First] |
Revision as of 10:20, 31 August 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.
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
► Create a New CCS Project
► Review the CCS GUI
► Add Path and Build Variables
► Add files to your project
► Link the TivaWare libdriver.a file to your project
► Add the INCLUDE search paths for the header files
► Examine Project Explorer
► Build your project and fix any errors
► Debug Configuration
► Load, Debug, Run
Helpful Documents
- Tiva C Series TM4C123G LaunchPad -- Readme First
- Tiva C Series TM4C123G LaunchPad Evaluation Kit -- User's Manual
- TM4C123GH6PM Microcontroller -- Data Sheet
- TivaWare Peripheral Driver Library -- User's Guide
- Sensor Hub BoosterPack -- Documentation