gpt4 book ai didi

c++ - scons 错误 "sh: 1: arm-none-eabi-gcc: not found' '

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:44:22 24 4
gpt4 key购买 nike

在我的项目中,我同时使用 Scons 和 Makefile 来构建。当我使用 Makefile 时它运行良好,但当我使用 Scons 时出现错误

"arm-none-eabi-gcc -g -mthumb -mlittle-endian -mcpu=cortex-m4 -mcpu=cortex-m4 -Wl,--start-group -lm -lc -Wl,--end-group -Wl,--gc-sections -Wl,-Map,main.map -Tstm32_flash.ld -Wl,--entry=Reset_Handler -DSTM32F407xx -DUSE_STDPERIPH_DRIVER -I/home/minhtan/Downloads/STM32F4-Discovery_FW_V1.1.0/Utilities/STM32F4-Discovery -I/home/minhtan/Downloads/STM32F4-Discovery_FW_V1.1.0/Libraries/CMSIS/Include -I/home/minhtan/Downloads/STM32F4-Discovery_FW_V1.1.0/Libraries/CMSIS/ST/STM32F4xx/Include -I/home/minhtan/Downloads/STM32F4-Discovery_FW_V1.1.0/Libraries/STM32F4xx_StdPeriph_Driver/inc "-I/home/minhtan/Downloads/led(make file moi)" main.c -c -o main.o
sh: 1: arm-none-eabi-gcc: not found
scons: [main.o] Error 127
scons: building terminated because of errors. "

最佳答案

这看起来像是我们在 http://scons.org/faq.html 上的“最常见问题”#1 的答案。可以帮助你。默认情况下,SCons 不会从周围的 shell 环境中导入变量,如 $PATH。您必须引入 $PATH 才能正确检测 arm-none-eabi-gcc 可执行文件或明确指定可执行文件的完整路径...查看上述常见问题解答条目以更详细地讨论为什么事情是这样的,以及如何为您的构建环境提供所需的 $PATH 定义。

关于c++ - scons 错误 "sh: 1: arm-none-eabi-gcc: not found' ',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38890830/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com