agra-uni-bremen / riscv-vp

RISC-V Virtual Prototype
MIT License
139 stars 49 forks source link

Build error #32

Open AshvinVaidyanathan opened 1 year ago

AshvinVaidyanathan commented 1 year ago

When trying to build the tools required for this on Ubuntu 22.04 LTS, you get an error that qt5-default not found. Looking around it seems like the problem is that in newer Debian releases, qt5-default is not included in the repositories. You can work around this by removing qt5-default from the command and replace i with qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools.