On 6/23/26 10:57, Brian Cain wrote:
On 6/23/2026 12:22 PM, Stefan Hajnoczi wrote:
On Mon, Jun 22, 2026 at 6:33 PM Brian Cain <[email protected]> wrote:
The following changes since commit b83371668192a705b878e909c5ae9c1233cbd5fb:
Merge tag 'pbouvier/pr/plugins-20260618' of https://gitlab.com/p-b-o/qemu into
staging (2026-06-19 15:00:01 -0400)
are available in the Git repository at:
https://github.com/qualcomm/qemu tags/pull-hex-20260622
for you to fetch changes up to 4f876e63daaa40bea293c2eeced2ac6418b3d13a:
target/hexagon/idef-parser: open input file in binary mode (2026-06-22
14:30:23 -0700)
----------------------------------------------------------------
hex queue - sysemu
v2 PR: Fix for wasm build error in `target/hexagon/meson.build`:
../target/hexagon/meson.build:285:47: ERROR: Program 'emscripten' not
found or not executable
Hi Brian,
There is a wasm build failure:
Run-time dependency libffi found: YES 3.5.2
Program scripts/decodetree.py found: YES
(/builds/qemu-project/qemu/build/pyvenv/bin/python3
/builds/qemu-project/qemu/scripts/decodetree.py)
Program ../scripts/feature_to_c.py found: YES
(/builds/qemu-project/qemu/build/pyvenv/bin/python3
/builds/qemu-project/qemu/gdbstub/../scripts/feature_to_c.py)
Program flex found: NO
../target/hexagon/meson.build:294:8: ERROR: Program 'flex' not found
or not executable
hmm - I think this should be coming from the host and not the target.
Need an update to emsdk-wasm64-cross.docker
r~