Replies: 3 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.
-
So do we have a bug here,
? |
Beta Was this translation helpful? Give feedback.
-
The situation will be less worse in the future. In master, meson finally tells what command needs the exe_wrapper: e9e5820 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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