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.

[参考译文] AM263P4-Q1:.appimage .appimage_xip 在清理过程中未删除

Guru**** 2465700 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1474812/am263p4-q1-appimage-appimage_xip-not-deleted-during-clean

器件型号:AM263P4-Q1

工具与软件:

大家好、团队成员:

我的客户对构建和清理流程有疑问。  

构建 ipc_rpmsg_echo 示例和清理后、.appimage 和.appimage_xIP 文件在清理过程中不会被删除。 是否有办法将这些文件添加到清理过程中?  

他们担心在编译/重建过程中出现错误时、会将这些旧的编译文件错误用于正确编译。

此致、

Mari Tsunoda.

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Mari Tsunoda:

    通常、"清理" makefile 作业应负责删除 rprc、mcelf、appimage、appimage_xip、rprc_xip 等、 但对于 CCS 构建、我观察到只有 syscfg 自动生成的文件被清理。

    目前、客户可以通过运行良好的命令行构建来执行此操作。

    例如、要从命令行构建 IPC RP MSG 系统工程、可以使用以下命令:

    gmake -sj -C examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/system_freertos_nortos/ all

    要进行清理、他们可以使用以下命令:

    gmake -sj -C examples/drivers/ipc/ipc_rpmsg_echo/am263px-cc/system_freertos_nortos/ clean

    要了解有关 makefile 用法的更多信息、请执行以下操作:

    software-dl.ti.com/.../MAKEFILE_BUILD_PAGE.html

    同时、我会将此错误告知开发团队。

    此致、
    Shaunak