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

Compiling for Android on Windows with 5.14.2

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.14.2
    • Build tools: qmake
    • None
    • Qt Creator 4.12.0
    • Android

    Description

      I can compile my project (with name "UniversalApp") for Android armeabi-v7a on Windows with release 5.13.2.
      If I compile my project with release 5.14.2 I have this error

      no such file or directory: '@build\debug.obj\object_script.debug\libUniversalApp_armeabi-v7a.so.Armeabi-v7a'

      So I removed all files from my project and added these one by one.
      At the begin it compiles fine. But after some files I got the same error.

      I found that the makefile changes from

      debug\libUniversalApp_armeabi-v7a.so: $(OBJECTS)
      @if not exist debug\ mkdir debug\ & if not exist debug\ exit 1
      $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)

      to

      debug\libUniversalApp_armeabi-v7a.so: $(OBJECTS)
      @if not exist debug\ mkdir debug\ & if not exist debug\ exit 1
      $(LINK) $(LFLAGS) -o $(TARGET) @build\debug.obj\object_script.debug\libUniversalApp_armeabi-v7a.so.Armeabi-v7a $(OBJCOMP) $(LIBS)

      In attach the two makefiles

      Attachments

        1. Makefile_error.dat
          150 kB
        2. Makefile_ok.dat
          144 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qtbuildsystem Qt Build System Team
            alessandromiorelli alessandro miorelli
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes