how to build meta-toolchain-qt5

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to build meta-toolchain-qt5

7,581 Views
kangmw086
Contributor III

i used imx8mq-evk.

yocto 

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
repo sync

DISTRO=fsl-imx-wayland MACHINE=imx8mqevk source fsl-setup-release.sh -b build-wayland

bitbake fsl-image-qt5-validation-imx

success..

but

bitbake meta-toolchain-qt5 -c populate_sdk

or

bitbake meta-toolchain-qt5 

Initialising tasks: 100% |##########################################################################| Time: 0:00:17
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: qtlocation-5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0 do_compile: oe_runmake failed
ERROR: qtlocation-5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0 do_compile: Function failed: do_compile (log file is located at /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/temp/log.do_compile.29647)
ERROR: Logfile of failure stored in: /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/temp/log.do_compile.29647
Log data follows:

......

| collect2: error: ld returned 1 exit status
| make[2]: *** [../../lib/libQt5Location.so.5.9.4] Error 1
| make[2]: Leaving directory `/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src/location'
| make[1]: *** [sub-location-make_first] Error 2
| make[1]: Leaving directory `/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src'
| make: *** [sub-src-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 /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/temp/log.do_compile.29647)
ERROR: Task (/yocto/imx-yocto-bsp/sources/meta-qt5/recipes-qt/qt5/qtlocation_git.bb:do_compile) failed with exit code '1'
Waiting for 3 running tasks to finish:

build failed....qtlocation...

please help me....

thank you.

15 Replies

4,890 Views
miguelhortelano
Contributor II

In my case I was in trouble trying to get the SDK for Yocto Thud and I finally realized that there is no qt5 folder and qmake is found in /opt/fslc-x11/2.6.2/sysroots/x86_64-fslcsdk-linux/usr/bin/ folder

0 Kudos

4,890 Views
kangmw086
Contributor III

Has the issue been resolved?

I still have not solved it. Please share your workaround for people who are having the same problem.

thank you.

0 Kudos

4,890 Views
miguelhortelano
Contributor II

Well, in my case it was a different problem as I could build toolchains for Rocko without issues but didn't get the expected qt5 folder when deploying for Thud.

I realized that in this case there is no qt5 folder and the qmake file is found in /opt/fslc-x11/2.6.2/sysroots/x86_64-fslcsdk-linux/usr/bin/ 

0 Kudos

4,890 Views
Takashi_Kashiwagi
Senior Contributor I

Hi kms

Is the problem solved?

It is an environment of 4.14-sumo, but I think that it is a hint because Qt5 and SDK can be generated.

DISTRO=fsl-imx-wayland MACHINE=imx8mqevk source fsl-setup-release.sh -b build-wayland

In 4.14-sumo, If you want to use qt5, DISTRO is fsl-image-qt5-validation-imx.

sorry. Please ignore this because I misunderstood

There is no "qt5" folder in the "/opt/fsl-imx-wayland/4.9.88-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin" path.
IMX6 YOCTO MORTY was able to build "bitbake meta-toolchain-qt5", and qt5 folder was also created.
How do I create a qt5 folder?

"/opt/fsl-imx-wayland/4.9.88-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin"  is the SDK path is installed by SDK installer(like a "fsl-imx-xwayland-glibc-x86_64-meta-toolchain-qt5-aarch64-toolchain-4.14-sumo.sh")

In my case, IMX8MQ-EVK with xwayland, I builded SDK installer by "$bitbake meta-toolchain-qt5".

if you successed build SDK installer, it locates in deploy directory (ex. "build-**/tmp/deploy/sdk/fsl-imx-xwayland-glibc-x86_64-meta-toolchain-qt5-aarch64-toolchain-4.14-sumo.sh"). 

Best Regards,

T.Kashiwagi

0 Kudos

4,890 Views
kangmw086
Contributor III

hi

In wayland, meta-toolchain-qt5 does not work and xwayland does it?

What's the difference between wayland and xwayland?
0 Kudos

4,890 Views
miguelhortelano
Contributor II

Hi k ms

Did you manage to solve the issue?

I'm also experiencing the same problem. There is no qt5 folder in /opt/fslc-framebuffer/2.4.1/sysroots/x86_64-fslcsdk-linux/usr/bin/

Regards

0 Kudos

4,890 Views
kangmw086
Contributor III

No, I did not find a solution.

I am using an SDK that someone has build.

4,890 Views
hiectai
Contributor III

Hello k ms
I'm also experiencing the same problem. Could you share an SDK you are using?
Thank you

0 Kudos

4,890 Views
Takashi_Kashiwagi
Senior Contributor I

Hi k ms

> In wayland, meta-toolchain-qt5 does not work and xwayland does it?

Sorry I haven't tried meta-toolchain-qt5 on wayland, so I do not know the exact thing.

In my case (4.14-sumo), "$bitbake meta-toolchain-qt5" works in xwayland.

> What's the difference between wayland and xwayland?

I do not know the details, but the Window System that each uses is different.

And The Number Of recipes in bitbake was quite different.

(When I done bitbake, wayland recipes were about 5500 and xwayland recipes were 8216.)

btw, Bitbake is often OK or NG depending on the host environment as shown in the following thread.

https://community.nxp.com/message/1114912

There were various things such as not being able to repo sync properly or the version of python is different:smileycry:,

so please check the environment of the host PC carefully.

Best Regards,

T.Kashiwagi

0 Kudos

4,890 Views
turker
Contributor IV

What does the logfile /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/temp/log.do_compile.29647 say?

0 Kudos

4,890 Views
kangmw086
Contributor III

DEBUG: Executing shell function do_compile
NOTE: make -j 6 MAKEFLAGS=-j 6 OE_QMAKE_COMPILER=aarch64-poky-linux-gcc --sysroot=/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/recipe-sysroot OE_QMAKE_CC=aarch64-poky-linux-gcc --sysroot=/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/recipe-sysroot OE_QMAKE_CXX=aarch64-poky-linux-g++ --sysroot=/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/recipe-sysroot OE_QMAKE_CFLAGS= -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0=/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0 -fdebug-prefix-map=/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/recipe-sysroot-native= -fdebug-prefix-map=/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/recipe-sysroot= OE_QMAKE_CXXFLAGS= -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0=/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0 -fdebug-prefix-map=/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/recipe-sysroot-native= -fdebug-prefix-map=/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/recipe-sysroot= -fvisibility-inlines-hidden OE_QMAKE_LINK=aarch64-poky-linux-g++ --sysroot=/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/recipe-sysroot OE_QMAKE_LDFLAGS=-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed OE_QMAKE_AR=aarch64-poky-linux-ar OE_QMAKE_STRIP=echo OE_QMAKE_WAYLAND_SCANNER=/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/recipe-sysroot-native/usr/bin/wayland-scanner OE_QMAKE_INCDIR_QT=/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/recipe-sysroot//usr/include/qt5
cd src/ && ( test -e Makefile || /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/recipe-sysroot-native/usr/bin/qt5/qmake -o Makefile /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/src.pro ) && make -f Makefile
make[1]: Entering directory `/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src'
cd 3rdparty/clipper/ && ( test -e Makefile || /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/recipe-sysroot-native/usr/bin/qt5/qmake -o Makefile /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/3rdparty/clipper/clipper.pro ) && make -f Makefile
cd 3rdparty/poly2tri/ && ( test -e Makefile || /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/recipe-sysroot-native/usr/bin/qt5/qmake -o Makefile /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/3rdparty/poly2tri/poly2tri.pro ) && make -f Makefile
make[2]: Entering directory `/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src/3rdparty/clipper'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src/3rdparty/clipper'
make[2]: Entering directory `/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src/3rdparty/poly2tri'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src/3rdparty/poly2tri'
cd 3rdparty/clip2tri/ && ( test -e Makefile || /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/recipe-sysroot-native/usr/bin/qt5/qmake -o Makefile /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/3rdparty/clip2tri/clip2tri.pro ) && make -f Makefile
make[2]: Entering directory `/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src/3rdparty/clip2tri'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src/3rdparty/clip2tri'
cd positioning/ && ( test -e Makefile || /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/recipe-sysroot-native/usr/bin/qt5/qmake -o Makefile /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/positioning/positioning.pro ) && make -f Makefile
make[2]: Entering directory `/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src/positioning'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src/positioning'
cd location/ && ( test -e Makefile || /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/recipe-sysroot-native/usr/bin/qt5/qmake -o Makefile /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/location.pro ) && make -f Makefile
make[2]: Entering directory `/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src/location'
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/maps/qgeotilerequestmanager.cpp
compiling /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativecirclemapitem.cpp
compiling /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativegeomapcopyrightsnotice.cpp
compiling /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/error_messages.cpp
compiling /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/locationvaluetypehelper.cpp
compiling /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qquickgeomapgesturearea.cpp
compiling /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativegeomapitemgroup.cpp
compiling /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/imports/positioning/qquickgeocoordinateanimation.cpp
compiling /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/mapitemviewdelegateincubator.cpp
compiling /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativeplacecontentmodel.cpp
compiling /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativesupportedcategoriesmodel.cpp
compiling /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativesearchsuggestionmodel.cpp
compiling /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativesearchresultmodel.cpp
compiling /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativereviewmodel.cpp
compiling /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativeplaceimagemodel.cpp
compiling /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativeplaceeditorialmodel.cpp
compiling /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativecontactdetail.cpp
compiling /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativecategory.cpp
compiling /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativeplace.cpp
compiling /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativeplaceattribute.cpp
compiling /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativeplaceicon.cpp
compiling /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativeplaceuser.cpp
compiling /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativeratings.cpp
compiling /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativesupplier.cpp
compiling /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativesearchmodelbase.cpp
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/maps/qgeocodereply.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/maps/qgeocodingmanagerengine.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/maps/qgeocodingmanager.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/maps/qgeoroutereply.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/maps/qgeoroutingmanagerengine.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/maps/qgeoroutingmanager.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/maps/qgeoserviceprovider.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/places/qplacecontentreply.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/places/qplacereply.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/places/qplacedetailsreply.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/places/qplaceidreply.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/places/qplacematchreply.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/places/qplacesearchreply.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/places/qplacesearchsuggestionreply.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/places/unsupportedreplies_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/places/qplacemanager.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/places/qplacemanagerengine.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/maps/qgeomapparameter_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/maps/qgeotiledmapscene_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/maps/qgeomap_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/maps/qgeotiledmap_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/maps/qgeotilefetcher_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/maps/qgeomappingmanager_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/maps/qgeomappingmanagerengine_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/maps/qgeotiledmappingmanagerengine_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/maps/qabstractgeotilecache_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/maps/qgeofiletilecache_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/maps/qgeotiledmapreply_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/maps/qgeorouteparser_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/maps/qgeorouteparserosrmv5_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/maps/qgeorouteparserosrmv4_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativegeomapitemview_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativegeoserviceprovider_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativegeocodemodel_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativegeoroutemodel_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativegeoroute_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativegeoroutesegment_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativegeomaneuver_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativegeomap_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativegeomaptype_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativegeomapitembase_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativegeomapquickitem_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativecirclemapitem_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativerectanglemapitem_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativepolygonmapitem_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativepolylinemapitem_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativeroutemapitem_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativegeomapparameter_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativegeomapcopyrightsnotice_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qquickgeomapgesturearea_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativegeomapitemgroup_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/imports/positioning/qquickgeocoordinateanimation_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativesupportedcategoriesmodel_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativesearchsuggestionmodel_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativesearchresultmodel_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativereviewmodel_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativeplaceimagemodel_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativecontactdetail_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativecategory_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativeplace_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativeplaceattribute_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativeplaceicon_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativeplaceuser_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativeratings_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativesupplier_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativesearchmodelbase_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativeplacecontentmodel_p.h
moc /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativeplaces/qdeclarativeplaceeditorialmodel_p.h
compiling /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/maps/qgeotilerequestmanager.cpp
compiling .moc/moc_qgeocodereply.cpp
compiling .moc/moc_qgeocodingmanagerengine.cpp
compiling .moc/moc_qgeocodingmanager.cpp
compiling .moc/moc_qgeoroutereply.cpp
compiling .moc/moc_qgeoroutingmanagerengine.cpp
compiling .moc/moc_qgeoroutingmanager.cpp
compiling .moc/moc_qgeoserviceprovider.cpp
compiling .moc/moc_qplacecontentreply.cpp
compiling .moc/moc_qplacereply.cpp
compiling .moc/moc_qplacedetailsreply.cpp
compiling .moc/moc_qplaceidreply.cpp
compiling .moc/moc_qplacematchreply.cpp
compiling .moc/moc_qplacesearchreply.cpp
compiling .moc/moc_qplacesearchsuggestionreply.cpp
compiling .moc/moc_unsupportedreplies_p.cpp
compiling .moc/moc_qplacemanager.cpp
compiling .moc/moc_qplacemanagerengine.cpp
compiling .moc/moc_qgeomapparameter_p.cpp
compiling .moc/moc_qgeotiledmapscene_p.cpp
compiling .moc/moc_qgeomap_p.cpp
compiling .moc/moc_qgeotiledmap_p.cpp
compiling .moc/moc_qgeotilefetcher_p.cpp
compiling .moc/moc_qgeomappingmanager_p.cpp
compiling .moc/moc_qgeomappingmanagerengine_p.cpp
compiling .moc/moc_qgeotiledmappingmanagerengine_p.cpp
compiling .moc/moc_qabstractgeotilecache_p.cpp
compiling .moc/moc_qgeofiletilecache_p.cpp
compiling .moc/moc_qgeotiledmapreply_p.cpp
compiling .moc/moc_qgeorouteparser_p.cpp
compiling .moc/moc_qgeorouteparserosrmv5_p.cpp
compiling .moc/moc_qgeorouteparserosrmv4_p.cpp
compiling .moc/moc_qdeclarativegeomapitemview_p.cpp
compiling .moc/moc_qdeclarativegeoserviceprovider_p.cpp
compiling .moc/moc_qdeclarativegeocodemodel_p.cpp
compiling .moc/moc_qdeclarativegeoroutemodel_p.cpp
compiling .moc/moc_qdeclarativegeoroute_p.cpp
compiling .moc/moc_qdeclarativegeoroutesegment_p.cpp
compiling .moc/moc_qdeclarativegeomaneuver_p.cpp
compiling .moc/moc_qdeclarativegeomap_p.cpp
compiling .moc/moc_qdeclarativegeomaptype_p.cpp
compiling .moc/moc_qdeclarativegeomapitembase_p.cpp
compiling .moc/moc_qdeclarativegeomapquickitem_p.cpp
compiling .moc/moc_qdeclarativecirclemapitem_p.cpp
compiling .moc/moc_qdeclarativerectanglemapitem_p.cpp
compiling .moc/moc_qdeclarativepolygonmapitem_p.cpp
compiling .moc/moc_qdeclarativepolylinemapitem_p.cpp
compiling .moc/moc_qdeclarativeroutemapitem_p.cpp
compiling .moc/moc_qdeclarativegeomapparameter_p.cpp
compiling .moc/moc_qdeclarativegeomapcopyrightsnotice_p.cpp
compiling .moc/moc_qquickgeomapgesturearea_p.cpp
compiling .moc/moc_qdeclarativegeomapitemgroup_p.cpp
compiling .moc/moc_qquickgeocoordinateanimation_p.cpp
compiling .moc/moc_qdeclarativesupportedcategoriesmodel_p.cpp
compiling .moc/moc_qdeclarativesearchsuggestionmodel_p.cpp
compiling .moc/moc_qdeclarativesearchresultmodel_p.cpp
compiling .moc/moc_qdeclarativereviewmodel_p.cpp
compiling .moc/moc_qdeclarativeplaceimagemodel_p.cpp
compiling .moc/moc_qdeclarativecontactdetail_p.cpp
compiling .moc/moc_qdeclarativecategory_p.cpp
compiling .moc/moc_qdeclarativeplace_p.cpp
compiling .moc/moc_qdeclarativeplaceattribute_p.cpp
compiling .moc/moc_qdeclarativeplaceicon_p.cpp
compiling .moc/moc_qdeclarativeplaceuser_p.cpp
compiling .moc/moc_qdeclarativeratings_p.cpp
compiling .moc/moc_qdeclarativesupplier_p.cpp
compiling .moc/moc_qdeclarativesearchmodelbase_p.cpp
compiling .moc/moc_qdeclarativeplacecontentmodel_p.cpp
compiling .moc/moc_qdeclarativeplaceeditorialmodel_p.cpp
rm -f libQt5Location.so.5.9.4 libQt5Location.so libQt5Location.so.5 libQt5Location.so.5.9
linking ../../lib/libQt5Location.so.5.9.4
.obj/qdeclarativecirclemapitem.o: In function `QGeoMapCircleGeometry::QGeoMapCircleGeometry()':
/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativecirclemapitem.cpp:138: undefined reference to `QGeoMapPolygonGeometry::QGeoMapPolygonGeometry()'
.obj/qdeclarativecirclemapitem.o: In function `QGeoMapCircleGeometry::QGeoMapCircleGeometry()':
/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativecirclemapitem.cpp:138: undefined reference to `QGeoMapPolygonGeometry::QGeoMapPolygonGeometry()'
.obj/qdeclarativecirclemapitem.o: In function `QDeclarativeCircleMapItem::updateMapItemPaintNode(QSGNode*, QQuickItem::UpdatePaintNodeData*)':
/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativecirclemapitem.cpp:471: undefined reference to `MapPolygonNode::update(QColor const&, QColor const&, QGeoMapItemGeometry const*, QGeoMapItemGeometry const*)'
/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativecirclemapitem.cpp:467: undefined reference to `MapPolygonNode::MapPolygonNode()'
.obj/qdeclarativecirclemapitem.o: In function `QDeclarativeCircleMapItem::updatePolish()':
/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativecirclemapitem.cpp:506: undefined reference to `QGeoMapPolygonGeometry::updateSourcePoints(QGeoMap const&, QList<QDoubleVector2D> const&)'
/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativecirclemapitem.cpp:507: undefined reference to `QGeoMapPolygonGeometry::updateScreenPoints(QGeoMap const&)'
.obj/qdeclarativerectanglemapitem.o: In function `QDeclarativeRectangleMapItem::QDeclarativeRectangleMapItem(QQuickItem*)':
/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativerectanglemapitem.cpp:118: undefined reference to `QGeoMapPolygonGeometry::QGeoMapPolygonGeometry()'
.obj/qdeclarativerectanglemapitem.o: In function `QDeclarativeRectangleMapItem::updateMapItemPaintNode(QSGNode*, QQuickItem::UpdatePaintNodeData*)':
/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativerectanglemapitem.cpp:260: undefined reference to `MapPolygonNode::update(QColor const&, QColor const&, QGeoMapItemGeometry const*, QGeoMapItemGeometry const*)'
/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativerectanglemapitem.cpp:255: undefined reference to `MapPolygonNode::MapPolygonNode()'
.obj/qdeclarativerectanglemapitem.o: In function `QDeclarativeRectangleMapItem::updatePolish()':
/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativerectanglemapitem.cpp:282: undefined reference to `QGeoMapPolygonGeometry::updateSourcePoints(QGeoMap const&, QList<QDoubleVector2D> const&)'
/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/git/src/location/declarativemaps/qdeclarativerectanglemapitem.cpp:283: undefined reference to `QGeoMapPolygonGeometry::updateScreenPoints(QGeoMap const&)'
.obj/moc_qdeclarativepolygonmapitem_p.o: In function `QDeclarativePolygonMapItem::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)':
/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src/location/.moc/moc_qdeclarativepolygonmapitem_p.cpp:192: undefined reference to `QDeclarativePolygonMapItem::setColor(QColor const&)'
/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src/location/.moc/moc_qdeclarativepolygonmapitem_p.cpp:128: undefined reference to `QDeclarativePolygonMapItem::removeCoordinate(QGeoCoordinate const&)'
/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src/location/.moc/moc_qdeclarativepolygonmapitem_p.cpp:127: undefined reference to `QDeclarativePolygonMapItem::addCoordinate(QGeoCoordinate const&)'
/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src/location/.moc/moc_qdeclarativepolygonmapitem_p.cpp:125: undefined reference to `QDeclarativePolygonMapItem::handleBorderUpdated()'
/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src/location/.moc/moc_qdeclarativepolygonmapitem_p.cpp:124: undefined reference to `QDeclarativePolygonMapItem::markSourceDirtyAndUpdate()'
/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src/location/.moc/moc_qdeclarativepolygonmapitem_p.cpp:181: undefined reference to `QDeclarativePolygonMapItem::path() const'
/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src/location/.moc/moc_qdeclarativepolygonmapitem_p.cpp:183: undefined reference to `QDeclarativePolygonMapItem::border()'
/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src/location/.moc/moc_qdeclarativepolygonmapitem_p.cpp:182: undefined reference to `QDeclarativePolygonMapItem::color() const'
/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src/location/.moc/moc_qdeclarativepolygonmapitem_p.cpp:191: undefined reference to `QDeclarativePolygonMapItem::setPath(QJSValue const&)'
/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src/location/.moc/moc_qdeclarativepolygonmapitem_p.cpp:128: undefined reference to `QDeclarativePolygonMapItem::removeCoordinate(QGeoCoordinate const&)'
/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src/location/.moc/moc_qdeclarativepolygonmapitem_p.cpp:127: undefined reference to `QDeclarativePolygonMapItem::addCoordinate(QGeoCoordinate const&)'
/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src/location/.moc/moc_qdeclarativepolygonmapitem_p.cpp:124: undefined reference to `QDeclarativePolygonMapItem::markSourceDirtyAndUpdate()'
/usr/src/debug/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src/location/.moc/moc_qdeclarativepolygonmapitem_p.cpp:125: undefined reference to `QDeclarativePolygonMapItem::handleBorderUpdated()'
.obj/moc_qdeclarativepolygonmapitem_p.o:(.data.rel.ro._ZTV26QDeclarativePolygonMapItem[_ZTV26QDeclarativePolygonMapItem]+0x28): undefined reference to `QDeclarativePolygonMapItem::~QDeclarativePolygonMapItem()'
.obj/moc_qdeclarativepolygonmapitem_p.o:(.data.rel.ro._ZTV26QDeclarativePolygonMapItem[_ZTV26QDeclarativePolygonMapItem]+0x30): undefined reference to `QDeclarativePolygonMapItem::~QDeclarativePolygonMapItem()'
.obj/moc_qdeclarativepolygonmapitem_p.o:(.data.rel.ro._ZTV26QDeclarativePolygonMapItem[_ZTV26QDeclarativePolygonMapItem]+0x80): undefined reference to `QDeclarativePolygonMapItem::contains(QPointF const&) const'
.obj/moc_qdeclarativepolygonmapitem_p.o:(.data.rel.ro._ZTV26QDeclarativePolygonMapItem[_ZTV26QDeclarativePolygonMapItem]+0x168): undefined reference to `QDeclarativePolygonMapItem::geometryChanged(QRectF const&, QRectF const&)'
.obj/moc_qdeclarativepolygonmapitem_p.o:(.data.rel.ro._ZTV26QDeclarativePolygonMapItem[_ZTV26QDeclarativePolygonMapItem]+0x180): undefined reference to `QDeclarativePolygonMapItem::updatePolish()'
.obj/moc_qdeclarativepolygonmapitem_p.o:(.data.rel.ro._ZTV26QDeclarativePolygonMapItem[_ZTV26QDeclarativePolygonMapItem]+0x188): undefined reference to `QDeclarativePolygonMapItem::setMap(QDeclarativeGeoMap*, QGeoMap*)'
.obj/moc_qdeclarativepolygonmapitem_p.o:(.data.rel.ro._ZTV26QDeclarativePolygonMapItem[_ZTV26QDeclarativePolygonMapItem]+0x198): undefined reference to `QDeclarativePolygonMapItem::geoShape() const'
.obj/moc_qdeclarativepolygonmapitem_p.o:(.data.rel.ro._ZTV26QDeclarativePolygonMapItem[_ZTV26QDeclarativePolygonMapItem]+0x1a0): undefined reference to `QDeclarativePolygonMapItem::updateMapItemPaintNode(QSGNode*, QQuickItem::UpdatePaintNodeData*)'
.obj/moc_qdeclarativepolygonmapitem_p.o:(.data.rel.ro._ZTV26QDeclarativePolygonMapItem[_ZTV26QDeclarativePolygonMapItem]+0x1a8): undefined reference to `QDeclarativePolygonMapItem::itemType() const'
.obj/moc_qdeclarativepolygonmapitem_p.o:(.data.rel.ro._ZTV26QDeclarativePolygonMapItem[_ZTV26QDeclarativePolygonMapItem]+0x1b8): undefined reference to `QDeclarativePolygonMapItem::afterViewportChanged(QGeoMapViewportChangeEvent const&)'
.obj/moc_qdeclarativepolygonmapitem_p.o:(.data.rel.ro._ZTV26QDeclarativePolygonMapItem[_ZTV26QDeclarativePolygonMapItem]+0x1d0): undefined reference to `non-virtual thunk to QDeclarativePolygonMapItem::~QDeclarativePolygonMapItem()'
.obj/moc_qdeclarativepolygonmapitem_p.o:(.data.rel.ro._ZTV26QDeclarativePolygonMapItem[_ZTV26QDeclarativePolygonMapItem]+0x1d8): undefined reference to `non-virtual thunk to QDeclarativePolygonMapItem::~QDeclarativePolygonMapItem()'
collect2: error: ld returned 1 exit status
make[2]: *** [../../lib/libQt5Location.so.5.9.4] Error 1
make[2]: Leaving directory `/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src/location'
make[1]: *** [sub-location-make_first] Error 2
make[1]: Leaving directory `/yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src'
make: *** [sub-src-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 /yocto/imx-yocto-bsp/build/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/temp/log.do_compile.29647)

0 Kudos

4,890 Views
joanxie
NXP TechSupport
NXP TechSupport

how about trying “bitbake meta-toolchain” to replace "bitbake meta-toolchain-qt5"

0 Kudos

4,890 Views
joanxie
NXP TechSupport
NXP TechSupport

someone passed this solution, maybe you can try it

 "modified one line content in the ../sources/meta-qt5/recipes-qt/qt5/nativesdk-qtbase_git.bb  file. This line modified like below:

  

 fakeroot do_generate_qt_environment_file() { -    mkdir -p ${D}${SDKPATHNATIVE}/environment-setup.d/ +    install -d -m 755 ${D}${SDKPATHNATIVE}/environment-setup.d/      script=${D}${SDKPATHNATIVE}/environment-setup.d/qt5.sh        echo 'export PATH=${OE_QMAKE_PATH_HOST_BINS}:$PATH' > $script

 After modified,you can re-run $bitbake meta-toolchain-qt5,then the problem can be solved."
0 Kudos

3,797 Views
kangmw086
Contributor III

The way you told me is not working well either. I haven't found a solution yet.

QT-related libraries do not seem to be compiled.

regards.

0 Kudos

4,890 Views
kangmw086
Contributor III

This method also produces an error.

| .obj/moc_qdeclarativepolylinemapitem_p.o:(.data.rel.ro._ZTV27QDeclarativePolylineMapItem[_ZTV27QDeclarativePolylineMapItem]+0x1e0): undefined reference to `non-virtual thunk to QDeclarativePolylineMapItem::~QDeclarativePolylineMapItem()'
| .obj/moc_qdeclarativeroutemapitem_p.o:(.data.rel.ro._ZTV24QDeclarativeRouteMapItem[_ZTV24QDeclarativeRouteMapItem]+0x80): undefined reference to `QDeclarativePolylineMapItem::contains(QPointF const&) const'
| .obj/moc_qdeclarativeroutemapitem_p.o:(.data.rel.ro._ZTV24QDeclarativeRouteMapItem[_ZTV24QDeclarativeRouteMapItem]+0x168): undefined reference to `QDeclarativePolylineMapItem::geometryChanged(QRectF const&, QRectF const&)'
| .obj/moc_qdeclarativeroutemapitem_p.o:(.data.rel.ro._ZTV24QDeclarativeRouteMapItem[_ZTV24QDeclarativeRouteMapItem]+0x180): undefined reference to `QDeclarativePolylineMapItem::updatePolish()'
| .obj/moc_qdeclarativeroutemapitem_p.o:(.data.rel.ro._ZTV24QDeclarativeRouteMapItem[_ZTV24QDeclarativeRouteMapItem]+0x188): undefined reference to `QDeclarativePolylineMapItem::setMap(QDeclarativeGeoMap*, QGeoMap*)'
| .obj/moc_qdeclarativeroutemapitem_p.o:(.data.rel.ro._ZTV24QDeclarativeRouteMapItem[_ZTV24QDeclarativeRouteMapItem]+0x198): undefined reference to `QDeclarativePolylineMapItem::geoShape() const'
| .obj/moc_qdeclarativeroutemapitem_p.o:(.data.rel.ro._ZTV24QDeclarativeRouteMapItem[_ZTV24QDeclarativeRouteMapItem]+0x1a0): undefined reference to `QDeclarativePolylineMapItem::updateMapItemPaintNode(QSGNode*, QQuickItem::UpdatePaintNodeData*)'
| .obj/moc_qdeclarativeroutemapitem_p.o:(.data.rel.ro._ZTV24QDeclarativeRouteMapItem[_ZTV24QDeclarativeRouteMapItem]+0x1a8): undefined reference to `QDeclarativePolylineMapItem::itemType() const'
| .obj/moc_qdeclarativeroutemapitem_p.o:(.data.rel.ro._ZTV24QDeclarativeRouteMapItem[_ZTV24QDeclarativeRouteMapItem]+0x1b8): undefined reference to `QDeclarativePolylineMapItem::afterViewportChanged(QGeoMapViewportChangeEvent const&)'
| collect2: error: ld returned 1 exit status
| make[2]: *** [../../lib/libQt5Location.so.5.9.4] Error 1
| make[2]: Leaving directory `/yocto/imx-yocto-bsp/build-wayland/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src/location'
| make[1]: *** [sub-location-make_first] Error 2
| make[1]: Leaving directory `/yocto/imx-yocto-bsp/build-wayland/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/build/src'
| make: *** [sub-src-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 /yocto/imx-yocto-bsp/build-wayland/tmp/work/aarch64-poky-linux/qtlocation/5.9.4+gitAUTOINC+a34e08740d_8c1be4ec01-r0/temp/log.do_compile.3413)
ERROR: Task (/yocto/imx-yocto-bsp/sources/meta-qt5/recipes-qt/qt5/qtlocation_git.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 5494 tasks of which 5462 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
/yocto/imx-yocto-bsp/sources/meta-qt5/recipes-qt/qt5/qtlocation_git.bb:do_compile
Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

0 Kudos