superna9999 / meta-meson

Upstream Linux Amlogic Meson Yocto/OpenEmbedded Layer
https://github.com/superna9999/meta-meson/wiki
MIT License
105 stars 68 forks source link

QT5 toolchain fails to compile #72

Closed damdinsharav closed 4 years ago

damdinsharav commented 4 years ago

Describe the bug I'm trying to compile libretech-cc with QT5 SDK toolchain. At first, I thought it's meta-qt5 bug but exact same config works on Raspberrypi3-64 machine. Specifically selected Rpi3-64 because it is same A53 and 64bit.

Build Context /home/dsh/amlogic/poky/meta \ /home/dsh/amlogic/poky/meta-poky \ /home/dsh/amlogic/poky/meta-yocto-bsp \ /home/dsh/amlogic/meta-meson \ /home/dsh/amlogic/meta-openembedded/meta-oe \ /home/dsh/amlogic/meta-qt5 \

Expected behavior bitbake meta-toolchain-qt5 should work.

System (please complete the following information):

While compiling with libretech-cc bitbake show this:

TARGET_SYS           = "aarch64-poky-linux"
MACHINE              = "libretech-cc-custom"
DISTRO               = "poky"
DISTRO_VERSION       = "1.0"
TUNE_FEATURES        = "aarch64"
TARGET_FPU           = ""

while RaspberryPi3-64 show this

TARGET_SYS           = "aarch64-poky-linux"
MACHINE              = "raspberrypi3-64"
DISTRO               = "poky"
DISTRO_VERSION       = "1.0"
TUNE_FEATURES        = "aarch64 cortexa53 crc"
TARGET_FPU           = ""

Is it because some TUNE_FEATURES missing? Full log Amlogic failing on QtScripts Full log RaspberryPi3 compiling successfully on QtScripts

damdinsharav commented 4 years ago

I'm closing as this not exactly related to meta-meson. QtScript is deprecated and no longer compatible with latest compilers. I skipped and it works.