Is there any reference to cross compile Qt 6.8.3 for arm64 on x86_64 Linux.?
-
I have RockyLinux8.10 x86_64 host with large RAM and CPUs.
On top of it using qemu-user-static, I spinned podman instance of RockyLinux 8.10 for arm64.
I have ulimit of 12288.I am seeing fatal error: /usr/include/bits/stdint-intn.h: Too many open files for lot of QtWebEngine modules.
How to resolve this?
-
I went to podman approach as I couldn't find any gcc cross compiler with which I can build Qt6.8.3 for arm64 on x86_64 machine. I already raised question on this.(https://forum.qt.io/topic/163096/qt-6.8.3-build-fails-for-arm64-when-compiled-using-gcc-cross-compiler-x86_64-aarch64-toolchain.)
-
@Christian-Ehrlicher is there any pre-requistic for hardware to do cross compile for the host device ...