在 Windows 10 Pro 下运行 CCS 10.4、使用 Resource Explorer 安装 MCU_PLUS_SDK_am243x_08_00_00_21。 导入了一个示例、但从 makefile_ccs_boottimage_gen 中获取了错误:
Finished building target: "enet_lwip_cpsw_am243x-evm_r5fss0-0_freertos_ti-arm-clang.out" C:/ti/ccs1040/ccs/utils/bin/gmake -C C:\Users\mr_halfword\workspace_v10\enet_lwip_cpsw_am243x-evm_r5fss0-0_freertos_ti-arm-clang -f makefile_ccs_bootimage_gen OUTNAME=enet_lwip_cpsw_am243x-evm_r5fss0-0_freertos_ti-arm-clang PROFILE=Debug MCU_PLUS_SDK_PATH=C:/ti/mcu_plus_sdk_am243x_08_00_00_21 CG_TOOL_ROOT=C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-armllvm_1.3.0.LTS CCS_INSTALL_DIR=C:\ti\ccs1040\ccs CCS_IDE_MODE=desktop Boot image: am243x:r5fss0-0:freertos:ti-arm-clang C:/Users/mr_halfword/workspace_v10/enet_lwip_cpsw_am243x-evm_r5fss0-0_freertos_ti-arm-clang/Debug/enet_lwip_cpsw_am243x-evm_r5fss0-0_freertos_ti-arm-clang.appimage ... C:/ti/mcu_plus_sdk_am243x_08_00_00_21/tools/boot/out2rprc/out2rprc.exe Debug/enet_lwip_cpsw_am243x-evm_r5fss0-0_freertos_ti-arm-clang.out C:/Users/mr_halfword/workspace_v10/enet_lwip_cpsw_am243x-evm_r5fss0-0_freertos_ti-arm-clang/Debug/enet_lwip_cpsw_am243x-evm_r5fss0-0_freertos_ti-arm-clang.rprc_tmp >> Debug/temp_stdout_Debug.txt makefile_ccs_bootimage_gen:71: recipe for target 'all' failed gmake[3]: *** [all] Error -2146232576 gmake[2]: [post-build] Error 2 (ignored) makefile:181: recipe for target 'post-build' failed **** Build Finished ****
当尝试 从命令 shell 运行 C:/ti/mcu_plus_sdk_am64x_08_00_00_21/tools/boot/out2rprc/out2rprc.exe 时、得到:

单击"下载并安装此功能"以让 Windows 10安装所需的.NET Framework 3.5。
NET 框架3.5安装完成后, makefile_ccs_bootimage_gen 随后成功运行。
下载、安装和安装 SDK 和工具 似乎没有提到.NET 框架可能需要在 Windows 10下安装/更新(它仅提到需要在 Linux 上安装 Mono 运行时)。
是否有必要更新安装说明以提及在 Windows 10下安装以生成引导映像所需的.NET 框架版本?