This is for https://pdos.csail.mit.edu/6.1810/2025/tools.html
sudo dnf install git @development-tools gcc-riscv64-linux-gnu qemu-system-riscv bc
That should be enough to do make qemu
!
This is for https://pdos.csail.mit.edu/6.1810/2025/tools.html
sudo dnf install git @development-tools gcc-riscv64-linux-gnu qemu-system-riscv bc
That should be enough to do make qemu
!
Breakdown:
git
to solvebash: git: command not found
@development-tools
to solvebash: make: command not found
gcc-riscv64-linux-gnu
to solve:qemu-system-riscv
to solvemake: qemu-system-riscv64: No such file or directory
bc
to solve/bin/sh: line 1: bc: command not found
TODO: figure out
gdb
and the rest