Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-59779

Android: Cannot use build configuration "Profile": "arm-linux-androideabi-objcopy: 'projectname': No such file"

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.9.0 RC
    • 5.8.0, 5.9.0 Alpha
    • Build System
    • Windows 10 64 bit
      Qt 5.8.0
      gcc 4.9
    • Android
    • 49fea13e6dd14c64d6e83ac69d4cfa891861c3e6

    Description

      1. Create a new Qt Widgets Application project.
      2. Configure it to use build configuration "Profile" of a kit for Android.
      3. Try to build the project.
        It will fail:
        C:\android-ndk-r11c/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-objcopy --only-keep-debug untitled843 untitled843.debug && C:\android-ndk-r11c/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-objcopy --strip-debug untitled843 && C:\android-ndk-r11c/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-objcopy --add-gnu-debuglink=untitled843.debug untitled843
        C:\android-ndk-r11c/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-objcopy: 'untitled843': No such file
        makefile:67: recipe for target 'libuntitled843.so' failed
        mingw32-make: *** [libuntitled843.so] Error 1
        

      It should be possible to build the project with each build configuration. If this is not possible for "Profile", this build configuration should not be created at all.

      Attachments

        1. build.log
          7 kB
          Robert Löhning

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              ulherman Ulf Hermann
              rlohning Robert Löhning
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes