REQUIREMENTS | WINDOWS | LINUX | TIVAWARE | HOW TO DO? |
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 v12 – Hardware Requirements
Minimum | Recommended | |
---|---|---|
Memory | 4GB | 8GB+ |
Disk Space | 2.5GB | 5GB+ |
Processor | 2.0GHz single core | multi-core |
Table: CCS v12 – Hardware Requirements
- Disk space listed depends on features selected during installation. 2.5GB 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 v12 – Operating System Requirements
- Windows
- Windows 11
- Windows 10 – 64 bit
- Windows7 – 64 bit
- Linux
- Ubuntu 22.04 – 64 bit
- Ubuntu 20.04 – 64 bit
- Ubuntu 18.04 – 64 bit
- Code Composer Studio will run on other distributions but these are the officially supported and tested distributions.
- macOS
- macOS 13 (Ventura)
- macOS 12 (Monterey)
- macOS 11 (Big Sur)
- macOS 10.15 (Catalina)
sudo apt-get update sudo apt install libc6-i386 libusb-0.1-4 libgconf-2-4 libncurses5 libpython2.7 libtinfo5
Recent Comments