arm - QT5.0 Cross compile for AM1808 ARM9 -


i have requirement implement json file transfer.

i found qjsondocument supported qt5.0.

so trying cross compile qt5.0 processor(am1808 arm9). using ubuntu v12.10.

i using arm-none-gnueabi-gcc toolchain cross compile it.

i have tried cross compile using following configure command.

./configure -prefix /home/ -release -make libs -xplatform mkspecs/linux-arm-gnueabi-g++ -confirm-license -opensource -no-xcb -make examples -verbose  

i getting error following:

<<srcbase> = /opt/qt-everywhere-opensource-src-5.0.2/qtbase  <outbase> = /opt/qt-everywhere-opensource-src-5.0.2/qtbase  creating qmake... make: nothing done `first'. running configuration tests... warning: disabling pkg-config since pkg_config_libdir not set. warning: disabling pkg-config since pkg_config_sysroot_dir not set. determining architecture... () arm-none-linux-gnueabi-g++ -c -pipe -g -wall -w -fpie  -i../../mkspecs/linux-arm-gnueabi-g++ -i. -o arch.o arch.cpp arm-none-linux-gnueabi-g++  -o arch arch.o     { test -n "" && destdir="" || destdir=.; } && test $(gdb --version | sed -e 's,[^0-9]\+\([0-9]\)\.\([0-9]\).*,\1\2,;q') -gt 72 && gdb --nx --batch --quiet -ex 'set confirm off' -ex "save gdb-index $destdir" -ex quit 'arch' && test -f arch.gdb-index && arm-none-linux-gnueabi-objcopy --add-section '.gdb_index=arch.gdb-index' --set-section-flags '.gdb_index=readonly' 'arch' 'arch' && rm -f arch.gdb-index || true     found architecture in binary cfg_arch="arm" cfg_cpufeatures="" determining architecture... () g++ -c -pipe -g -wall -w -fpie  -i../../mkspecs/linux-g++ -i. -o arch.o arch.cpp g++  -o arch arch.o     { test -n "" && destdir="" || destdir=.; } && test $(gdb --version | sed -e 's,[^0-9]\+\([0-9]\)\.\([0-9]\).*,\1\2,;q') -gt 72 && gdb --nx --batch --quiet -ex 'set confirm off' -ex "save gdb-index $destdir" -ex quit 'arch' && test -f arch.gdb-index && objcopy --add-section '.gdb_index=arch.gdb-index' --set-section-flags '.gdb_index=readonly' 'arch' 'arch' && rm -f arch.gdb-index || true     found architecture in binary cfg_host_arch="i386" cfg_host_cpufeatures="" system architecture: 'arm' host architecture: 'i386' c++11 auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -std=c++0x -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o c++11.o c++11.cpp arm-none-linux-gnueabi-g++ -wl,-o1 -o c++11 c++11.o     c++11 enabled. floatmath auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o floatmath.o floatmath.cpp floatmath.cpp:44:5: warning: unused parameter 'argc' [-wunused-parameter] floatmath.cpp:44:5: warning: unused parameter 'argv' [-wunused-parameter] arm-none-linux-gnueabi-g++ -wl,-o1 -o floatmath floatmath.o     floatmath enabled. sse2 auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -msse2 -g -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o sse2.o sse2.cpp cc1plus: error: unrecognized command line option '-msse2' make: *** [sse2.o] error 1 sse2 disabled. sse3 auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -msse3 -g -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o sse3.o sse3.cpp cc1plus: error: unrecognized command line option '-msse3' make: *** [sse3.o] error 1 sse3 disabled. ssse3 auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -mssse3 -g -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o ssse3.o ssse3.cpp cc1plus: error: unrecognized command line option '-mssse3' make: *** [ssse3.o] error 1 ssse3 disabled. sse4_1 auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -msse4.1 -g -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o sse4_1.o sse4_1.cpp cc1plus: error: unrecognized command line option '-msse4.1' make: *** [sse4_1.o] error 1 sse4_1 disabled. sse4_2 auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -msse4.2 -g -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o sse4_2.o sse4_2.cpp cc1plus: error: unrecognized command line option '-msse4.2' make: *** [sse4_2.o] error 1 sse4_2 disabled. avx auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -mavx -g -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o avx.o avx.cpp cc1plus: error: unrecognized command line option '-mavx' make: *** [avx.o] error 1 avx disabled. neon auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -mfpu=neon -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o neon.o neon.cpp in file included neon.cpp:42:0: /opt/arm-2012.03/bin/../lib/gcc/arm-none-linux-gnueabi/4.6.3/include/arm_neon.h:32:2: error: #error must enable neon instructions (e.g. -mfloat-abi=softfp -mfpu=neon) use arm_neon.h neon.cpp: in function 'int main(int, char**)': neon.cpp:46:5: error: 'int32x4_t' not declared in scope neon.cpp:46:15: error: expected ';' before 'null' neon.cpp:49:29: error: 'null' not declared in scope neon.cpp:49:36: error: 'vst1q_lane_s32' not declared in scope make: *** [neon.o] error 1 neon disabled. zlib auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o zlib.o zlib.cpp zlib.cpp:42:18: fatal error: zlib.h: no such file or directory compilation terminated. make: *** [zlib.o] error 1 zlib disabled. libjpeg auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o libjpeg.o libjpeg.cpp libjpeg.cpp:45:21: fatal error: jpeglib.h: no such file or directory compilation terminated. make: *** [libjpeg.o] error 1 libjpeg disabled. libpng auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o libpng.o libpng.cpp libpng.cpp:42:17: fatal error: png.h: no such file or directory compilation terminated. make: *** [libpng.o] error 1 libpng disabled. db2 auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o db2.o db2.cpp db2.cpp:42:20: fatal error: sqlcli.h: no such file or directory compilation terminated. make: *** [db2.o] error 1 db2 disabled. interbase auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o ibase.o ibase.cpp ibase.cpp:42:19: fatal error: ibase.h: no such file or directory compilation terminated. make: *** [ibase.o] error 1 interbase disabled. mysql (thread-safe) auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o mysql.o ../mysql/mysql.cpp ../mysql/mysql.cpp:42:19: fatal error: mysql.h: no such file or directory compilation terminated. make: *** [mysql.o] error 1 mysql (thread-safe) disabled. mysql (thread-unsafe) auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o mysql.o mysql.cpp mysql.cpp:42:19: fatal error: mysql.h: no such file or directory compilation terminated. make: *** [mysql.o] error 1 mysql (thread-unsafe) disabled. oci auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o oci.o oci.cpp oci.cpp:42:17: fatal error: oci.h: no such file or directory compilation terminated. make: *** [oci.o] error 1 oci disabled. odbc auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o odbc.o odbc.cpp odbc.cpp:45:17: fatal error: sql.h: no such file or directory compilation terminated. make: *** [odbc.o] error 1 odbc disabled. iodbc auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o iodbc.o iodbc.cpp iodbc.cpp:42:17: fatal error: sql.h: no such file or directory compilation terminated. make: *** [iodbc.o] error 1 iodbc disabled. postgresql auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o psql.o psql.cpp psql.cpp:42:22: fatal error: libpq-fe.h: no such file or directory compilation terminated. make: *** [psql.o] error 1 postgresql disabled. sqlite2 auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o sqlite2.o sqlite2.cpp sqlite2.cpp:42:20: fatal error: sqlite.h: no such file or directory compilation terminated. make: *** [sqlite2.o] error 1 sqlite2 disabled. tds auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o tds.o tds.cpp tds.cpp:42:22: fatal error: sybfront.h: no such file or directory compilation terminated. make: *** [tds.o] error 1 tds disabled. nis auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o nis.o nis.cpp arm-none-linux-gnueabi-g++ -wl,-o1 -o nis nis.o   -lnsl  nis enabled. cups auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o cups.o cups.cpp cups.cpp:42:23: fatal error: cups/cups.h: no such file or directory compilation terminated. make: *** [cups.o] error 1 cups disabled. posix iconv auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o iconv.o iconv.cpp arm-none-linux-gnueabi-g++ -wl,-o1 -o iconv iconv.o     posix iconv enabled. d-bus auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o dbus.o dbus.cpp dbus.cpp:43:23: fatal error: dbus/dbus.h: no such file or directory compilation terminated. make: *** [dbus.o] error 1 d-bus disabled. glib auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o glib.o glib.cpp glib.cpp:44:18: fatal error: glib.h: no such file or directory compilation terminated. make: *** [glib.o] error 1 glib disabled. icu auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o icu.o icu.cpp icu.cpp:42:28: fatal error: unicode/utypes.h: no such file or directory compilation terminated. make: *** [icu.o] error 1 icu disabled. pulseaudio auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o pulseaudio.o pulseaudio.cpp pulseaudio.cpp:42:30: fatal error: pulse/pulseaudio.h: no such file or directory compilation terminated. make: *** [pulseaudio.o] error 1 pulseaudio disabled. opengl auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o opengldesktop.o opengldesktop.cpp opengldesktop.cpp:45:19: fatal error: gl/gl.h: no such file or directory compilation terminated. make: *** [opengldesktop.o] error 1 opengl disabled. opengl es 2.x auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o opengles2.o opengles2.cpp opengles2.cpp:45:25: fatal error: gles2/gl2.h: no such file or directory compilation terminated. make: *** [opengles2.o] error 1 opengl es 2.x disabled. fontconfig auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o fontconfig.o fontconfig.cpp fontconfig.cpp:42:22: fatal error: ft2build.h: no such file or directory compilation terminated. make: *** [fontconfig.o] error 1 fontconfig disabled. libudev auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o libudev.o libudev.cpp libudev.cpp:42:21: fatal error: libudev.h: no such file or directory compilation terminated. make: *** [libudev.o] error 1 libudev disabled. evdev auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o evdev.o evdev.cpp arm-none-linux-gnueabi-g++ -wl,-o1 -o evdev evdev.o     evdev enabled. xlib auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o xlib.o xlib.cpp xlib.cpp:42:22: fatal error: x11/xlib.h: no such file or directory compilation terminated. make: *** [xlib.o] error 1 xlib disabled. xrender auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o xrender.o xrender.cpp xrender.cpp:42:22: fatal error: x11/xlib.h: no such file or directory compilation terminated. make: *** [xrender.o] error 1 xrender disabled. linuxfb auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o linuxfb.o linuxfb.cpp arm-none-linux-gnueabi-g++ -wl,-o1 -o linuxfb linuxfb.o     linuxfb enabled. kms auto-detection... () project error: package libdrm not found make: *** no targets specified , no makefile found.  stop. kms disabled. egl auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o egl.o egl.cpp egl.cpp:42:21: fatal error: egl/egl.h: no such file or directory compilation terminated. make: *** [egl.o] error 1 egl disabled. freetype auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o freetype.o freetype.cpp freetype.cpp:42:22: fatal error: ft2build.h: no such file or directory compilation terminated. make: *** [freetype.o] error 1 freetype disabled. stl auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o stltest.o stltest.cpp stltest.cpp: in function 'int main()': stltest.cpp:136:13: warning: variable 'first' set not used [-wunused-but-set-variable] stltest.cpp:138:16: warning: variable 'second' set not used [-wunused-but-set-variable] stltest.cpp:109:9: warning: variable 'v1size' set not used [-wunused-but-set-variable] stltest.cpp:111:9: warning: variable 'v1capacity' set not used [-wunused-but-set-variable] stltest.cpp:115:10: warning: variable 'v1notfound' set not used [-wunused-but-set-variable] stltest.cpp:119:10: warning: variable 'v1found' set not used [-wunused-but-set-variable] stltest.cpp:124:9: warning: variable 'v2size' set not used [-wunused-but-set-variable] stltest.cpp:132:9: warning: variable 'm1size' set not used [-wunused-but-set-variable] stltest.cpp:142:9: warning: variable 'm2size' set not used [-wunused-but-set-variable] stltest.cpp:146:9: warning: unused variable 'n' [-wunused-variable] arm-none-linux-gnueabi-g++ -wl,-o1 -o stl stltest.o     stl enabled. posix clock_gettime() auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o clock-gettime.o clock-gettime.cpp arm-none-linux-gnueabi-g++ -wl,-o1 -o clock-gettime clock-gettime.o    -lrt posix clock_gettime() enabled. posix monotonic clock auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o clock-monotonic.o clock-monotonic.cpp arm-none-linux-gnueabi-g++ -wl,-o1 -o clock-monotonic clock-monotonic.o    -lrt posix monotonic clock enabled. mremap auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o mremap.o mremap.cpp arm-none-linux-gnueabi-g++ -wl,-o1 -o mremap mremap.o     mremap enabled. getaddrinfo auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o getaddrinfotest.o getaddrinfotest.cpp arm-none-linux-gnueabi-g++ -wl,-o1 -o getaddrinfo getaddrinfotest.o     getaddrinfo enabled. inotify auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o inotifytest.o inotifytest.cpp arm-none-linux-gnueabi-g++ -wl,-o1 -o inotify inotifytest.o     inotify enabled. ipv6 interface name auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o ipv6ifname.o ipv6ifname.cpp arm-none-linux-gnueabi-g++ -wl,-o1 -o ipv6ifname ipv6ifname.o     ipv6 interface name enabled. getifaddrs auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o getifaddrs.o getifaddrs.cpp arm-none-linux-gnueabi-g++ -wl,-o1 -o getifaddrs getifaddrs.o     getifaddrs enabled. openssl auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o openssl.o openssl.cpp openssl.cpp:42:30: fatal error: openssl/opensslv.h: no such file or directory compilation terminated. make: *** [openssl.o] error 1 openssl disabled. pcre auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o pcre.o pcre.cpp pcre.cpp:42:18: fatal error: pcre.h: no such file or directory compilation terminated. make: *** [pcre.o] error 1 pcre disabled. openvg auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o openvg.o openvg.cpp openvg.cpp:48:23: fatal error: vg/openvg.h: no such file or directory compilation terminated. make: *** [openvg.o] error 1 openvg disabled. openvg auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o openvg.o openvg.cpp openvg.cpp:48:23: fatal error: vg/openvg.h: no such file or directory compilation terminated. make: *** [openvg.o] error 1 openvg disabled. openvg (lc includes) auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -dqt_lower_case_vg_includes -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o openvg.o openvg.cpp openvg.cpp:46:23: fatal error: vg/openvg.h: no such file or directory compilation terminated. make: *** [openvg.o] error 1 openvg (lc includes) disabled. openvg (lc includes) auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie -dqt_lower_case_vg_includes -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o openvg.o openvg.cpp openvg.cpp:46:23: fatal error: vg/openvg.h: no such file or directory compilation terminated. make: *** [openvg.o] error 1 openvg (lc includes) disabled. alsa auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o alsatest.o alsatest.cpp alsatest.cpp:42:28: fatal error: alsa/asoundlib.h: no such file or directory compilation terminated. make: *** [alsatest.o] error 1 alsa disabled. javascriptcore-jit auto-detection... () arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o hwcap_test.o hwcap_test.cpp hwcap_test.cpp:43:5: warning: unused parameter 'argc' [-wunused-parameter] hwcap_test.cpp:43:5: warning: unused parameter 'argv' [-wunused-parameter] arm-none-linux-gnueabi-g++ -wl,-o1 -o javascriptcore-jit hwcap_test.o     javascriptcore-jit enabled. testing size of pointers ... (/opt/qt-everywhere-opensource-src-5.0.2/qtbase/mkspecs/linux-arm-gnueabi-g++ yes /opt/qt-everywhere-opensource-src-5.0.2/qtbase /opt/qt-everywhere-opensource-src-5.0.2/qtbase) rm -f ptrsizetest.o rm -f *~ core *.core arm-none-linux-gnueabi-g++ -c -pipe -o2 -wall -w -fpie  -i../../../mkspecs/linux-arm-gnueabi-g++ -i. -o ptrsizetest.o ptrsizetest.cpp ptrsizetest.cpp: in function 'int main(int, char**)': ptrsizetest.cpp:59:12: error: 'pointersize' not member of 'qpointersizetest<4>' make: *** [ptrsizetest.o] error 1 pointer size: 4  building on:   linux-g++ building for:  linux-arm-gnueabi-g++ architecture:  arm, features: host architecture: i386, features: platform notes:              - available linux: linux-kcc linux-icc linux-cxx  qmake vars .......... styles += mac fusion windows defines += qt_no_libudev defines += qt_no_xcb precompiled_dir = .pch/release-shared objects_dir = .obj/release-shared moc_dir = .moc/release-shared rcc_dir = .rcc/release-shared ui_dir = .uic/release-shared sql-drivers =  sql-plugins =  sqlite qmake switches .........  build ..................  libs examples configuration ..........  cross_compile qpa largefile precompile_header pcre  minimal-config small-config medium-config large-config full-config no-pkg-config evdev linuxfb c++11 accessibility shared qpa reduce_exports reduce_relocations clock-gettime clock-monotonic mremap getaddrinfo ipv6ifname getifaddrs inotify png freetype zlib nis iconv rpath concurrent audio-backend v8 v8snapshot release debug .................. no c++11 support .......... yes pkg-config ............. no qt d-bus module ........ no qt concurrent code ..... yes qt gui module .......... yes qt widgets module ...... yes javascriptcore jit ..... decided javascriptcore qml debugging .......... yes pch support ............ yes iwmmxt support ......... no neon support ........... no ipv6 ifname support .... yes getaddrinfo support .... yes getifaddrs support ..... yes accessibility .......... yes nis support ............ yes cups support ........... no iconv support .......... yes glib support ........... no gstreamer support ...... no pulseaudio support ..... no large file support ..... yes gif support ............ plugin jpeg support ........... plugin (qt) png support ............ yes (qt) zlib support ........... yes session management ..... auto libudev support ........ no use system proxies ..... no opengl support ......... no openvg support ......... no xshape support ......... auto xvideo support ......... auto xsync support .......... auto xinerama support ....... runtime xcursor support ........ runtime xfixes support ......... runtime xrandr support ......... runtime xi support ............. runtime xi2 support ............ auto mit-shm support ........ auto fontconfig support ..... no xkb support ............ auto gtk theme support ...... no sqlite support ......... plugin (qt) openssl support ........ no  alsa support ........... no libicu support ......... no pcre support ........... qt xcb support ............ no xrender support ........ no eglfs support .......... no directfb support ....... no linuxfb support ........ yes kms support ............ no  not find qmake configuration file mkspecs/linux-arm-gnueabi-g++.> 

i have changed qmake.conf file per according requirement.

i not able cross compile it.

please help.

you should change -xplatform mkspecs/linux-arm-gnueabi-g++ -xplatform linux-arm-gnueabi-g++.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -