Difference between revisions of "Using GCC with Tiva TM4C123G LaunchPad in CCSv6"
From EdWiki
m |
m |
||
Line 16: | Line 16: | ||
► [[EmSys:CCS Examine Project Explorer | Examine Project Explorer]] <br /> | ► [[EmSys:CCS Examine Project Explorer | Examine Project Explorer]] <br /> | ||
► [[EmSys:CCS Build_Load_Run|Build, Load, Run]] <br /> | ► [[EmSys:CCS Build_Load_Run|Build, Load, Run]] <br /> | ||
+ | |||
+ | <br /><br /><br /><br /> | ||
+ | ===References=== | ||
+ | #[{{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_Evaluation_Kit_Users_Manual.pdf Tiva C Series TM4C123G LaunchPad Evaluation Kit -- User's Manual] | ||
+ | #[{{SERVER}}/emsys/tivac/ek-tm4c123gxl/TM4C123GH6PM_Microcontroller_Data_Sheet.pdf TM4C123GH6PM Microcontroller -- Data Sheet] | ||
+ | #[{{SERVER}}/emsys/tivac/ek-tm4c123gxl/TivaWare_Peripheral_Driver_Library__Users_Guide.pdf TivaWare Peripheral Driver Library -- User's Guide] | ||
+ | #[{{SERVER}}/emsys/tivac/Sensor_Hub_Docs.zip Sensor Hub BoosterPack -- Documentation] |
Revision as of 09:28, 30 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 of the following links in order to build and debug projects for TivaC devices using GCC Compiler.
► Install Code Composer Studio v6
► Install TivaWare™ for C Series
► Initial Board Setup
► 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, Load, Run