Hi,
I have installed the TI RTOS 2.16.00.08 and XDCtools 3.32.00.06 required by the Empty TI RTOS project for the EK-TM4C123GXL launchpad board on CCS 11.0.0.00012 on macOS 12.0.1 (Monterey today, but I had the same issue before the upgrade when running under macOS 11.6.1 yesterday).
I had a number of macOS security errors because the XDCtools had to be downloaded and installed manually. I had to right-click and open each executable file manually to tell macOS the file was safe to execute.
I have imported the example Empty TI RTOS project into CCS but I get a build failure when I try to build on macOS. The build log is attached (I hope).
**** Build of configuration Debug for project empty_EK_TM4C123GXL_TI **** /Applications/ti/ccs1100/ccs/utils/bin/gmake -k -j 7 all -O Building file: "../empty.cfg" Invoking: XDCtools "/Applications/ti/ccs1100/xdctools_3_32_00_06_core/xs" --xdcpath="/Users/dennis/ti/tirtos_tivac_2_16_00_08/packages;/Users/dennis/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08/packages;/Users/dennis/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages;/Users/dennis/ti/tirtos_tivac_2_16_00_08/products/ndk_2_25_00_09/packages;/Users/dennis/ti/tirtos_tivac_2_16_00_08/products/uia_2_00_05_50/packages;/Users/dennis/ti/tirtos_tivac_2_16_00_08/products/ns_1_11_00_10/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.tiva:TM4C123GH6PM -r release -c "/Applications/ti/ccs1100/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS" --compileOptions "-mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path=\"/Users/dennis/workspace_v11/empty_EK_TM4C123GXL_TI\" --include_path=\"/Users/dennis/workspace_v11/empty_EK_TM4C123GXL_TI\" --include_path=\"/Users/dennis/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b\" --include_path=\"/Users/dennis/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix\" --include_path=\"/Applications/ti/ccs1100/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include\" --define=ccs=\"ccs\" --define=PART_TM4C123GH6PM --define=ccs --define=TIVAWARE -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi " "../empty.cfg" making package.mak (because of package.bld) ... subdir_rules.mk:17: recipe for target 'build-881623425-inproc' failed js: "/Applications/ti/ccs1100/xdctools_3_32_00_06_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 139); 'linker.cmd' deleted. gmake[1]: *** [build-881623425-inproc] Error 1 gmake: *** No rule to make target 'build-881623425', needed by 'configPkg/compiler.opt'. gmake: *** No rule to make target 'build-881623425', needed by 'configPkg/linker.cmd'. gmake: *** No rule to make target 'build-881623425', needed by 'configPkg/compiler.opt'. gmake: *** No rule to make target 'build-881623425', needed by 'configPkg/compiler.opt'. gmake: Target 'all' not remade because of errors. **** Build Finished ****
I have waded through the makefiles as best I can, but it seems the xs command invocation at line 19 of the subdir_rules.mk file fails for some reason. Can anyone shed some light on why this might be happening?
Note, I have done the same thing on CCS 11 under Windows 10 and I am able to build the same project successfully. The makefiles under windows look substantially the same, so I suspect the problem is related to XDCtools support on macOS.

