Skip to content
New issue

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

Ubuntu下的env安装比较复杂,耗时 #252

Closed
BernardXiong opened this issue Jan 27, 2025 · 2 comments
Closed

Ubuntu下的env安装比较复杂,耗时 #252

BernardXiong opened this issue Jan 27, 2025 · 2 comments

Comments

@BernardXiong
Copy link
Member

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似乎也不完全需要,可以考虑这些软件包在后续一些场合中进行安装。

@BernardXiong
Copy link
Member Author

@mysterywolf 觉得呢?

@BernardXiong
Copy link
Member Author

#253

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant