Tool/software:
I am starting a project with the 28388D processor. Our organization requires that released code cannot be built in any IDE, but must be built from source using command line tools, and cmake is the build system we use. Building the images for CPU1 and CPU2 is working fine, but the CM is not. The code builds with no errors, but does not run when loaded (the same code built in CCS runs fine) When I look at the build output, it seems that the compiler is being called correctly with the correct parameters. The compiler version is the same (20.2.7.LTS).
I've kind of hit a wall on trying to figure out why this isn't working. Is there a cmake example for either the CM or MSP430 that I could use as a reference?
More information: the build environment is containerized (Docker) running Ubuntu 22.04 as base. I can provide the Docker file, CMakeLists or anything else if it helps.