Hi
I'm trying to cross compile a Qt6 project for an i.MX7ULP processor on a Linux computer but facing some troubles getting the configuration correct. I have build the SDK toolchain as described further down and made setup of kit and compiler, but when I'm trying to compile I get the following error:

The output does indicate that some files are missing, however these files are not a part of the configuration.
When I configure the "kit setup I have made the following settings, but getting a general warning related to setup and a specific error related to Qt version. I have tried Qt 6.8.1 and Qt 6.7.3 but with the same result:


The compiler setup:

Some settings might be related to the configuration of the bitbake, hence these settings are described below.
I'm using the following software:
For machine and distribution:
- DISTRO=fsl-imx-wayland MACHINE=imx7ulpevk source imx-setup-release.sh -b build-wayland
When searching for at solution, there seems to be two options for building the SDK toolchain, however the result is the same using one or the other:
- bitbake meta-toolchain-qt6
- DISTRO=Target-Distro MACHINE=Target-Machine bitbake core-image-minimal -c populate_sdk
The latter of the two is probably using the machine and distro settings further op, thus the difference is the "core-image-minimal -c populate_sdk" vs. "meta-toolchain-qt6"
The question is, how should Qt6 creator be configure to cross compile for and i.MX7ULP processor?
Regards
Henrik