Skip to content

Instantly share code, notes, and snippets.

@osalbahr
Last active October 16, 2025 21:43
Show Gist options
  • Save osalbahr/73c2f46914001840d3bd3aeef76d287a to your computer and use it in GitHub Desktop.
Save osalbahr/73c2f46914001840d3bd3aeef76d287a to your computer and use it in GitHub Desktop.
Tools Used in 6.1810 - Fedora Edition
@osalbahr
Copy link
Author

Breakdown:

  • git to solve bash: git: command not found

  • @development-tools to solve bash: make: command not found

  • gcc-riscv64-linux-gnu to solve:

***
*** Error: Couldn't find a riscv64 version of GCC/binutils.
*** To turn off this error, run 'gmake TOOLPREFIX= ...'.
***

qemu-system-riscv to solve make: 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment