Hi,
I have recently purchased imx8mqevk board.
I have installed ubuntu16.04 in the vmware
I have download the yocto project by using "repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-rocko -m imx-4.9.88-2.0.0_ga.xml".
Then I run the commond:
->"DISTRO=fsl-imx-xwayland MACHINE=imx8mqevk source fsl-setup-release.sh -b build-xwayland"
->"bitbake fsl-image-qt5-validation-imx"
but there are some errors:
"ERROR: Task (/home/ling/bin/imx-yocto-bsp/sources/meta-qt5/recipes-qt/qt5/qt3d_git.bb:do_compile) failed with exit code '1'
"
error log:
"
/usr/src/debug/qt3d/5.9.4+gitAUTOINC+02d01a6897-r0/git/src/3rdparty/assimp/code/IFCLoader.cpp:255: undefined reference to `Assimp::IFC::GetSchema(Assimp::STEP::EXPRESS::ConversionSchema&)'
| collect2: error: ld returned 1 exit status
| Makefile:875: recipe for target '../../bin/qgltf' failed
| make[2]: *** [../../bin/qgltf] Error 1
| make[2]: Leaving directory '/home/ling/bin/imx-yocto-bsp/build-xwayland/tmp/work/aarch64-poky-linux/qt3d/5.9.4+gitAUTOINC+02d01a6897-r0/build/tools/qgltf'
| Makefile:44: recipe for target 'sub-qgltf-make_first' failed
| make[1]: *** [sub-qgltf-make_first] Error 2
| make[1]: Leaving directory '/home/ling/bin/imx-yocto-bsp/build-xwayland/tmp/work/aarch64-poky-linux/qt3d/5.9.4+gitAUTOINC+02d01a6897-r0/build/tools'
| Makefile:72: recipe for target 'sub-tools-make_first' failed
| make: *** [sub-tools-make_first] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile (log file is located at /home/ling/bin/imx-yocto-bsp/build-xwayland/tmp/work/aarch64-poky-linux/qt3d/5.9.4+gitAUTOINC+02d01a6897-r0/temp/log.do_compile.7295)
"
Can anyone help me?
Sincerely.