Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. > Makefile:68: recipe for target 'verifyspec' failed
Forum Updated to NodeBB v4.3 + New Features

> Makefile:68: recipe for target 'verifyspec' failed

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 1.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • MijazM Offline
    MijazM Offline
    Mijaz
    wrote on last edited by
    #1
    ijaz@ijaz-HP-ProDesk-400-G4-MT:~/install_q512$ ~/qt_V5_12/qt-everywhere-src-5.12.5/configure -release -device linux-arm-generic-g++ -device-option CROSS_COMPILE=~/qt_V5_12/gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- -sysroot ~/qt_V5_12/sysroot -opensource -confirm-license -skip qtwayland -skip qtlocation -skip qtscript -make libs -prefix /usr/local/myqt_V512 -extprefix ~/qt512 -hostprefix ~/qt512 -no-use-gold-linker -v -no-gbm
    
    this retruns: 
    + cd qtbase
    + /home/ijaz/qt_V5_12/qt-everywhere-src-5.12.5/qtbase/configure -top-level -release -device linux-arm-generic-g++ -device-option CROSS_COMPILE=/home/ijaz/qt_V5_12/gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- -sysroot /home/ijaz/qt_V5_12/sysroot -opensource -confirm-license -skip qtwayland -skip qtlocation -skip qtscript -make libs -prefix /usr/local/myqt_V512 -extprefix /home/ijaz/qt512 -hostprefix /home/ijaz/qt512 -no-use-gold-linker -v -no-gbm
    Performing shadow build...
    Preparing build tree...
    Creating qmake...
    make: Nothing to be done for 'first'.
    Command line: -release -device linux-arm-generic-g++ -device-option CROSS_COMPILE=/home/ijaz/qt_V5_12/gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- -sysroot /home/ijaz/qt_V5_12/sysroot -opensource -confirm-license -skip qtwayland -skip qtlocation -skip qtscript -make libs -prefix /usr/local/myqt_V512 -extprefix /home/ijaz/qt512 -hostprefix /home/ijaz/qt512 -no-use-gold-linker -v -no-gbm
    
    This is the Qt Open Source Edition.
    
    You have already accepted the terms of the Open Source license.
    
    Running configuration tests...
    
    + /home/ijaz/qt_V5_12/gcc-linaro-5.5.0-2017.10-x86_64_arm-linux-gnueabi/bin/arm-linux-gnueabi-g++ -dumpmachine
    > arm-linux-gnueabi
    Checking for valid makespec... 
    + cd /home/ijaz/install_q512/config.tests/verifyspec && /home/ijaz/install_q512/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_CFLAGS += --sysroot=/home/ijaz/qt_V5_12/sysroot" "QMAKE_CXXFLAGS += --sysroot=/home/ijaz/qt_V5_12/sysroot" "QMAKE_LFLAGS += --sysroot=/home/ijaz/qt_V5_12/sysroot" -early "CONFIG += cross_compile" /home/ijaz/qt_V5_12/qt-everywhere-src-5.12.5/qtbase/config.tests/verifyspec
    + cd /home/ijaz/install_q512/config.tests/verifyspec && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
    > rm -f verifyspec.o
    > rm -f *~ core *.core
    > /home/ijaz/qt_V5_12/gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-g++ -c -pipe -mfloat-abi=softfp --sysroot=/home/ijaz/qt_V5_12/sysroot -O2 -std=gnu++11 -w -fPIC  -I/home/ijaz/qt_V5_12/qt-everywhere-src-5.12.5/qtbase/config.tests/verifyspec -I. -I/home/ijaz/qt_V5_12/qt-everywhere-src-5.12.5/qtbase/mkspecs/devices/linux-arm-generic-g++ -o verifyspec.o /home/ijaz/qt_V5_12/qt-everywhere-src-5.12.5/qtbase/config.tests/verifyspec/verifyspec.cpp
    > /home/ijaz/qt_V5_12/gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-g++ -mfloat-abi=softfp --sysroot=/home/ijaz/qt_V5_12/sysroot -Wl,-O1 -o verifyspec verifyspec.o      
    > /home/ijaz/qt_V5_12/gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf/bin/../lib/gcc/arm-linux-gnueabihf/4.9.4/../../../../arm-linux-gnueabihf/bin/ld: error: verifyspec uses VFP register arguments, verifyspec.o does not
    > /home/ijaz/qt_V5_12/gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf/bin/../lib/gcc/arm-linux-gnueabihf/4.9.4/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file verifyspec.o
    > collect2: error: ld returned 1 exit status
    > Makefile:68: 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.
    
    
    jsulmJ 1 Reply Last reply
    0
    • MijazM Mijaz
      ijaz@ijaz-HP-ProDesk-400-G4-MT:~/install_q512$ ~/qt_V5_12/qt-everywhere-src-5.12.5/configure -release -device linux-arm-generic-g++ -device-option CROSS_COMPILE=~/qt_V5_12/gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- -sysroot ~/qt_V5_12/sysroot -opensource -confirm-license -skip qtwayland -skip qtlocation -skip qtscript -make libs -prefix /usr/local/myqt_V512 -extprefix ~/qt512 -hostprefix ~/qt512 -no-use-gold-linker -v -no-gbm
      
      this retruns: 
      + cd qtbase
      + /home/ijaz/qt_V5_12/qt-everywhere-src-5.12.5/qtbase/configure -top-level -release -device linux-arm-generic-g++ -device-option CROSS_COMPILE=/home/ijaz/qt_V5_12/gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- -sysroot /home/ijaz/qt_V5_12/sysroot -opensource -confirm-license -skip qtwayland -skip qtlocation -skip qtscript -make libs -prefix /usr/local/myqt_V512 -extprefix /home/ijaz/qt512 -hostprefix /home/ijaz/qt512 -no-use-gold-linker -v -no-gbm
      Performing shadow build...
      Preparing build tree...
      Creating qmake...
      make: Nothing to be done for 'first'.
      Command line: -release -device linux-arm-generic-g++ -device-option CROSS_COMPILE=/home/ijaz/qt_V5_12/gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- -sysroot /home/ijaz/qt_V5_12/sysroot -opensource -confirm-license -skip qtwayland -skip qtlocation -skip qtscript -make libs -prefix /usr/local/myqt_V512 -extprefix /home/ijaz/qt512 -hostprefix /home/ijaz/qt512 -no-use-gold-linker -v -no-gbm
      
      This is the Qt Open Source Edition.
      
      You have already accepted the terms of the Open Source license.
      
      Running configuration tests...
      
      + /home/ijaz/qt_V5_12/gcc-linaro-5.5.0-2017.10-x86_64_arm-linux-gnueabi/bin/arm-linux-gnueabi-g++ -dumpmachine
      > arm-linux-gnueabi
      Checking for valid makespec... 
      + cd /home/ijaz/install_q512/config.tests/verifyspec && /home/ijaz/install_q512/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_CFLAGS += --sysroot=/home/ijaz/qt_V5_12/sysroot" "QMAKE_CXXFLAGS += --sysroot=/home/ijaz/qt_V5_12/sysroot" "QMAKE_LFLAGS += --sysroot=/home/ijaz/qt_V5_12/sysroot" -early "CONFIG += cross_compile" /home/ijaz/qt_V5_12/qt-everywhere-src-5.12.5/qtbase/config.tests/verifyspec
      + cd /home/ijaz/install_q512/config.tests/verifyspec && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
      > rm -f verifyspec.o
      > rm -f *~ core *.core
      > /home/ijaz/qt_V5_12/gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-g++ -c -pipe -mfloat-abi=softfp --sysroot=/home/ijaz/qt_V5_12/sysroot -O2 -std=gnu++11 -w -fPIC  -I/home/ijaz/qt_V5_12/qt-everywhere-src-5.12.5/qtbase/config.tests/verifyspec -I. -I/home/ijaz/qt_V5_12/qt-everywhere-src-5.12.5/qtbase/mkspecs/devices/linux-arm-generic-g++ -o verifyspec.o /home/ijaz/qt_V5_12/qt-everywhere-src-5.12.5/qtbase/config.tests/verifyspec/verifyspec.cpp
      > /home/ijaz/qt_V5_12/gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-g++ -mfloat-abi=softfp --sysroot=/home/ijaz/qt_V5_12/sysroot -Wl,-O1 -o verifyspec verifyspec.o      
      > /home/ijaz/qt_V5_12/gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf/bin/../lib/gcc/arm-linux-gnueabihf/4.9.4/../../../../arm-linux-gnueabihf/bin/ld: error: verifyspec uses VFP register arguments, verifyspec.o does not
      > /home/ijaz/qt_V5_12/gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf/bin/../lib/gcc/arm-linux-gnueabihf/4.9.4/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file verifyspec.o
      > collect2: error: ld returned 1 exit status
      > Makefile:68: 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.
      
      
      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Mijaz You already go answers to this in your other thread

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      MijazM 1 Reply Last reply
      0
      • jsulmJ jsulm

        @Mijaz You already go answers to this in your other thread

        MijazM Offline
        MijazM Offline
        Mijaz
        wrote on last edited by
        #3

        @jsulm
        I did not find any proper solution to my query.

        Pablo J. RoginaP jsulmJ 2 Replies Last reply
        0
        • MijazM Mijaz

          @jsulm
          I did not find any proper solution to my query.

          Pablo J. RoginaP Offline
          Pablo J. RoginaP Offline
          Pablo J. Rogina
          wrote on last edited by
          #4

          @Mijaz

          I did not find any proper solution to my query.

          Well, that's not reason to start another post on the same issue.

          Just in case this is your other post.

          Upvote the answer(s) that helped you solve the issue
          Use "Topic Tools" button to mark your post as Solved
          Add screenshots via postimage.org
          Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

          1 Reply Last reply
          1
          • MijazM Mijaz

            @jsulm
            I did not find any proper solution to my query.

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @Mijaz said in > Makefile:68: recipe for target 'verifyspec' failed:

            I did not find any proper solution to my query.

            And you did not reply to the post from @SGaist

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved