This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CODECOMPOSER: Cross-compilation in Code Composer Studio

Part Number: CODECOMPOSER
Other Parts Discussed in Thread: TCAN4550EVM

Tool/software:

Hi

I'm evaluating the TCAN4550EVM and running a sample program by Code Composer Studio.

https://dr-download.ti.com/software-development/driver-or-library/MD-zllkJ5TWxx/01.00.00.0B/sllc469b.zip

This program uses an MSP430 to evaluate the TCAN4550EVM.

I want to run it to a Raspberry Pi 5 (aarch64 architecture device) without using the MSP430.

This requires changing the compiler and performing a cross-compilation.

The sample project uses the MSP430 compiler, and I need to switch to GNU v9.2.1. How can I configure this?