Using GCC with Tiva TM4C123G LaunchPad in CCSv6
From EdWiki
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 driverlib.lib file to your project
- Add the INCLUDE search paths for the header files
- Examine Project Explorer
- Build, Load, Run