のQt Creatorは、このライブラリのエラーを与えている:クロスコンパイルエラー[Yoctoイメージ]
11:13:12: Running steps for project qtConsoleTest...
11:13:12: Starting: "/usr/bin/make" clean
rm -f main.o
rm -f *~ core *.core
11:13:12: The process "/usr/bin/make" exited normally.
11:13:12: Configuration unchanged, skipping qmake step.
11:13:12: Starting: "/usr/bin/make"
g++ -c -pipe -g -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_QML_DEBUG -DQT_CORE_LIB -I../qtConsoleTest -I. -isystem /opt/fsl-imx-x11/4.1.15-2.0.1/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/include/qt5 -isystem /opt/fsl-imx-x11/4.1.15-2.0.1/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/include/qt5/QtCore -I. -I/opt/fsl-imx-x11/4.1.15-2.0.1/sysroots/cortexa7hf-neon-poky-linux-gnueabi/usr/lib/qt5/mkspecs/linux-g++ -o main.o ../qtConsoleTest/main.cpp
g++ -o qtConsoleTest main.o -lQt5Core -lpthread
/usr/bin/ld: cannot find -lQt5Core
collect2: error: ld returned 1 exit status
make: *** [qtConsoleTest] Error 1
11:13:13: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project qtConsoleTest (kit: ce3TunnelBoard)
When executing step "Make"
11:13:13: Elapsed time: 00:01.
このQuestionに基づいて、私は私の問題は、Qtのバージョンの下QMAKE_SPECとQMAKE_XSPECが表示されなければならないということだと思いますlinux-oe-g ++(linux-g ++ではなく)ですが、私はそれをどのように変更するのか分かりません。何か踏み切ったことがありますか?私はQt5 SDKをbitbakedまし
、私も先頭にこれを追加することによって、 "/opt/Qt5.8.0/Tools/QtCreator/bin/qtcreator.sh" 環境を調達しました:
source /opt/fsl-imx-x11/4.1.15-2.0.1/environment-setup-cortexa7hf-neon-poky-linux-gnueabi
を
はコンパイラ&のQtバージョンはそれぞれ、デバッガの下で、次のオプションを設定し、:
/opt/fsl-imx-x11/4.1.15-2.0.1/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gdb
/opt/fsl-imx-x11/4.1.15-2.0.1/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++
/opt/fsl-imx-x11/4.1.15-2.0.1/sysroots/x86_64-pokysdk-linux/usr/bin/qt5/qmake
これらは、念のスクリーンショットです。