We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52fdf9a commit 3e1d668Copy full SHA for 3e1d668
1 file changed
build.sh
@@ -13,7 +13,8 @@ git apply ../tweak_linux_config_options.patch
13
echo 'Successfully applied the required patches. Configuring now...'
14
# Most importantly, note '--static'
15
mkdir build-riscv64 && cd build-riscv64
16
-../configure --target-list=riscv64-linux-user --static --disable-vnc --without-default-devices
+
17
+../configure --target-list=riscv64-softmmu --static --audio-drv-list="" --without-default-devices --disable-vnc
18
19
echo "Successfully configured. Building now..."
20
# On my machine, configuration step did not collect all the dependencies
0 commit comments