小编Neb*_*ise的帖子

gcc-arm-none-eabi 11.3“未实现并且总是会失败”

我正在开发一个裸机 STM32 项目,在 Linux x64 主机上进行编译。

将我的工具链从 升级到 后gcc-arm-none-eabi-11.2-2022.02arm-gnu-toolchain-11.3.rel1-x86_64-arm-none-eabi我收到以下链接器警告:

warning: _close is not implemented and will always fail
warning: _fstat is not implemented and will always fail
warning: _getpid is not implemented and will always fail
warning: _isatty is not implemented and will always fail
warning: _kill is not implemented and will always fail
warning: _lseek is not implemented and will always fail
warning: _open is not implemented and will always fail
warning: _read is not …
Run Code Online (Sandbox Code Playgroud)

c embedded gcc arm stm32

16
推荐指数
3
解决办法
2万
查看次数

标签 统计

arm ×1

c ×1

embedded ×1

gcc ×1

stm32 ×1