Hi NXP experts,
I get the NXP BSP LF5.15.32_2.0.0 and encounter failed issue when I try to "bitbake qtwebengine -c configure".
The log message shows that
CMake Error at src/CMakeLists.txt:123 (message):
No gn found for cross-compilation
-- Configuring incomplete, errors occurred!
In the log I found something strange:
-- Could NOT find Gn: Found unsuitable version "1938 (0153d369)", but required is exact version "6.3.1" (found /media/1t/se_euro/nxp/imx-yocto-bsp/build-wayland/tmp/work/armv8a-poky-linux/qtwebengine/6.3.1-r0/recipe-sysroot-native/usr/bin/gn)
The required version number for Gn is "6.3.1"? It seems not a reasonable version format for gn...
Can anyone help me to build the qtwebengine module working?