- This is the Qt Open Source Edition.
- You have already accepted the terms of the Open Source license.
- Running configuration tests...
- Checking for gold linker...
- + cd /home/pi/qt-build/config.tests && g++ -pipe -fuse-ld=gold -o conftest-out conftest.cpp
- test config.qtbase.tests.use_gold_linker succeeded
- Checking for machine tuple...
- + g++ -dumpmachine
- > arm-linux-gnueabihf
- test config.qtbase.tests.machineTuple succeeded
- Checking for valid makespec...
- + cd /home/pi/qt-build/config.tests/verifyspec && /home/pi/qt-build/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" 'DEFINES += EGLFS_DEVICE_INTEGRATION=eglfs_brcm' 'QMAKE_CFLAGS=-march=armv8-a -mtune=cortex-a53 -mfpu=crypto-neon-fp-armv8' 'QMAKE_CXXFLAGS=-march=armv8-a -mtune=cortex-a53 -mfpu=crypto-neon-fp-armv8' 'QMAKE_LIBS_EGL=-lEGL -lGLESv2' 'QMAKE_LIBS_OPENVG=-lEGL -lOpenVG -lGLESv2' QMAKE_LIBDIR_OPENGL_ES2=/opt/vc/lib 'QMAKE_INCDIR_OPENGL_ES2=/opt/vc/include /opt/vc/include/interface/vcos/pthreads /opt/vc/include/interface/vmcs_host/linux' QMAKE_LIBDIR_EGL=/opt/vc/lib 'QMAKE_INCDIR_EGL=/opt/vc/include /opt/vc/include/interface/vcos/pthreads /opt/vc/include/interface/vmcs_host/linux' QMAKE_LIBDIR_OPENVG=/opt/vc/lib 'QMAKE_INCDIR_OPENVG=/opt/vc/include /opt/vc/include/interface/vcos/pthreads /opt/vc/include/interface/vmcs_host/linux' /home/pi/qt-everywhere-src-5.12.0/qtbase/config.tests/verifyspec
- + cd /home/pi/qt-build/config.tests/verifyspec && MAKEFLAGS= /usr/bin/make
- > g++ -c -march=armv8-a -mtune=cortex-a53 -mfpu=crypto-neon-fp-armv8 -O2 -std=gnu++11 -w -fPIC -DEGLFS_DEVICE_INTEGRATION=eglfs_brcm -I/home/pi/qt-everywhere-src-5.12.0/qtbase/config.tests/verifyspec -I. -I/home/pi/qt-everywhere-src-5.12.0/qtbase/mkspecs/linux-g++ -o verifyspec.o /home/pi/qt-everywhere-src-5.12.0/qtbase/config.tests/verifyspec/verifyspec.cpp
- > g++ -Wl,-O1 -fuse-ld=gold -o verifyspec verifyspec.o
- > /usr/bin/ld.gold: error: verifyspec.o: unknown CPU architecture
- > collect2: error: ld returned 1 exit status
- > Makefile:66: recipe for target 'verifyspec' failed
- > make: *** [verifyspec] Error 1
- Note: Also available for Linux: linux-clang linux-icc
- ERROR: Cannot compile a minimal program. The toolchain or QMakeSpec is broken