Replies: 1 comment
-
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I want to cross compile on a build machine
x86_64-linux-gnu
to a hostaarch64-poky-linux
. For that I want to create a mesoncross.ini
file that should have as content something similar toHowever, I don't know how to actually pass the
CC
,CXX
and other environment variables tocross.ini
. Is there a simple way of doing it or do I have to invent something e.g. usingsed
?Thanks
Beta Was this translation helpful? Give feedback.
All reactions