Difference between revisions of "Using GCC with Tiva TM4C123G LaunchPad in CCSv6"
From EdWiki
m |
m |
||
Line 1: | Line 1: | ||
==Introduction== | ==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. This page describes how to select and use the GCC compiler to build projects for TivaC devices. | 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. This page describes how to select and use the GCC compiler to build projects for TivaC devices. | ||
− | + | [[image:ek_tm4c123gxl_launchpad.png|right|EK-TM4C123GXL LaunchPad]] | |
− | + | ► [[EmSys:Install Code Composer Studio v6 | Install Code Composer Studio v6]] <br /> | |
− | + | ► [[EmSys:Install TivaWare for C Series|Install TivaWare™ for C Series]] <br /> | |
− | + | ► [[EmSys:EK-TM4C123GXL LaunchPad Initial Board Setup|Initial Board Setup]] <br /> | |
− | + | ► [[EmSys:Create a New CCS6 Project|Create a New CCS Project]] <br /> | |
− | + | ► [[EmSys:Review the CCS GUI|Review the CCS GUI]] <br /> | |
− | + | ► [[EmSys:CCS Add Path and Build Variables|Add Path and Build Variables]] <br /> | |
− | + | ► [[EmSys:CCS Add files to your project|Add files to your project]] <br /> | |
− | + | ► [[EmSys:Link the TivaWare driverlib.lib file to your project |Link the TivaWare libdriver.a file to your project]] <br /> | |
− | + | ► [[EmSys:Add the INCLUDE search paths for the header files | Add the INCLUDE search paths for the header files]] <br /> | |
− | + | ► [[EmSys:CCS Examine Project Explorer | Examine Project Explorer]] <br /> | |
− | + | ► [[EmSys:CCS Build_Load_Run|Build, Load, Run]] <br /> |
Revision as of 06:48, 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. This page describes how to select and use the GCC compiler to build projects for TivaC devices.
► 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