I am trying to build Qt 5.6.1-1 image to run QML app on Toradex VF61.
I have VS 2013 and toradex_ce8_sdk_2.2 installed.
The way I understand it, VF61 has no hardware acceleration, therefore I either need a software implementation of an opengl es2 driver, or a dummy opengl es2 driver with Qt Quick 2D Renderer built and installed in the image. Does anyone know how to implement either of these approaches? Or, if I have the premise wrong (and there’s another simpler option), please let me know.
Simply attempting to build Qt 5.6.1-1 with the SDK installed as-is results in nmake failure.
configure -prefix c:\Qt\5.6\vf61 -platform win32-msvc2013 -xplatform wince80colibri-armv7-msvc2012 -nomake tests -nomake examples -commercial -confirm-license -release
...
qwindowsysteminterface.cpp
c:\qt\5.6\src\qtbase\include\qtgui\../../src/gui/opengl/qopengles2ext.h(22) : er
ror C2146: syntax error : missing ';' before identifier 'GLint64'
Thanks,
Mike