Using GCC with Tiva TM4C123G LaunchPad in CCSv6
From EdWiki
Install Code Composer Studio
Code Composer Studio 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 course. These development tools will be used throughout the remaining lab exercises in this course.
CCS v9 - Hardware Requirements
Memory | Recommended | |
---|---|---|
Memory | 2GB | 6GB |
Disk Space | 900MB | 2GB average (1 or 2 device families) 3.5GB all features |
Processor | 1.0GHz x86 compatible processor | Dual core x86 compatible processor |
- Disk space listed depends on features selected during installation. 900MB is for a bare minimal installation. Does not include temporary space required by the installer.
- Note that the most important requirement is memory. At least 4GB of memory or more is highly recommended.
CCS v9 - Operating System Requirements
Windows:
Windows 7 (SP1 or later), Windows 8.x and Windows 10
Ubuntu 18.04 LTS:
update system:
sudo apt-get update
Install dependent libraries:
sudo apt-get install libc6-i386 libusb-0.1-4 libgconf-2-4 build-essential
► Install Code Composer Studio - Windows
► Install Code Composer Studio - Ubuntu
► Install TivaWare™ for C Series - Windows
► Install TivaWare™ for C Series - Ubuntu
► Install/Upgrade ICDI Device Drivers - Windows