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. Qt for Android building problem!
Forum Updated to NodeBB v4.3 + New Features

Qt for Android building problem!

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 4 Posters 1.1k 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.
  • D Offline
    D Offline
    Davekawk
    wrote on last edited by
    #1

    Hi!
    These days I have try my best to build a open resource project, which is written by Qt, when I build it, the problem have stuck me for several days , I desperately need someone who have the same experience can share how to solve it! That is :
    19:21:23: 为项目qgroundcontrol执行步骤 ...
    19:21:23: 配置没有改变, 跳过 qmake 步骤。
    19:21:23: 正在启动 "C:\Qt\Qt5.5.1\Tools\mingw492_32\bin\mingw32-make.exe"

    linking release\libQGroundControl.so
    arm-linux-androideabi-g++: error: obj\moc_ArduPlaneFirmwarelugin.obj: No such file or directory
    makefile:977: recipe for target 'release\libQGroundControl.so' failed
    mingw32-make: *** [release\libQGroundControl.so] Error 1

    raven-worxR 1 Reply Last reply
    0
    • D Davekawk

      Hi!
      These days I have try my best to build a open resource project, which is written by Qt, when I build it, the problem have stuck me for several days , I desperately need someone who have the same experience can share how to solve it! That is :
      19:21:23: 为项目qgroundcontrol执行步骤 ...
      19:21:23: 配置没有改变, 跳过 qmake 步骤。
      19:21:23: 正在启动 "C:\Qt\Qt5.5.1\Tools\mingw492_32\bin\mingw32-make.exe"

      linking release\libQGroundControl.so
      arm-linux-androideabi-g++: error: obj\moc_ArduPlaneFirmwarelugin.obj: No such file or directory
      makefile:977: recipe for target 'release\libQGroundControl.so' failed
      mingw32-make: *** [release\libQGroundControl.so] Error 1

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @Davekawk
      might probably be fixed by simply rerunning qmake and a clean rebuild.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • A Offline
        A Offline
        ambershark
        wrote on last edited by
        #3

        Object files for the 2 compilers listed are not named as .obj. So right there that tells me you are mixing windows (visual studio) object files with g++ or mingw object files which are .o.

        The other thing I notice is you are using 2 different (maybe 3 if you include visual studio) compilers. arm-linux-androideabi-g++ is not compatible with mingw32. They produce very different binaries/object files and can't be mixed.

        My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

        1 Reply Last reply
        0
        • M Offline
          M Offline
          Maxie
          wrote on last edited by
          #4

          @Davekawk I have the same problem did you manage to solve it?

          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