This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM62A3: Error in compiling edgeai-gui-app with yacto

Part Number: AM62A3

Tool/software:

| WARNING: /home/bmit/Project/yocto-build/build/arago-tmp-default-glibc/work/aarch64-oe-linux/qtbase/5.15.7+gitAUTOINC+358aebba72-r0.arago17.tisdk0/temp/run.do_configure.77164:162 exit 2 from '/home/bmit/Project/yocto-build/build/arago-tmp-default-glibc/work/aarch64-oe-linux/qtbase/5.15.7+gitAUTOINC+358aebba72-r0.arago17.tisdk0/git/configure -v -opensource -confirm-license -sysroot /home/bmit/Project/yocto-build/build/arago-tmp-default-glibc/work/aarch64-oe-linux/qtbase/5.15.7+gitAUTOINC+358aebba72-r0.arago17.tisdk0/recipe-sysroot -prefix /usr -bindir /usr/bin -libdir /usr/lib -datadir /usr/share -sysconfdir /etc -docdir /usr/share/doc -headerdir /usr/include -archdatadir /usr/lib -libexecdir /usr/lib/libexec -plugindir /usr/lib/plugins -qmldir /usr/lib/qml -translationdir /usr/share/translations -testsdir /usr/share/tests -examplesdir /usr/share/examples -hostprefix /home/bmit/Project/yocto-build/build/arago-tmp-default-glibc/work/aarch64-oe-linux/qtbase/5.15.7+gitAUTOINC+358aebba72-r0.arago17.tisdk0/recipe-sysroot-native -hostlibdir /home/bmit/Project/yocto-build/build/arago-tmp-default-glibc/work/aarch64-oe-linux/qtbase/5.15.7+gitAUTOINC+358aebba72-r0.arago17.tisdk0/recipe-sysroot/usr/lib -hostbindir /usr/bin -external-hostbindir /home/bmit/Project/yocto-build/build/arago-tmp-default-glibc/work/aarch64-oe-linux/qtbase/5.15.7+gitAUTOINC+358aebba72-r0.arago17.tisdk0/recipe-sysroot-native/usr/bin -hostdatadir /home/bmit/Project/yocto-build/build/arago-tmp-default-glibc/work/aarch64-oe-linux/qtbase/5.15.7+gitAUTOINC+358aebba72-r0.arago17.tisdk0/recipe-sysroot/usr/lib -platform linux-oe-g++ -xplatform linux-oe-g++ -no-use-gold-linker -silent -no-pch -no-rpath -pkg-config -accessibility -no-cups -dbus -no-directfb -no-eglfs -evdev -make examples -compile-examples -fontconfig -system-freetype -gbm -no-feature-getentropy -gif -opengl es2 -eglfs -no-glib -no-gtk -qt-harfbuzz -no-ico -no-iconv -icu -no-journald -system-libjpeg -kms -libinput -system-libpng -no-libproxy -make libs -linuxfb -trace no -no-mtdev -openssl -system-pcre -release -no-sm -no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-odbc -no-sql-psql -no-sql-sqlite -no-sql-sqlite2 -no-sql-tds -shared -nomake tests -make tools -no-tslib -libudev -vulkan -widgets -no-xcb -xkbcommon -system-zlib -qpa wayland'
| WARNING: Backtrace (BB generated script):
|     #1: do_configure, /home/bmit/Project/yocto-build/build/arago-tmp-default-glibc/work/aarch64-oe-linux/qtbase/5.15.7+gitAUTOINC+358aebba72-r0.arago17.tisdk0/temp/run.do_configure.77164, line 162
|     #2: main, /home/bmit/Project/yocto-build/build/arago-tmp-default-glibc/work/aarch64-oe-linux/qtbase/5.15.7+gitAUTOINC+358aebba72-r0.arago17.tisdk0/temp/run.do_configure.77164, line 190
ERROR: Task (/home/bmit/Project/yocto-build/sources/meta-qt5/recipes-qt/qt5/qtbase_git.bb:do_configure) failed with exit code '1'

  • For build issues like this, you can try to clean the affected recipe, and then re-start the build. In your case, try the below (and then re-build):

    MACHINE=am62axx-evm bitbake -c cleansstate edgeai-gui-app

    If this doesn't help, can you...

    1. Explain what execution environment you are using (Ubuntu 22.04?)
    2. Provide information regarding which SDK version you are using.
    3. Provie a more complete log, including the beginning of the build output
    4. Show which command you used to start the build

    Regards, Andreas