Qt on raspberry pi
Unsolved
Mobile and Embedded
-
Hello.
I want to compile Qt on my raspberry pi 3 but in compile processing I encounter the following error:
Command line: -opengl es2 -device linux-rasp-pi3-g++ -device-option CROSS_COMPILE=/home/saman/opt/gcc-linaro-5.4.1-2017.05-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- -sysroot /media/saman/62ca0b6d-6291-4c40-b1fd-11bc291e4a38 -opensource -confirm-license -optimized-qmake -release -make libs -prefix /usr/local/qt5olim2 -no-pch -nomake examples -nomake tests -no-xcb -eglfs -v
Project ERROR: failed to parse default search paths from compiler output
please help me. -
Not sure, but it sounds like a broken toolchain. Make sure your cross compilation toolchain and sysroot are valid.