» » » Du willst das nicht zufällig auf einem Raspberry compilieren?
» » Doch ich möchte auf dem Raspberry pi compillieren
» » soweit habe ich den fehler gelöst lag bei einer schreibfehler in der
» » configuration.Jedoch habe ich folgende Fehler nach Aüsführung von dem
» make
»
» Ehm cross-compiler verwendet man eigentlich nur wenn man auf Plattform A
» eine ausführbare Datei für Plattform B bauen möchte, z.B. auf dem ADM64-PC
» etwas für den ARM-RasPI. Was du vor hast ist nativ compilieren, also im
» einfachsten fall ./configure && make && sudo make install. Für Qt ist das
» anscheinend nicht ganz so einfach (naja ist ja auch etwas umfangreicher)
» aber hier http://wiki.qt.io/Native_Build_of_Qt5_on_a_Raspberry_Pi müsste
» alles stehen was du brauchst um Qt nativ auf dem RasPI(2) zu bauen.
»
» Am besten du machst dir eine frische SD-Karte mit Raspbian und probierst
» mal die Anleitung für den nativen Build aus.
Ich folge den tutorial ,die ich oben eingefügt habe.
ich habe folgende in der config.summary Datei bemerkt
libinput...................... no
udev ..................... no
obwohl die beiden libraries in sysroot sind
je nach dem tutorial müssen sie yes sein
config summary
Build parts ............ libs
Mode ................... release
Using sanitizer(s)...... none
Using C++ standard ..... c++11
Using gold linker....... yes
Using new DTAGS ........ yes
Using PCH .............. yes
Using LTCG ............. no
Target compiler supports:
Neon ................. yes
Qt modules and options:
Qt D-Bus ............... yes (loading dbus-1 at runtime)
Qt Concurrent .......... yes
Qt GUI ................. yes
Qt Widgets ............. yes
Large File ............. yes
QML debugging .......... yes
Use system proxies ..... no
Support enabled for:
Accessibility .......... yes
ALSA ................... yes
CUPS ................... yes
Evdev .................. yes
FontConfig ............. yes
FreeType ............... yes (system library)
Glib ................... yes
GStreamer .............. no
GTK theme .............. no
HarfBuzz ............... yes (bundled copy)
Iconv .................. yes
ICU .................... no
Image formats:
GIF .................. yes (plugin, using bundled copy)
JPEG ................. yes (plugin, using system library)
PNG .................. yes (in QtGui, using bundled copy)
libinput................ no
Logging backends:
journald ............... no
syslog ............... no
mtdev .................. yes (system library)
Networking:
getaddrinfo .......... yes
getifaddrs ........... yes
IPv6 ifname .......... yes
libproxy.............. no
OpenSSL .............. yes (loading libraries at run-time)
NIS .................... yes
OpenGL / OpenVG:
EGL .................. yes
OpenGL ............... yes (OpenGL ES 2.0+)
OpenVG ............... yes-auto
PCRE ................... yes (bundled copy)
pkg-config ............. yes
PulseAudio ............. no
QPA backends:
DirectFB ............. no
EGLFS ................ yes
EGLFS i.MX6 ........ no
EGLFS i.MX6 Wayland. no
EGLFS EGLDevice .... no
EGLFS GBM .......... no
EGLFS Mali ......... no
EGLFS Raspberry Pi . yes
EGLFS X11 .......... no
LinuxFB .............. yes
Mir client............ no
XCB .................. yes (system library)
EGL on X ........... no
GLX ................ yes
MIT-SHM ............ yes
Xcb-Xlib ........... yes
Xcursor ............ yes (loaded at runtime)
Xfixes ............. yes (loaded at runtime)
Xi ................. no
Xi2 ................ yes
Xinerama ........... yes (loaded at runtime)
Xrandr ............. yes (loaded at runtime)
Xrender ............ yes
XKB ................ no
XShape ............. yes
XSync .............. yes
XVideo ............. yes
Session management ..... yes
SQL drivers:
DB2 .................. no
InterBase ............ no
MySQL ................ no
OCI .................. no
ODBC ................. yes (plugin)
PostgreSQL ........... no
SQLite 2 ............. yes (plugin)
SQLite ............... yes (plugin, using bundled copy)
TDS .................. yes (plugin)
tslib .................. no
udev ................... no
xkbcommon-x11........... yes (bundled copy, XKB config root: /usr/share/X11/xkb)
xkbcommon-evdev......... yes
zlib ................... yes (system library) |