Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. RaspberryPi3B cross compile error
Forum Updated to NodeBB v4.3 + New Features

RaspberryPi3B cross compile error

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 213 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Creatorczyk
    wrote on last edited by
    #1

    Hi,

    during execution:

    ./configure -release -opengl es2 -device linux-rasp-pi-g++ -device-option CROSS_COMPILE=/home/jakub/raspi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf- -sysroot ~/raspi/sysroot -opensource -confirm-license -skip qtwayland -skip qtlocation -skip qtscript -make libs -prefix /usr/local/qt5pi -extprefix ~/raspi/qt5pi -hostprefix ~/raspi/qt5 -no-use-gold-linker -v -no-gbm
    

    I got an error:

    > In file included from /home/jakub/raspi/qt-everywhere-src-5.12.5/qtwebengine/config.tests/hostcompiler/main.cpp:29:0:
    > /usr/include/stdio.h:27:10: fatal error: bits/libc-header-start.h: No such file or directory
    >  #include <bits/libc-header-start.h>
    >           ^~~~~~~~~~~~~~~~~~~~~~~~~~
    > compilation terminated.
    > Makefile:169: recipe for target 'main.o' failed
    > make: *** [main.o] Error 1
    test config.qtwebengine_core.tests.webengine-host-compiler FAILED
    Done running configuration tests.
    

    How could I fix that? Should file "bits/libc-header-start.h" be installed on raspberry and then synchronized by "rsync"?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved