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::makefile:167:target &#39的配方;post-build'失败

Guru**** 2460850 points


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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1480705/am263p4-makefile-167-recipe-for-target-post-build-failed

器件型号:AM263P4

工具与软件:

我现在收到 AM263Px LaunchPad 开发套件、并从 TI 网站安装了 Code Composer Studio。

我正在测试'hello_world'、但以下问题。

输出消息是  

103]引导多核 ELF 映像:am263px:r5fss0-0:freertos:ti-arm-clang C:/Users/hkmoo/workspace_ccstheia/hello_world_am263px-lp_r5fss0-0_freertos_ti-arm-clang/Release/hello_world_am263px-lp_r5fss0-0_freertos_ti-arm-clang.mcelf ...
[104]python C:/ti/mcu_plus_sdk_am263px_10_01_00_31/tools/boot/multicore-elf/genimage.py --core-img=0:Release/hello_world_am263px-lp_r5fss0-0_freertos_ti-arm-clang.out --output=C:/Users/hkmoo/workspace_ccstheia/hello_world_am263px-lp_r5fss0-0_freertos_ti-arm-clang/Release/hello_world_am263px-lp_r5fss0-0_freertos_ti-arm-clang.mcelf --merge-segments=true --tolerance-limit=0 --ignore-context=false --xip=0x60000000:0x68000000_max=-xlat_size_max=-xlat"
[105]makefile_ccs_bootimage_gen:87:目标"all"的配方失败
[106]Python gmake[3]:***[all]错误9009
[107]The post fasted.
[108]gmake[2]:[post-build]错误2 (已忽略)

请检查并指导我。

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

    您好、Hong:

    抱歉、您必须面对这个问题。 从它的第一个外观来看,它指的是 cypyppython 模块缺少依赖关系

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

    请确保您已安装 SDK 中 requirements.txt 文件中提到的所有依赖项: C:\ti\mcu_plus_sdk_am263px_10_01_00_27\requirements.txt

    bcrypt=4.2.1
    cffi==1.17.1
    Construction==2.10.70
    加密=2.8
    paramiko=2.9.3
    pycparser=2.22
    pyelftools=0.31
    PyNaCl==1.5.0
    pyserial==3.5
    6L==1.16.0
    tqdm=4.67.1
    XMODEM=0.4.7
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    你好 Hong-Kweon ,

    1.确保安装了 OpenSSL v3.x

    2、如果您在安装加密 V2.8时遇到问题、您可以通过 pip 软件包管理器安装任何可用的最新版本

    之后重启 CCS/构建终端并重试。

    希望这对您有所帮助。

    此致、
    Shaunak