Skip to content

Commit

Permalink
install gcc-riscv64-linux-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKhayat committed Dec 18, 2024
1 parent 009e46a commit 515bc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ all: keystone opensbi
# Build a linux image with the keystone driver
keystone:
sudo apt-get update
sudo apt install autoconf automake autotools-dev bc bison build-essential curl expat libexpat1-dev flex gawk gcc git gperf libgmp-dev libmpc-dev libmpfr-dev libtool texinfo tmux patchutils zlib1g-dev wget bzip2 patch vim-common lbzip2 python3 pkg-config libglib2.0-dev libpixman-1-dev libssl-dev device-tree-compiler expect makeself unzip
sudo apt install autoconf automake autotools-dev bc bison build-essential curl expat libexpat1-dev flex gawk gcc git gperf libgmp-dev libmpc-dev libmpfr-dev libtool texinfo tmux patchutils zlib1g-dev wget bzip2 patch vim-common lbzip2 python3 pkg-config libglib2.0-dev libpixman-1-dev libssl-dev device-tree-compiler expect makeself unzip gcc-riscv64-linux-gnu

-git clone https://github.com/keystone-enclave/keystone.git
cd keystone \
Expand Down

0 comments on commit 515bc6f

Please sign in to comment.