Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. EOF in backquote substitution error when building app
Forum Updated to NodeBB v4.3 + New Features

EOF in backquote substitution error when building app

Scheduled Pinned Locked Moved Mobile and Embedded
make backquote
2 Posts 2 Posters 2.4k Views 2 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.
  • A Offline
    A Offline
    Alpentom
    wrote on last edited by
    #1

    Hi,
    when trying to build my project I get a weird EOF in backquote substitution error and I have no glue where to start with troubleshooting. Here is the ouput when I hit the build button in qtcreator:
    20:21:17: Starte "/usr/bin/make"
    /home/tom/android-ndk-r10d/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -fno-builtin-memmove -std=gnu++0x -g -g -gdwarf-2 -marm -O0 -fno-omit-frame-pointer -Wall -Wno-psabi -W -D_REENTRANT -fPIE -DQT_DISABLE_DEPRECATED_BEFORE=0x000000` -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../CopterControllerV2 -I. -I../CopterControllerV2/cpp_libs -I/opt/Qt/5.4/android_armv7/include -I/opt/Qt/5.4/android_armv7/include/QtQuick -I/opt/Qt/5.4/android_armv7/include/QtWidgets -I/opt/Qt/5.4/android_armv7/include/QtGui -I/opt/Qt/5.4/android_armv7/include/QtQml -I/opt/Qt/5.4/android_armv7/include/QtNetwork -I/opt/Qt/5.4/android_armv7/include/QtCore -I. -I../../../android-ndk-r10d/sources/cxx-stl/gnu-libstdc++/4.9/include -I../../../android-ndk-r10d/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include -I../../../android-ndk-r10d/platforms/android-9/arch-arm/usr/include -I/opt/Qt/5.4/android_armv7/mkspecs/android-g++ -o main.o ../CopterControllerV2/main.cpp
    /bin/sh: 1: Syntax error: EOF in backquote substitution
    make: *** [main.o] Error 2
    20:21:18: Der Prozess "/usr/bin/make" wurde mit dem Rückgabewert 2 beendet.
    Fehler beim Erstellen/Deployment des Projekts CopterControllerV2 (Kit: Android für armeabi-v7a (GCC 4.9, Qt 5.4.1))
    Bei der Ausführung von Schritt "Make"

    Can anybody give me a hint where to start with troubleshooting?

    1 Reply Last reply
    0
    • Chris KawaC Offline
      Chris KawaC Offline
      Chris Kawa
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi, welcome to devnet.

      The error is about the ` after DQT_DISABLE_DEPRECATED_BEFORE=0x000000
      It doesn't look like it should be there, but I don't know how it got there in your setup.

      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