You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that bindgen is unable to use the correct version of clang. In my case, it was the installation of the rust toolchain for the ESP32 (espup) that was causing an issue and was writing the LIBCLANG_PATH environment variable (which is used my libclang-sys). By removing ./export-esp.sh from the .bashrc or unset LIBCLANG_PATH, it works, however, this is not very convenient.
Hi,
The build seems to fail on my machine, particularly due to bindgen dependency (0.69.4) for wamr-sys.
The error seems to be in host pointer sizes on the machine
Looks like the pointer size for x86_64 was flagged as 4 bytes, not sure why
The text was updated successfully, but these errors were encountered: