Cross compiling Aravis for an ARM aarch64 through a Ubuntu virtual machine #11331
Unanswered
RubenBelge
asked this question in
Q&A
Replies: 1 comment
-
Hello |
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.
-
I'm trying to cross compile Aravis from a Ubuntu 22.04 LTS on a virtual machine to an ARM Cortex A-53 with aarch64 architecture. I succeeded in creating the meson cross build but once I try to compile, be it with ninja or meson compile, I get the error that it can't find a certain header file (unicode/ucnv.h). It is located on the Ubuntu machine, since I can find it.
These are the contents of the cross_file.txt :
Beta Was this translation helpful? Give feedback.
All reactions