File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 42
42
sudo apt-get update
43
43
sudo apt-get install -y python3 python3-pip python3-venv
44
44
sudo apt-get install -y gcc git autoconf automake libtool curl make unzip
45
- 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
45
+ 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 pkg-config
46
46
pip3 install git+https://github.com/riscv/riscof.git
47
47
48
48
- name : Build RISCV-GNU Toolchain (32 bit)
83
83
84
84
- name : Install Sail
85
85
run : |
86
- sudo apt-get install opam build-essential libgmp-dev z3 pkg-config zlib1g-dev
87
- opam init -y --disable-sandboxing
88
- opam switch create ocaml-base-compiler
89
- opam install sail -y
90
- eval $(opam config env)
86
+ sudo mkdir -p /usr/local
87
+ curl --location https://github.com/rems-project/sail/releases/download/0.18-linux-binary/sail.tar.gz | sudo tar xvz --directory=/usr/local --strip-components=1
91
88
git clone https://github.com/riscv/sail-riscv.git
92
89
cd sail-riscv
93
90
ARCH=RV32 make
You can’t perform that action at this time.
0 commit comments