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 fe76958 commit fcfc314Copy full SHA for fcfc314
build.sh
@@ -14,7 +14,7 @@ echo 'Successfully applied the required patches. Configuring now...'
14
# Most importantly, note '--static'
15
mkdir build-riscv64 && cd build-riscv64
16
17
-../configure --target-list=riscv64-softmmu --static --audio-drv-list="" --without-default-devices --disable-vnc
+../configure --target-list=riscv64-softmmu --static --audio-drv-list="" --disable-vnc
18
19
echo "Successfully configured. Building now..."
20
# On my machine, configuration step did not collect all the dependencies
test/example_run.sh
100644
100755
0 commit comments