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
在 install_ubuntu.sh 中会按照相对比较多的软件包,例如:
sudo apt-get -qq install python3 python3-pip gcc git libncurses5-dev gcc-arm-none-eabi binutils-arm-none-eabi gdb-multiarch qemu qemu-system-arm -y
在这些中 gcc-arm-none-eabi,binutils-arm-none-eabi,qemu,qemu-system-arm 都不是必须的,而且一般携带的版本也相对比较低。
python3 -m pip install -U pyocd
pyocd似乎也不完全需要,可以考虑这些软件包在后续一些场合中进行安装。
The text was updated successfully, but these errors were encountered:
@mysterywolf 觉得呢?
Sorry, something went wrong.
#253
No branches or pull requests
在 install_ubuntu.sh 中会按照相对比较多的软件包,例如:
在这些中 gcc-arm-none-eabi,binutils-arm-none-eabi,qemu,qemu-system-arm 都不是必须的,而且一般携带的版本也相对比较低。
pyocd似乎也不完全需要,可以考虑这些软件包在后续一些场合中进行安装。
The text was updated successfully, but these errors were encountered: