Skip to content

QtonPi

QtonPi
406 Topics 2.3k Posts
  • How to provide hardware accelerated media playback in Raspberry Pi

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    V
    My Qt framework 5.9 is build ed with the support of Gstreamer1.0 backend. But installing gstreamer-omx is not giving me accelerated media playback .
  • Qt wayland performance issues in raspberry PI

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    SGaistS
    Hi, You are application does something wrong, the Pi is overloaded by something, etc. Did you try with one of the Qt example ? Do you also have that problem ? Also, what model of Pi are you talking about ? What does your application do ?
  • Cannot find DRM device - Qt5.9.0 with EGLFS

    Unsolved
    4
    0 Votes
    4 Posts
    7k Views
    J
    I rebuilt Qt, Python, SIP and PyQt5 overnight, using the -device and -device-option flags in the Qt ./configure process and eglfs is working now :) The only issue I've now got is a warning regarding a missing font directory, as apparently Qt no longer ships with fonts. This should be a pretty simple fix however.
  • Has anyone successfully built Qt from source recently on a Pi?

    Unsolved
    25
    1 Votes
    25 Posts
    16k Views
    P
    I believe I have.. I followed https://wiki.qt.io/Native_Build_of_Qt5_on_a_Raspberry_Pi and downloaded the last version, version 5.9.2. But I did not edit ~/opt/qt5/qtbase/configure script - because there were no QT_CFLAGS_DBUS statments in the downloaded version. I started with a Raspberry Pi 3 flashed with Jessie Light 2017-07-05. Then, after a raspian-setup I continued without rebooting with: sudo apt-get install --no-install-recommends xserver-xorg sudo apt-get install --no-install-recommends xinit sudo apt-get install raspberrypi-ui-mods and the packages needed for compiling according to the article. I had to install git in addition. Every step ran to completion without any errors and I ran the qube test at the end of the article. It worked in console mode, and after a reboot - also under X11. But, I did not get the result I wanted. The cube application took the whole screen. It is not a "good" display environment citizen. I want my app to coexist with other applications. My question is: What can I do for creating an applicaton that run in the display environment? Do I have to run the configure script with other parameters or is there another way of achieving my goal? This is the line I have used: Command line: -v -opengl es2 -device linux-rasp-pi-g+ -device-option CROSS_COMPILE=/usr/bin/ -opensource -confirm-license -optimized-qmake -reduce-exports -release -qt-pcre -make libs -prefix /usr/local/qt5
  • Stuttering audio that hangs: QSoundEffect and QMediaPlayer

    Solved
    4
    0 Votes
    4 Posts
    4k Views
    J
    Thank you, @StoatPatronus , that seemed to do the trick for me too!
  • Using SYSROOT in .pro file

    Solved
    3
    0 Votes
    3 Posts
    6k Views
    vikramgV
    Thanks, that works! Use as follows: LIBS += -L$$[QT_SYSROOT]/my/lib/location -lmisc Official documentation here: http://doc.qt.io/qt-5.9/qmake-language.html (See "Accessing qmake Properties".)
  • "cannot execute binary file: Exec format error"

    Solved
    9
    0 Votes
    9 Posts
    13k Views
    SGaistS
    So as @yuvaram wrote, you are using a 32bit operating system, it won't be able to run your 64bit application.
  • "failed to add service - already in use?" since kernel Update >= 4.8.y

    Unsolved
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Any way to set a kit-specific target.path?

    Solved
    4
    0 Votes
    4 Posts
    3k Views
    SGaistS
    I'd recommend using some other prefix for your environment variable. At some point it could be used by the project or some colleague of you might think it's an official environment variable used by the Qt project.
  • Tweet and QT For Device Creation

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    J.HilkJ
    Hi @tekojo , thanks for the anwer! Damn, I was hoping differntely x), but it is super easy, and in my opinion not promoted enough, before that Tweet I had no idea what Qt For Device Creation would support. I knew it existed, but that was as far as it got. There's still the 30 day test trial I could use, and I'll contact the support, maybe theres a single/private device license that can be negotiate...
  • Run Environment is missing DISPLAY env variable

    Solved
    3
    0 Votes
    3 Posts
    3k Views
    vikramgV
    Thanks @raven-worx I'm not convinced that any proactive action ought to be required, but I have verified that adding qputenv("DISPLAY", ":0"); before creating the QApplication instance does indeed work.
  • QWayland client has performance issues in raspberry Pi

    Unsolved
    1
    0 Votes
    1 Posts
    664 Views
    No one has replied
  • cross compiling qt in raspberry pi

    Unsolved
    18
    0 Votes
    18 Posts
    7k Views
    A
    @hardikh i actually followed the wiki page and the blog for cross compiling qt..still i am facing this error..does setting the physical height and width solved the problem? i tried by setting the QT_QPA_EGLFS_PHYSICAL_WIDTH and QT_QPA_EGLFS_PHYSICAL_HEIGHT in .bashrc but no change can you mention what steps you followed for correcting it
  • Copying a qt5 build to a different host machine

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    vikramgV
    I have verified that preserving the same paths (in my case, /opt/Qt) on all hosts for the cross-compiled output, works fine.
  • 0 Votes
    5 Posts
    8k Views
    H
    @eliar can you be more clear how to do that... pi@raspberrypi:~ $ export LD_LIBRARY_PATH=/usr/local/qt5pi/lib pi@raspberrypi:~ $ export QT_LOGGING_RULES=qt.qpa.*=true pi@raspberrypi:~ $ ./qopenglwidget qt.qpa.egldeviceintegration: EGL device integration plugin keys: ("eglfs_emu", "eglfs_kms_egldevice", "eglfs_kms", "eglfs_x11") qt.qpa.egldeviceintegration: EGL device integration plugin keys (sorted): ("eglfs_brcm", "eglfs_kms", "eglfs_emu", "eglfs_kms_egldevice", "eglfs_x11") qt.qpa.egldeviceintegration: Trying to load device EGL integration "eglfs_brcm" qt.qpa.egldeviceintegration: Failed to load EGL device integration "eglfs_brcm" qt.qpa.egldeviceintegration: Trying to load device EGL integration "eglfs_kms" qt.qpa.eglfs.kms: New DRM/KMS via GBM integration created qt.qpa.egldeviceintegration: Using EGL device integration "eglfs_kms" qt.qpa.eglfs.kms: platformInit: Opening DRM device qt.qpa.input: udev device discovery for type QFlagsQDeviceDiscovery::QDeviceType(Device_DRM|Device_VideoMask) qt.qpa.input: Found matching devices () qt.qpa.eglfs.kms: Found the following video devices: () Could not find DRM device! Aborted overlays .... pi@raspberrypi:/boot/overlays $ ls adau1977-adc.dtbo mmc.dtbo adau7002-simple.dtbo mz61581.dtbo ads1015.dtbo pi3-act-led.dtbo ads1115.dtbo pi3-disable-bt.dtbo ads7846.dtbo pi3-disable-wifi.dtbo akkordion-iqdacplus.dtbo pi3-miniuart-bt.dtbo allo-boss-dac-pcm512x-audio.dtbo piscreen2r.dtbo allo-piano-dac-pcm512x-audio.dtbo piscreen.dtbo allo-piano-dac-plus-pcm512x-audio.dtbo pisound.dtbo at86rf233.dtbo pitft22.dtbo audioinjector-addons.dtbo pitft28-capacitive.dtbo audioinjector-wm8731-audio.dtbo pitft28-resistive.dtbo audremap.dtbo pitft35-resistive.dtbo bmp085_i2c-sensor.dtbo pps-gpio.dtbo dht11.dtbo pwm-2chan.dtbo dionaudio-loco.dtbo pwm.dtbo dionaudio-loco-v2.dtbo qca7000.dtbo dpi18.dtbo raspidac3.dtbo dpi24.dtbo README dwc2.dtbo rpi-backlight.dtbo dwc-otg.dtbo rpi-cirrus-wm5102.dtbo enc28j60.dtbo rpi-dac.dtbo enc28j60-spi2.dtbo rpi-display.dtbo fe-pi-audio.dtbo rpi-ft5406.dtbo googlevoicehat-soundcard.dtbo rpi-proto.dtbo gpio-ir.dtbo rpi-sense.dtbo gpio-poweroff.dtbo rpi-tv.dtbo hifiberry-amp.dtbo rra-digidac1-wm8741-audio.dtbo hifiberry-dac.dtbo sc16is750-i2c.dtbo hifiberry-dacplus.dtbo sc16is752-spi1.dtbo hifiberry-digi.dtbo sdhost.dtbo hifiberry-digi-pro.dtbo sdio-1bit.dtbo hy28a.dtbo sdio.dtbo hy28b.dtbo sdtweak.dtbo i2c0-bcm2708.dtbo smi-dev.dtbo i2c1-bcm2708.dtbo smi.dtbo i2c-bcm2708.dtbo smi-nand.dtbo i2c-gpio.dtbo spi0-cs.dtbo i2c-mux.dtbo spi0-hw-cs.dtbo i2c-pwm-pca9685a.dtbo spi1-1cs.dtbo i2c-rtc.dtbo spi1-2cs.dtbo i2c-sensor.dtbo spi1-3cs.dtbo i2s-gpio28-31.dtbo spi2-1cs.dtbo iqaudio-dac.dtbo spi2-2cs.dtbo iqaudio-dacplus.dtbo spi2-3cs.dtbo iqaudio-digi-wm8804-audio.dtbo spi-gpio35-39.dtbo justboom-dac.dtbo spi-rtc.dtbo justboom-digi.dtbo tinylcd35.dtbo lirc-rpi.dtbo uart1.dtbo mcp23017.dtbo vc4-fkms-v3d.dtbo mcp23s17.dtbo vc4-kms-v3d.dtbo mcp2515-can0.dtbo vga666.dtbo mcp2515-can1.dtbo w1-gpio.dtbo mcp3008.dtbo w1-gpio-pullup.dtbo midi-uart0.dtbo wittypi.dtbo
  • **wayland-brcm + opengl program = segfault**

    Unsolved
    1
    0 Votes
    1 Posts
    699 Views
    No one has replied
  • QT for android

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    K
    @lina Did you see these guidelines already? Bascially any Qt (Qt5.1.0 or later) you may use, but you have to determine the proper Android version for your target platform. That you have to aline with your Android SDK.
  • Project ERROR: -- running gyp_qtwebengine failed --

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    J
    Below is the output from make during the same error when cross-compiling (here compiled as a single job to prevent cluttering of the output from other threads) cd qtwebengine/ && ( test -e Makefile || /home/jhbr/raspi/build/qt5.8/qtbase/bin/qmake -o Makefile /home/jhbr/raspi/src/qt5.8/qtwebengine/qtwebengine.pro -qtconf /home/jhbr/raspi/build/qt5.8/qtbase/bin/qt.conf -- -v -opensource -confirm-license -opengl es2 -no-opengles3 -device linux-rpi3-g++ -device-option CROSS_COMPILE=/home/jhbr/raspi/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin/arm-linux-gnueabihf- -sysroot /home/jhbr/raspi/sysroot -prefix /usr/local/qt5.8 -extprefix /home/jhbr/raspi/install/qt5.8 -hostprefix /home/jhbr/raspi/install/qt5.8-host -release -make libs -skip qtserialbus -skip qtwayland -skip qtscript -no-pch -no-use-gold-linker ) && make -f Makefile Info: creating cache file /home/jhbr/raspi/build/qt5.8/qtwebengine/.qmake.cache Running configure tests Checking for alsa... yes Checking for khr... yes Checking for libvpx... no Checking for snappy... no Checking for srtp... yes Project MESSAGE: PKG_CONFIG_LIBDIR automatically set to /home/jhbr/raspi/sysroot/usr/lib/pkgconfig:/home/jhbr/raspi/sysroot/usr/share/pkgconfig:/home/jhbr/raspi/sysroot/usr/lib/arm-linux-gnueabihf/pkgconfig Project MESSAGE: PKG_CONFIG_SYSROOT_DIR automatically set to /home/jhbr/raspi/sysroot System protobuf not found. Using Chromium's copy. Compatible system libvpx not found. Using Chromium's copy. System snappy not found. Using Chromium's copy. System library dependencies: ICU ................................ Using internal copy (Default, force system ICU with WEBENGINE_CONFIG+=use_system_icu) FFMPEG ............................. Using internal copy (Default, force system FFMPEG with WEBENGINE_CONFIG+=use_system_ffmpeg) Optional system libraries used ..... minizip zlib libwebp libwebpdemux libxslt libxml2 libevent jsoncpp opus libsrtp Optional bundled libraries used .... protobuf libvpx snappy icu ffmpeg Configurable features: Proprietary codecs (H264, MP3) ..... Not enabled (Default, enable with WEBENGINE_CONFIG+=use_proprietary_codecs) Geolocation ........................ Enabled Certificate handling ............... Using bundled BoringSSL make[1]: Entering directory '/home/jhbr/raspi/build/qt5.8/qtwebengine' cd src/ && ( test -e Makefile || /home/jhbr/raspi/build/qt5.8/qtbase/bin/qmake -o Makefile /home/jhbr/raspi/src/qt5.8/qtwebengine/src/src.pro -qtconf /home/jhbr/raspi/build/qt5.8/qtbase/bin/qt.conf -- -v -opensource -confirm-license -opengl es2 -no-opengles3 -device linux-rpi3-g++ -device-option CROSS_COMPILE=/home/jhbr/raspi/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin/arm-linux-gnueabihf- -sysroot /home/jhbr/raspi/sysroot -prefix /usr/local/qt5.8 -extprefix /home/jhbr/raspi/install/qt5.8 -hostprefix /home/jhbr/raspi/install/qt5.8-host -release -make libs -skip qtserialbus -skip qtwayland -skip qtscript -no-pch -no-use-gold-linker ) && make -f Makefile make[2]: Entering directory '/home/jhbr/raspi/build/qt5.8/qtwebengine/src' cd core/ && ( test -e Makefile || /home/jhbr/raspi/build/qt5.8/qtbase/bin/qmake -o Makefile /home/jhbr/raspi/src/qt5.8/qtwebengine/src/core/core.pro -qtconf /home/jhbr/raspi/build/qt5.8/qtbase/bin/qt.conf -- -v -opensource -confirm-license -opengl es2 -no-opengles3 -device linux-rpi3-g++ -device-option CROSS_COMPILE=/home/jhbr/raspi/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin/arm-linux-gnueabihf- -sysroot /home/jhbr/raspi/sysroot -prefix /usr/local/qt5.8 -extprefix /home/jhbr/raspi/install/qt5.8 -hostprefix /home/jhbr/raspi/install/qt5.8-host -release -make libs -skip qtserialbus -skip qtwayland -skip qtscript -no-pch -no-use-gold-linker ) && make -f Makefile make[3]: Entering directory '/home/jhbr/raspi/build/qt5.8/qtwebengine/src/core' ( test -e Makefile.core_headers || /home/jhbr/raspi/build/qt5.8/qtbase/bin/qmake -o Makefile.core_headers /home/jhbr/raspi/src/qt5.8/qtwebengine/src/core/core_headers.pro -qtconf /home/jhbr/raspi/build/qt5.8/qtbase/bin/qt.conf -- -v -opensource -confirm-license -opengl es2 -no-opengles3 -device linux-rpi3-g++ -device-option CROSS_COMPILE=/home/jhbr/raspi/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin/arm-linux-gnueabihf- -sysroot /home/jhbr/raspi/sysroot -prefix /usr/local/qt5.8 -extprefix /home/jhbr/raspi/install/qt5.8 -hostprefix /home/jhbr/raspi/install/qt5.8-host -release -make libs -skip qtserialbus -skip qtwayland -skip qtscript -no-pch -no-use-gold-linker ) && make -f Makefile.core_headers make[4]: Entering directory '/home/jhbr/raspi/build/qt5.8/qtwebengine/src/core' make[4]: Nothing to be done for 'first'. make[4]: Leaving directory '/home/jhbr/raspi/build/qt5.8/qtwebengine/src/core' ( test -e Makefile.core_gyp_generator || /home/jhbr/raspi/build/qt5.8/qtbase/bin/qmake -o Makefile.core_gyp_generator /home/jhbr/raspi/src/qt5.8/qtwebengine/src/core/core_gyp_generator.pro -qtconf /home/jhbr/raspi/build/qt5.8/qtbase/bin/qt.conf -- -v -opensource -confirm-license -opengl es2 -no-opengles3 -device linux-rpi3-g++ -device-option CROSS_COMPILE=/home/jhbr/raspi/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin/arm-linux-gnueabihf- -sysroot /home/jhbr/raspi/sysroot -prefix /usr/local/qt5.8 -extprefix /home/jhbr/raspi/install/qt5.8 -hostprefix /home/jhbr/raspi/install/qt5.8-host -release -make libs -skip qtserialbus -skip qtwayland -skip qtscript -no-pch -no-use-gold-linker ) && make -f Makefile.core_gyp_generator make[4]: Entering directory '/home/jhbr/raspi/build/qt5.8/qtwebengine/src/core' make[4]: Nothing to be done for 'first'. make[4]: Leaving directory '/home/jhbr/raspi/build/qt5.8/qtwebengine/src/core' ( test -e Makefile.gyp_configure_host || /home/jhbr/raspi/build/qt5.8/qtbase/bin/qmake -o Makefile.gyp_configure_host /home/jhbr/raspi/src/qt5.8/qtwebengine/src/core/gyp_configure_host.pro -qtconf /home/jhbr/raspi/build/qt5.8/qtbase/bin/qt.conf -- -v -opensource -confirm-license -opengl es2 -no-opengles3 -device linux-rpi3-g++ -device-option CROSS_COMPILE=/home/jhbr/raspi/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin/arm-linux-gnueabihf- -sysroot /home/jhbr/raspi/sysroot -prefix /usr/local/qt5.8 -extprefix /home/jhbr/raspi/install/qt5.8 -hostprefix /home/jhbr/raspi/install/qt5.8-host -release -make libs -skip qtserialbus -skip qtwayland -skip qtscript -no-pch -no-use-gold-linker ) && make -f Makefile.gyp_configure_host make[4]: Entering directory '/home/jhbr/raspi/build/qt5.8/qtwebengine/src/core' make[4]: Nothing to be done for 'first'. make[4]: Leaving directory '/home/jhbr/raspi/build/qt5.8/qtwebengine/src/core' ( test -e Makefile.gyp_configure_target || /home/jhbr/raspi/build/qt5.8/qtbase/bin/qmake -o Makefile.gyp_configure_target /home/jhbr/raspi/src/qt5.8/qtwebengine/src/core/gyp_configure_target.pro -qtconf /home/jhbr/raspi/build/qt5.8/qtbase/bin/qt.conf -- -v -opensource -confirm-license -opengl es2 -no-opengles3 -device linux-rpi3-g++ -device-option CROSS_COMPILE=/home/jhbr/raspi/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin/arm-linux-gnueabihf- -sysroot /home/jhbr/raspi/sysroot -prefix /usr/local/qt5.8 -extprefix /home/jhbr/raspi/install/qt5.8 -hostprefix /home/jhbr/raspi/install/qt5.8-host -release -make libs -skip qtserialbus -skip qtwayland -skip qtscript -no-pch -no-use-gold-linker ) && make -f Makefile.gyp_configure_target make[4]: Entering directory '/home/jhbr/raspi/build/qt5.8/qtwebengine/src/core' make[4]: Nothing to be done for 'first'. make[4]: Leaving directory '/home/jhbr/raspi/build/qt5.8/qtwebengine/src/core' ( test -e Makefile.gyp_run || /home/jhbr/raspi/build/qt5.8/qtbase/bin/qmake -o Makefile.gyp_run /home/jhbr/raspi/src/qt5.8/qtwebengine/src/core/gyp_run.pro -qtconf /home/jhbr/raspi/build/qt5.8/qtbase/bin/qt.conf -- -v -opensource -confirm-license -opengl es2 -no-opengles3 -device linux-rpi3-g++ -device-option CROSS_COMPILE=/home/jhbr/raspi/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin/arm-linux-gnueabihf- -sysroot /home/jhbr/raspi/sysroot -prefix /usr/local/qt5.8 -extprefix /home/jhbr/raspi/install/qt5.8 -hostprefix /home/jhbr/raspi/install/qt5.8-host -release -make libs -skip qtserialbus -skip qtwayland -skip qtscript -no-pch -no-use-gold-linker ) && make -f Makefile.gyp_run Project MESSAGE: PKG_CONFIG_LIBDIR automatically set to /home/jhbr/raspi/sysroot/usr/lib/pkgconfig:/home/jhbr/raspi/sysroot/usr/share/pkgconfig:/home/jhbr/raspi/sysroot/usr/lib/arm-linux-gnueabihf/pkgconfig Project MESSAGE: PKG_CONFIG_SYSROOT_DIR automatically set to /home/jhbr/raspi/sysroot Project MESSAGE: Running gyp_qtwebengine "/home/jhbr/raspi/build/qt5.8/qtwebengine/src/core" -D qt_cross_compile=1 -D os_posix=1 -D qt_os="embedded_linux" -I config/embedded_linux.gypi -D pkg-config="/home/jhbr/raspi/build/qt5.8/qtwebengine/src/core/pkg-config_wrapper.sh 2> /dev/null" -D use_qt=1 -D v8_use_external_startup_data=0 -D enable_web_speech=0 -D enable_extensions=0 -D linux_use_bundled_gold=0 -D linux_use_bundled_binutils=0 -D linux_use_gold_flags=0 -D toolkit_uses_gtk=0 -D use_ash=0 -D use_aura=1 -D use_cairo=0 -D use_clipboard_aurax11=0 -D use_cups=0 -D use_gconf=0 -D use_gio=0 -D use_gnome_keyring=0 -D use_kerberos=0 -D use_pango=0 -D use_openssl=1 -D use_nss_certs=0 -D use_nss_verifier=0 -D use_openssl_certs=1 -D use_system_zlib=1 -D use_system_libpng=1 -D use_system_libjpeg=1 -D use_pulseaudio=1 -D use_alsa=1 -D use_system_libevent=1 -D use_system_libwebp=1 -D use_system_libsrtp=1 -D use_system_libxml=1 -D use_system_jsoncpp=1 -D use_system_opus=1 -D clang=0 -D desktop_linux=0 -D disable_nacl=1 -D embedded=1 -D enable_autofill_dialog=0 -D enable_automation=0 -D enable_basic_printing=0 -D enable_captive_portal_detection=0 -D enable_extensions=0 -D enable_google_now=0 -D enable_language_detection=0 -D enable_managed_users=0 -D enable_pdf=0 -D enable_plugin_installation=0 -D enable_plugins=0 -D enable_print_preview=0 -D enable_session_service=0 -D enable_task_manager=0 -D enable_themes=0 -D enable_webrtc=0 -D gtest_target_type=none -D host_clang=0 -D notifications=0 -D ozone_auto_platforms=0 -D ozone_platform_dri=0 -D ozone_platform_test=0 -D p2p_apis=0 -D safe_browsing=0 -D toolkit_views=1 -D use_custom_freetype=0 -D use_libpci=0 -D use_ozone=1 -D use_system_fontconfig=1 -D use_x11=0 -D v8_use_snapshot=false -D want_separate_host_toolset=1 -D angle_enable_gl=0  -D qtwe_process_name_debug=QtWebEngineProcess -D qtwe_process_name_release=QtWebEngineProcess -D disable_glibcxx_debug=1 -D remove_webcore_debug_symbols=1 -D remove_v8base_debug_symbols=1 -D disable_fatal_linker_warnings=1 -D sysroot="/home/jhbr/raspi/sysroot" -D CXX="/home/jhbr/raspi/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin/arm-linux-gnueabihf-g++" -D target_arch=arm -D arm_arch="armv8-a" -D arm_tune="cortex-a53" -D arm_float_abi="hard" -D arm_version="8" -D arm_fpu="crypto-neon-fp-armv8" -D arm_neon=1 -D release_optimize=s -D debug_optimize=s -D release_unwind_tables=0 -D enable_spellcheck=1. using python: /usr/bin/python version: 2.7.12 Using extra options found in /home/jhbr/raspi/src/qt5.8/qtwebengine/src/core/qtwebengine_extras.gypi Using extra options found in /home/jhbr/raspi/build/qt5.8/qtwebengine/src/core/qmake_extras.gypi Updating projects from gyp files... gyp: name 'arm_thumb' is not defined while evaluating condition 'arm_thumb==1' in /home/jhbr/raspi/src/qt5.8/qtwebengine/src/core/resources/resources.gyp gyp: name 'arm_thumb' is not defined while evaluating condition 'arm_thumb==1' in /home/jhbr/raspi/build/qt5.8/qtwebengine/src/core/core_generated.gyp Project ERROR: -- running gyp_qtwebengine failed -- Makefile:116: recipe for target 'sub-gyp_run-pro-make_first' failed make[3]: *** [sub-gyp_run-pro-make_first] Error 3 make[3]: Leaving directory '/home/jhbr/raspi/build/qt5.8/qtwebengine/src/core' Makefile:49: recipe for target 'sub-core-make_first' failed make[2]: *** [sub-core-make_first] Error 2 make[2]: Leaving directory '/home/jhbr/raspi/build/qt5.8/qtwebengine/src' Makefile:44: recipe for target 'sub-src-make_first' failed make[1]: *** [sub-src-make_first] Error 2 make[1]: Leaving directory '/home/jhbr/raspi/build/qt5.8/qtwebengine' Makefile:834: recipe for target 'module-qtwebengine-make_first' failed make: *** [module-qtwebengine-make_first] Error 2
  • Error while CROSS-Compiling Qt5 for Raspberry Pi 3

    Unsolved
    1
    0 Votes
    1 Posts
    780 Views
    No one has replied
  • Compile problem for Raspberry Pi 3 with opencv

    Unsolved
    11
    0 Votes
    11 Posts
    6k Views
    SGaistS
    You're welcome ! Since you have it working now, please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :)