This commit is contained in:
Hendrik Schutter 2020-10-08 21:13:13 +02:00
parent b835c03652
commit d15e8991a2
1 changed files with 2 additions and 2 deletions

View File

@ -54,13 +54,13 @@ rsync -avz -e "ssh -p22 -i ~/.ssh/rpi_root_id_rsa" root@192.168.0.40:/opt/vc sys
Fix symbolic links Fix symbolic links
``` ```
python /opt/RaspberryQt/sysroot-relativelinks.py sysroot python sysroot-relativelinks.py sysroot
``` ```
Build Qt Build Qt
``` ```
cd build cd build
../qt_src/configure -device linux-rasp-pi2-g++ -device-option CROSS_COMPILE=.../tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf- -sysroot ../sysroot -prefix /usr/local/RaspberryQt -opensource -confirm-license -no-gbm -skip qtscript -nomake tests -nomake examples -make libs -pkg-config -no-use-gold-linker -v ../qt_src/configure -device linux-rasp-pi2-g++ -device-option CROSS_COMPILE=../tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf- -sysroot ../sysroot -prefix /usr/local/RaspberryQt -opensource -confirm-license -no-gbm -skip qtscript -nomake tests -nomake examples -make libs -pkg-config -no-use-gold-linker -v
make -j12 make -j12
make install make install