简体   繁体   中英

Buildroot - Enabling Qt5 WebKit

I am trying to build a RFS for imx6 based system using buildroot and I want to add qt webkit to my system so that my software which has written on Qt5 and used webenginewidgets will run. However, when I enable qt5webkit under qt5 in buildroot, buildroot gives me the following error.

/home/mkp/buildroot-2016.11/output/build/qt5webkit-b35917bcb44d7f200af0f4ac68a126fa0aa8d93d/Source/WebCore//libWebCore.a: member /home/mkp/buildroot-2016.11/output/build/qt5webkit-b35917bcb44d7f200af0f4ac68a126fa0aa8d93d/Source/WebCore//.obj/svg/SVGAllInOne.o in archive is not an object
collect2: error: ld returned 1 exit status
make[3]: *** [../lib/libQt5WebKit.so.5.6.2] Error 1
make[3]: Leaving directory `/home/mkp/buildroot-2016.11/output/build/qt5webkit-b35917bcb44d7f200af0f4ac68a126fa0aa8d93d/Source'
make[2]: *** [sub-api-pri-make_first-ordered] Error 2
make[2]: Leaving directory `/home/mkp/buildroot-2016.11/output/build/qt5webkit-b35917bcb44d7f200af0f4ac68a126fa0aa8d93d/Source'
make[1]: *** [sub-Source-QtWebKit-pro-make_first-ordered] Error 2
make[1]: Leaving directory `/home/mkp/buildroot-2016.11/output/build/qt5webkit-b35917bcb44d7f200af0f4ac68a126fa0aa8d93d'
make: *** [/home/mkp/buildroot-2016.11/output/build/qt5webkit-b35917bcb44d7f200af0f4ac68a126fa0aa8d93d/.stamp_built] Error 2

Something wrong about SVGAllInOne.cpp or .o but, I could not figure it out. BTW, buildroot is up-to-date.

Stack Overflow is not the appropriate place to report bugs. Please report them in the Buildroot bug tracker, including the exact Buildroot configuration file that you have used to produce this problem, so that Buildroot developers can reproduce and investigate the issue. Thanks!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM