Difference between revisions of "Using GCC with Tiva TM4C123G LaunchPad in CCSv6"
From EdWiki
m |
m |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
==Install Code Composer Studio== | ==Install Code Composer Studio== | ||
− | Code Composer Studio | + | Code Composer Studio v8.1.0 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 == | == 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. | 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 v8 - Hardware Requirements == | |
+ | {| class="wikitable" style="margin: auto; border-style: solid; border-width: 4px" | ||
+ | |- | ||
+ | ! !! 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 | ||
+ | |} | ||
+ | <div style="text-align: center;">'''Table''': CCS v8 - Hardware Requirements</div> | ||
+ | |||
+ | |||
+ | * 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. | ||
+ | |||
+ | |||
+ | |||
+ | [[image:ccs_studio_logo.png|right]] | ||
<big>►</big> <span class="newtab">[[EmSys:Install Code Composer Studio v6 | <big>Install Code Composer Studio - Windows</big>]] </span><br /> | <big>►</big> <span class="newtab">[[EmSys:Install Code Composer Studio v6 | <big>Install Code Composer Studio - Windows</big>]] </span><br /> | ||
Revision as of 04:02, 11 September 2018
Install Code Composer Studio
Code Composer Studio v8.1.0 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 v8 - 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 |
Table: CCS v8 - Hardware Requirements
- 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.
► 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