Hi,
Thanks for your respone
1) Which version of qt is supported by NXP ?
2) I know the cpu problem. I had it when I wanted to compile nodejs and I solved it by putting the following parameters in my local.conf
# Default to setting automatically based on cpu count
BB_NUMBER_THREADS = "4"
# Default to setting automatically based on cpu count
PARALLEL_MAKE = "-j 4"
for imformation, I have 12 CPU and 16 Go of RAM on my host (64 bits)
3) Today I have continuous to investigate and I get the following error when I launch Makefile in shell session open with the commands 'bitbake qtwebengine -c devshell'. and 'cd ../build'.
ninja: Entering directory `/home/dev/pr3366-firmware-apm3plus/tmp_yocto/build/tmp/work/cortexa9t2hf-neon-mx6qdl-poky-linux-gnueabi/qtwebengine/5.14.2+gitAUTOINC+35aa6c30f0_6c9be50c2d-r0/build/src/core/release'
[1/195] ACTION //v8:run_mksnapshot_default(/home/dev/pr3366-firmware-apm3plus/tmp_yocto/build/tmp/work/c...dl-poky-linux-gnueabi/qtwebengine/5.14.2+gitAUTOINC+35aa6c30f0_6c9be50c2d-r0/build/src/toolchain:target)
FAILED: gen/v8/embedded.S gen/v8/snapshot.cc
/home/dev/pr3366-firmware-apm3plus/tmp_yocto/build/tmp/work/cortexa9t2hf-neon-mx6qdl-poky-linux-gnueabi/qtwebengine/5.14.2+gitAUTOINC+35aa6c30f0_6c9be50c2d-r0/recipe-sysroot-native/usr/bin/python-native/python2 ../../../../git/src/3rdparty/chromium/v8/tools/run.py ./v8_snapshot/mksnapshot --turbo_instruction_scheduling --target_os=linux --target_arch=arm --embedded_src gen/v8/embedded.S --embedded_variant Default --random-seed 314159265 --startup_src gen/v8/snapshot.cc --no-native-code-counters
ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
#
# Fatal error in , line 0
# unreachable code
#
#
#
#FailureMessage Object: 0xf7022fe4
ninja: build stopped: subcommand failed.
Regards