Replies: 2 comments 3 replies
-
That means you're trying to run a binary being built for the host machine, but your host binaries cannot run on your build machine. The most likely situation you have is either: 1) you're trying to run tests built for the host machine, or 2) you're trying to use a host binary to generate code |
Beta Was this translation helpful? Give feedback.
3 replies
-
So do we have a bug here,
? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use host and cross tools in my project.
That works fine on x86_64, but on aarch64
I am getting this:
ERROR: An exe_wrapper is needed but was not found.
Needed by whom?
My project uses host tool-chain just as
well as the cross one, and no wrappers
are needed at all.
How to tell meson to just stop doing that?
Beta Was this translation helpful? Give feedback.
All reactions