From 515bc6fb1c17cb18a7f12fb975988132769b99fc Mon Sep 17 00:00:00 2001 From: Frederic Khayat Date: Wed, 18 Dec 2024 10:08:30 +0100 Subject: [PATCH] install gcc-riscv64-linux-gnu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c000f5..192d46f 100644 --- a/Makefile +++ b/Makefile @@ -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 \