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
I am able to build AOT on target.
I am also able to build AOT and JIT on my X86_64 with Linux OS
But i am getting error when building JIT on target
and also while trying to Cross compile JIT to aarch64 target i am getting header file missing issue
for Cross compilation i used the option -DWAMR_BUILD_TARGET=AARCH64
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
I am building JIT for the target aarch64 arch on rpi-4 board and i am getting the below error shown in the screenshot.
Steps followed:
https://github.com/bytecodealliance/wasm-micro-runtime/tree/main/product-mini
I am able to build AOT on target.
I am also able to build AOT and JIT on my X86_64 with Linux OS
But i am getting error when building JIT on target
and also while trying to Cross compile JIT to aarch64 target i am getting header file missing issue
for Cross compilation i used the option -DWAMR_BUILD_TARGET=AARCH64
Beta Was this translation helpful? Give feedback.
All reactions