File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ apt update
6
6
apt install -y autoconf automake autotools-dev curl python3 python3-pip libmpc-dev libmpfr-dev \
7
7
libgmp-dev gawk build-essential bison flex texinfo gperf libtool \
8
8
patchutils bc zlib1g-dev libexpat-dev git ninja-build cmake libglib2.0-dev expect \
9
- device-tree-compiler python3-pyelftools
9
+ device-tree-compiler python3-pyelftools libslirp-dev
Original file line number Diff line number Diff line change @@ -20,21 +20,21 @@ Several standard packages are needed to build the toolchain.
20
20
21
21
On Ubuntu, executing the following command should suffice:
22
22
23
- $ sudo apt-get install autoconf automake autotools-dev curl python3 python3-pip libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev ninja-build git cmake libglib2.0-dev
23
+ $ sudo apt-get install autoconf automake autotools-dev curl python3 python3-pip libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev ninja-build git cmake libglib2.0-dev libslirp-dev
24
24
25
25
On Fedora/CentOS/RHEL OS, executing the following command should suffice:
26
26
27
- $ sudo yum install autoconf automake python3 libmpc-devel mpfr-devel gmp-devel gawk bison flex texinfo patchutils gcc gcc-c++ zlib-devel expat-devel
27
+ $ sudo yum install autoconf automake python3 libmpc-devel mpfr-devel gmp-devel gawk bison flex texinfo patchutils gcc gcc-c++ zlib-devel expat-devel libslirp-devel
28
28
29
29
On Arch Linux, executing the following command should suffice:
30
30
31
- $ sudo pacman -Syyu autoconf automake curl python3 libmpc mpfr gmp gawk base-devel bison flex texinfo gperf libtool patchutils bc zlib expat
31
+ $ sudo pacman -Syyu autoconf automake curl python3 libmpc mpfr gmp gawk base-devel bison flex texinfo gperf libtool patchutils bc zlib expat libslirp
32
32
33
33
Also available for Arch users on the AUR: [ https://aur.archlinux.org/packages/riscv-gnu-toolchain-bin ] ( https://aur.archlinux.org/packages/riscv-gnu-toolchain-bin )
34
34
35
35
On OS X, you can use [ Homebrew] ( http://brew.sh ) to install the dependencies:
36
36
37
- $ brew install python3 gawk gnu-sed gmp mpfr libmpc isl zlib expat texinfo flock
37
+ $ brew install python3 gawk gnu-sed gmp mpfr libmpc isl zlib expat texinfo flock libslirp
38
38
39
39
To build the glibc (Linux) on OS X, you will need to build within a case-sensitive file
40
40
system. The simplest approach is to create and mount a new disk image with
You can’t perform that action at this time.
0 commit comments