Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Issues with cross compiling on Windows
Forum Updated to NodeBB v4.3 + New Features

Issues with cross compiling on Windows

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 1.2k Views 1 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.
  • O Offline
    O Offline
    olejl77
    wrote on last edited by
    #1

    I have downloaded qt-everywhere-opensource-src-5.8.0.zip, and I am trying to compile Qt for QNX 6.6. Configure is running OK.

    configure -xplatform qnx-x86-qcc
    

    The problem is when I try to run nmake, I get the following error:

    Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
    Copyright (C) Microsoft Corporation.  All rights reserved.
    
    'test' is not recognized as an internal or external command,
    operable program or batch file.
    The syntax of the command is incorrect.
    NMAKE : fatal error U1077: 'test' : return code '0x1'
    Stop.
    

    Is "test" a tool which should be part of the .zip file?

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

      Hi,

      Did you saw this blog post about QNX and Qt ?

      Hope it helps

      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
      1
      • O Offline
        O Offline
        olejl77
        wrote on last edited by
        #3

        Yes I have seen that one, but I can't how it is relevant. It is Qt 4.8, and prebuilt binaries. I'm trying to build Qt 5.8 for QNX on a Windows machine using msvc compiler.
        Currently I'm able to do configure, but it stops immediately when trying to compile.

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

          Sorry, my bad, I misread the version number.

          Did you also took a look at the QNX platform notes ?

          And this Wiki start page ?

          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