Issues with cross compiling on Windows
Unsolved
General and Desktop
-
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?
-
-
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. -
Sorry, my bad, I misread the version number.
Did you also took a look at the QNX platform notes ?
And this Wiki start page ?