Hi,
Could anyone help me to undestand a problem that appears when I test an hellogl_es2 example from Qt5? The board is a DevKit8000. hellogl_es2 example crash to run with this output:
Incompatible processor. This Qt build requires the following features: neon
Aborted. Incompatible processor: missing feature 0x2 - neon.
OMAP3530 has the NEON SIMD Coprocessor??
My Qt5 modules and options (''configure'' output):
Configure summary
Building on: linux-g++ (i386, CPU features:)
Building for: arm-none-linux-gnueabi-g++ (arm, CPU features:)
Platform notes:
- Also available for Linux: linux-kcc linux-icc linux-cxx
qmake vars .......... styles += mac fusion windows DEFINES += QT_NO_LIBUDEV DEFINES += QT_NO_XCB DEFINES += QT_NO_XKBCOMMON sql-drivers = sql-plugins = sqlite qmake switches .........
Build options:
Configuration .......... accessibility audio-backend clock-gettime clock-monotonic compile_examples concurrent cross_compile evdev freetype full-config getaddrinfo getifaddrs iconv inotify ipv6ifname large-config linuxfb medium-config minimal-config mremap neon nis no-harfbuzz no-pkg-config opengl opengles2 pcre png posix_fallocate qpa qpa reduce_exports reduce_relocations release rpath shared small-config zlib
Build parts ............ libs examples
Mode ................... release
Using C++11 ............ no
Using PCH .............. no
Target compiler supports:
iWMMXt/Neon .......... no/yes
Qt modules and options:
Qt D-Bus ............... no
Qt Concurrent .......... yes
Qt GUI ................. yes
Qt Widgets ............. yes
JavaScriptCore JIT ..... yes (To be decided by JavaScriptCore)
QML debugging .......... no
Use system proxies ..... no
Support enabled for:
Accessibility .......... yes
ALSA ................... no
CUPS ................... no
FontConfig ............. no
FreeType ............... yes
Iconv .................. yes
ICU .................... no
Image formats:
GIF .................. yes (plugin, using bundled copy)
JPEG ................. yes (plugin, using bundled copy)
PNG .................. yes (in QtGui, using bundled copy)
Glib ................... no
GTK theme .............. no
Large File ............. no
Networking:
getaddrinfo .......... yes
getifaddrs ........... yes
IPv6 ifname .......... yes
OpenSSL .............. no
NIS .................... yes
OpenGL ................. yes (OpenGL ES 2.x)
OpenVG ................. no
PCRE ................... yes (bundled copy)
pkg-config ............. no
PulseAudio ............. no
QPA backends:
DirectFB ............. no
EGLFS ................ yes
KMS .................. no
LinuxFB .............. yes
XCB .................. no
Session management ..... yes
SQL drivers:
DB2 .................. no
InterBase ............ no
MySQL ................ no
OCI .................. no
ODBC ................. no
PostgreSQL ........... no
SQLite 2 ............. no
SQLite ............... yes (plugin, using bundled copy)
TDS .................. no
udev ................... no
xkbcommon .............. no
zlib ................... yes (bundled copy)
My qmake.conf has:
QMAKE_CFLAGS_RELEASE = -O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -ftree-vectorize -ffast-math -mfloat-abi=softfp -fno-inline
QMAKE_CXXFLAGS_RELEASE = $$QMAKE_CFLAGS_RELEASE.
I try to build qt5 with -no neon option, but same result
How you build qt5+eglfs for omap3530??!!
My goal is to be able to run Qt5 examples without using X on DevKit8000.
BR
Michael