【问题标题】:Building micropython in stm32 port in windows在 windows 的 stm32 端口中构建 micropython
【发布时间】:2020-05-12 17:17:35
【问题描述】:

我目前正在尝试使用 Atollic TrueSTUDIO IDE 为 NUCLEO-H743ZI 开发板在 Windows 10 上构建 MicroPython 应用程序。

我收到以下错误。

c:/program files (x86)/gnu tools arm embedded/9 2019-q4-major/bin/../lib/gcc/arm-none-eabi/9.2.1/thumb/v7e-m+dp/hard/libgcc.a
c:\Program Files (x86)\GNU Tools Arm Embedded\9 2019-q4-major\bin\arm-none-eabi-ld.exe: cannot find build-NUCLEO_H743ZI/lib/mbedtls/library/ssl_: No such file or directory
make: *** [Makefile:614: build-NUCLEO_H743ZI/firmware.elf] Error 1

【问题讨论】:

  • 鉴于缺少库的名称 (ssl_),在我看来,某些环境变量未设置,因此用于组成 SSL 库的 make 变量为空白并导致库名不完整。
  • 问题可以用一个词来概括:Eclipse。
  • 我真的希望 VS Code 用 eclipse 取代当前的行业迷恋

标签: build linker embedded cross-compiling micropython


【解决方案1】:

这是命令行长度问题。我缩短了命令的长度,因此我能够构建它。 [参考]https://github.com/micropython/micropython/issues/6031 谢谢你的cmets

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2013-11-30
    • 1970-01-01
    • 2021-01-28
    • 1970-01-01
    • 2014-07-27
    • 2022-01-19
    • 2013-02-21
    • 2016-01-30
    相关资源
    最近更新 更多