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. arm-linux-androideabi-gdb does not exist Android GCC 4.9
Forum Updated to NodeBB v4.3 + New Features

arm-linux-androideabi-gdb does not exist Android GCC 4.9

Scheduled Pinned Locked Moved Solved Mobile and Embedded
8 Posts 3 Posters 3.8k Views 3 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.
  • ErriezE Offline
    ErriezE Offline
    Erriez
    wrote on last edited by
    #1

    I tried to debug an Android application with Qt Creator v5.6.0, but could not configure the Android debugger:

    Error: Debugger "Android/Sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gdb" not found.

    [http://postimg.org/image/66g14xucx/](Screenhost arm-linux-androideabi-gdb not found)

    The directory on my harddisk exists, but does not contain this executable.

    This is what I've done:

    1. Ubuntu 15.10 64-bit
    2. Tools installed:
      $ sudo apt-get install
      libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386
      libsdl1.2debian:i386
      lib64stdc++6
      build-essential
      libgl1-mesa-dev
      openjdk-8-jdk
      openjdk-8-jre
    3. Qt Creator installed: qt-opensource-linux-x64-android-5.6.0.run
    4. android-sdk_r24.4.1-linux.tgz downloaded and extracted.
    5. All updates installed:
      $ tools/android update sdk --no-ui
    6. In Qt Creator > Tools > Options > Android:
      JDK location: /usr/lib/jvm/java-8-oracle
      Android SDK location: /home/<user>/Android/Sdk
      Android NDK location: /home/<user>/Android/Sdk/ndk-bundle
    7. In Qt Creator > Tools > Options > Build & Run > Kits:
      Exclamation mark: Android for armeabi-v7a (GCC 4.9, Qt 5.6.0)

    Can someone help me further?

    Thanks!

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      AFAIK, you should currently use an older NDK which still provides arm-linux-androideabi-gdb

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • V Offline
        V Offline
        Vicky Sharma
        wrote on last edited by
        #3

        @SGaist
        I have same problem and even I downloaded latest ndk (android ndk r13b), still not getting this executed file within the folder.

        Do you have any idea about the same, how can I resolve it or any other alternative ?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi,

          Check here and also you should take at look into the NDK to where you have gdb and tell Qt Creator where to find it.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • V Offline
            V Offline
            Vicky Sharma
            wrote on last edited by
            #5

            I resolved it at my end.

            I found the folder path inside ndk folder was wrong, I provide right one and edit 'build.gradle' to its version and now its creating .apk file

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Good !

              Then please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :)

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • V Offline
                V Offline
                Vicky Sharma
                wrote on last edited by
                #7

                @SGaist
                I can not update, it can update by @Erriez

                1 Reply Last reply
                0
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  My bad, I forgot that you weren't the original poster.

                  Interested in AI ? www.idiap.ch
                  Please read the Qt Code of Conduct - 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