


TI CLANG Compiler Toolchain Attention TI CLANG Compiler Toolchain is part of CCS, however if user wants to build example using makefile and CCS is not installed then this MUST be installed separately ĭownload and Install Additional SDK Tools (Optional) To download, install and setup CCS, follow instructions on this page, Download, Install and Setup CCS.

Do below in Linux Ubuntu shell to install mono $ sudo apt install mono-runtime.

If you haven't installed mono, you are likely to run into this error while building: /bin/sh: 1: mono: not found.Mono runtime is required in Linux for creating bootloader images for application binaries.Mono Runtime Attention You MUST install mono runtime only if you're on Linux PRU-CGT-2-3 (ti-pru-cgt) should be installed at: C:/ti/ when working with PRU firmware development. PRU-CGT Attention You MUST install PRU-CGT if trying to build PRU firmware. Example output on Windows is shown below, C:\> openssl version Test "openssl" by doing below on a command prompt and make sure there is no error.Do below in Linux Ubuntu shell to install openssl $ sudo apt install openssl.In windows, there are multiple other options to install openssl as well, refer to this page if you want to install other versions of openssl,.Add path to OpenSSL, to your environment "Path" variable in windows C:/Program Files/OpenSSL-Win64/bin.When prompted select option to install binaries to /bin folder of installed path instead of Windows system path.Install to default path, which is C:/Program Files/OpenSSL-Win64/.You can install the "light" version which is smaller download size.OpenSSL is needed for signing the bootloader images when booting using a bootloader.In this case, at least initially in your development, you don't need OpenSSL and you can skip this step. For initial evaluation on TI EVM, you do not need to rebuild the SBL and you can use the pre-built SBL's for TI EVM. OpenSSL Note You need to install OpenSSL only if you plan to rebuild the SBL application. Download the SDK installer and install at below path on your PC.To build applications using this SDK, one needs below host PC machine Note The steps on this page need to be done once on a given host machine
