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.

MSP-EXP432E401Y: Issues with Code Composer not seeing a compiler that supports my device

Part Number: MSP-EXP432E401Y
Other Parts Discussed in Thread: MSP432E401Y

Tool/software:

I have a fresh install of Code Composer Studio (CCS) version 20.0.2.5__1.6.2. I am using it with the MSP-EXP432E401Y Launch Pad Development kit. I open CCS and can detect the board, great. I then go into the project wizard to create a new project for my board using the hello template with no RTOS just to get things started.

Configuration as follows:
Project Name = hello.
compiler = CCS - TI Compiler (MSP, C2000, Arm).
kernel = No RTOS.

When I hit the create button I get a popup window saying "No TI Arm compilers, supporting device 'MSP432E401Y', are currently installed". I have checked my installation for CCS and under C:\ti\ccs2002\ccs\tools\compiler I see 5 compilers

02/04/2025 03:07 PM <DIR> .
02/04/2025 03:05 PM <DIR> ..
02/04/2025 03:05 PM <DIR> ti-cgt-armllvm_4.0.1.LTS
02/04/2025 03:07 PM <DIR> ti-cgt-c2000_22.6.1.LTS
02/04/2025 03:06 PM <DIR> ti-cgt-c29_1.0.0LTS
02/04/2025 03:06 PM <DIR> ti-cgt-c6000_8.3.13
02/04/2025 03:06 PM <DIR> ti-cgt-msp430_21.6.1.LTS

What do I need to get to where I can build the hello project?