We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gcc-arm-none-eabi编译器需要libnewlib-arm-none-eabi。如果缺少libnewlib-arm-none-eabi,在开发单片机时,调用stdlib.h或者string.h等等里面的函数会报错。而且在sudo apt install gcc-arm-none-eabi时候,也推荐安装libnewlib-arm-none-eabi。 但是仓库源缺少libnewlib-arm-none-eabi
gcc-arm-none-eabi
libnewlib-arm-none-eabi
stdlib.h
string.h
sudo apt install gcc-arm-none-eabi
deepin v23
No response
1. sudo apt install gcc-arm-none-eabi 2. sudo apt install libnewlib-arm-none-eabi
缺少libnewlib-arm-none-eabi,在开发单片机时,调用stdlib.h或者string.h等等里面的函数会报错
仓库源添加libnewlib-arm-none-eabi
deepin-community/gcc-arm-none-eabi#4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SUMMARY | 问题概要
gcc-arm-none-eabi
编译器需要libnewlib-arm-none-eabi
。如果缺少libnewlib-arm-none-eabi
,在开发单片机时,调用stdlib.h
或者string.h
等等里面的函数会报错。而且在sudo apt install gcc-arm-none-eabi
时候,也推荐安装libnewlib-arm-none-eabi
。但是仓库源缺少
libnewlib-arm-none-eabi
SOFTWARE/OS VERSIONS | 软件/系统版本信息
PRE-REQUIREMENT | 预置条件
No response
STEPS TO REPRODUCE | 复现步骤
OBSERVED RESULT | 观察到的结果
缺少
libnewlib-arm-none-eabi
,在开发单片机时,调用stdlib.h
或者string.h
等等里面的函数会报错EXPECTED RESULT | 期望的结果
仓库源添加
libnewlib-arm-none-eabi
ADDITIONAL INFORMATION | 额外补充
deepin-community/gcc-arm-none-eabi#4
The text was updated successfully, but these errors were encountered: