eurecom-s3/symqemu

can't build xxx-softmmu

manba-bryant opened this issue · 5 comments

i can't build x86_64-softmmu,here is some question report:
20240321-171040
20240321-171131

how can i resolve this question? or can u show me the way to build x86_64/arm-softmmu? Thanks anyway!

the building command is : ../configure
--audio-drv-list=
--disable-sdl
--disable-gtk
--disable-vte
--disable-opengl
--disable-virglrenderer
--disable-werror
--target-list=arm-softmmu
--symcc-source=../symcc
--symcc-build=../symcc/build

"arm-softmmu" refers to the system mode (vs the user mode).
System mode isn't supported for now, this needs more work to be supported.
We have a prototype of this and will integrate this in the public version at some point but it needs more work. See Issue #32

Duplicate of #32

Github seems to be unable to register this as a duplicate 🤷‍♂️

Thank you so much!