工具与软件:
您好!
工具:
- 编译工具: ccs
- SDK:mmwave_L_sdk_05_05_02_00
- demo : motion_and_presence_detection_demo_xwrL64xx-aop_m4fss0-0_freertos_ti-arm-clang
- Makefile 错误: makefile_ccs_bootimage_gen:65:目标"全部"的配方失败
- 导致错误的行: $(CRC_MULTI_CORE_IMAGE_GEN)$(AUTH_BOOTIMAGE_BIN_NAME)$(BOOTIMAGE_BIN_TEMP)>>$(AUTH_BOOTIMAGE_TEMP_OUT_FILE)
当路径太长时、当前二进制生成过程或 post_BUILD 步骤似乎会导致问题。
我刚刚使用"start with an example" CCS 功能开始了 IWRL6432AOPEVM 的运动和演示。 我无法构建。 罪魁祸首似乎是 TI 文件夹的路径长度、如果给定应用程序名称、可能很快会过长
"motion_and_presence_detection_demo_xwrL64xx-aop_m4fss0-0_freertos_ti-arm-clang"。
这是一个很好的例子。

该错误似乎发生在生成文件时、在调试文件夹中、会调用 auth 二进制文件
C:\a_lenghty_path\that_gets_even_long_now\and_stops_this_ench\motion_and_presence_detection_demo_xwrL64xx-aop_m4fss0-0_freertos_ti-arm-clang\Debug\motion_and_presence_detection_demo_aop.Debug.appimage_op
而不是
C:\a_lenghty_path\that_gets_even_long_now\and_stops_this_ench\motion_and_presence_detection_demo_xwrL64xx-aop_m4fss0-0_freertos_ti-arm-clang\Debug\motion_and_presence_detection_demo_AOP.Debug.appimage

伪影:
并且在父目录中创建一个随机文件、其名称因路径长度而异。
ebug.appimage_op

感谢您的支持