Difference between revisions of "Using GCC with Tiva TM4C123G LaunchPad in CCSv6"
From EdWiki
m |
m |
||
(30 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == | + | __NOTOC__ |
− | Code Composer Studio | + | == 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 === | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | === | + | {| 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 v9 - 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. | ||
+ | |||
+ | === CCS v9 - Operating System Requirements === | ||
+ | # Windows | ||
+ | #: Windows 7 (SP1 or later), Windows 8.x and Windows 10 | ||
+ | # Ubuntu 18.04 LTS | ||
+ | #: update system and Install dependent libraries | ||
+ | sudo apt-get update | ||
+ | sudo apt-get install libc6-i386 libusb-0.1-4 libgconf-2-4 build-essential |
Latest revision as of 09:04, 4 March 2020
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 |
Table: CCS v9 - 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.
CCS v9 - Operating System Requirements
- Windows
- Windows 7 (SP1 or later), Windows 8.x and Windows 10
- Ubuntu 18.04 LTS
- update system and Install dependent libraries
sudo apt-get update sudo apt-get install libc6-i386 libusb-0.1-4 libgconf-2-4 build-essential