Skip to content

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

@BernardXiong

Description

@BernardXiong

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions