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.

Code Composer Studio on ARM Host (Raspberry PI 4)

I would like to run Code Composer Studio on an ARM system, specifically the RaspberryPi 4.  I have a target device I need to reach that is attached to a USB-to-serial connection on a raspberrypi machine.

Since CCS 12.x is compiled for Linux, all that would be required is change from x86 compilation to cross-compile to the Cortex-A72 chipset that the Linux Debian-based operating system is running.  This should only be a small change to the makefile(?) which builds CCS today!   (example : CFLAGS = -Wall -mfpu=neon-vfpv4 -mcpu=cortex-a7 )

Can this be compiled and made available ?

Reference installation attempt, notice the system arch is aarch64.

pi@remora:~/download/CCS12.5.0.00007_linux-x64$ ./ccs_setup_12.5.0.00007.run

-bash: ./ccs_setup_12.5.0.00007.run: cannot execute binary file: Exec format error

pi@remora:~/download/CCS12.5.0.00007_linux-x64$ file ccs_setup_12.5.0.00007.run

ccs_setup_12.5.0.00007.run: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.4.0, stripped

pi@remora:~/download/CCS12.5.0.00007_linux-x64$ uname -a

Linux remora 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr  3 17:24:16 BST 2023 aarch64 GNU/Linux

pi@remora:~/download/CCS12.5.0.00007_linux-x64$ cat /etc/*rel*

PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"

NAME="Debian GNU/Linux"

VERSION_ID="11"

VERSION="11 (bullseye)"

VERSION_CODENAME=bullseye

ID=debian

HOME_URL="">https://www.debian.org/"

SUPPORT_URL="">www.debian.org/support"

BUG_REPORT_URL="">https://bugs.debian.org/"