mbed CLI:make.py:错误:找不到ARM可执行文件 [英] mbed CLI: make.py: error: Could not find executable for ARM

查看:131
本文介绍了mbed CLI:make.py:错误:找不到ARM可执行文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用以下命令使用mbed CLI编译程序:

I'm trying to compile a program with the mbed CLI using the following command:

mbed compile -m UBLOX_C027 -t ARM

它会导致以下错误:

make.py: error: Could not find executable for ARM.
Currently set search path: No path set

如何设置可执行文件?

推荐答案

两种方式之一,


  • 在项目的根文件夹中的mbed_settings.py中设置 ARM_PATH

  • 或确保ARMCC在您的路径中。

请注意, ARM 编译器目标用于商业 ARM编译器。如果您使用的是 GCC ARM ,请使用 GCC_ARM 目标。

Note that ARM compiler target is for the commercial ARM compiler. If you're using GCC ARM use the GCC_ARM target.

这篇关于mbed CLI:make.py:错误:找不到ARM可执行文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆