Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 530 Bytes

TUTORIAL.md

File metadata and controls

25 lines (19 loc) · 530 Bytes

Progetto Sistemi Virtuali 2022/2023

RISCV

Compilare e installare l'emulatore

mkdir -p build && cd build && cmake .. && make && sudo make install 

Eseguire l'emulatore

uriscv-cli --config <config.json>

Dependencies

Debian

sudo apt install git build-essential libc6 cmake libelf-dev libboost-dev libboost-program-options-dev libsigc++-2.0-dev gcc-riscv64-unknown-elf