fixed configure cmd

This commit is contained in:
Hendrik Schutter 2020-10-09 11:21:41 +02:00
parent d15e8991a2
commit 7030372ac7
3 changed files with 41 additions and 32 deletions

View File

@ -24,6 +24,7 @@ apt-get install libudev-dev libinput-dev libts-dev libxcb-xinerama0-dev libxcb-x
Default Qt installation path is: "/usr/local/RaspberryQt" Default Qt installation path is: "/usr/local/RaspberryQt"
``` ```
mkdir /usr/local/RaspberryQt
chown -R pi:pi /usr/local/RaspberryQt chown -R pi:pi /usr/local/RaspberryQt
ln -s /opt/vc/lib/libEGL.so /usr/lib/arm-linux-gnueabihf/libEGL.so.1.0.0 ln -s /opt/vc/lib/libEGL.so /usr/lib/arm-linux-gnueabihf/libEGL.so.1.0.0
ln -s /opt/vc/lib/libGLESv2.so /usr/lib/arm-linux-gnueabihf/libGLESv2.so.2.0.0 ln -s /opt/vc/lib/libGLESv2.so /usr/lib/arm-linux-gnueabihf/libGLESv2.so.2.0.0
@ -40,10 +41,13 @@ Create new SSH-Key for passwordless remote login
ssh-keygen -t rsa -C root@192.168.0.40 -P "" -f ~/.ssh/rpi_root_id_rsa ssh-keygen -t rsa -C root@192.168.0.40 -P "" -f ~/.ssh/rpi_root_id_rsa
cat ~/.ssh/rpi_root_id_rsa.pub | ssh root@192.168.0.40 'cat >> .ssh/authorized_keys && chmod 640 .ssh/authorized_keys' cat ~/.ssh/rpi_root_id_rsa.pub | ssh root@192.168.0.40 'cat >> .ssh/authorized_keys && chmod 640 .ssh/authorized_keys'
``` ```
run script to resolve requirements
create folders
``` ```
bash install_host.sh mkdir build
mkdir sysroot sysroot/usr sysroot/opt
``` ```
copy sysroot to host copy sysroot to host
``` ```
rsync -avz -e "ssh -p22 -i ~/.ssh/rpi_root_id_rsa" root@192.168.0.40:/lib sysroot rsync -avz -e "ssh -p22 -i ~/.ssh/rpi_root_id_rsa" root@192.168.0.40:/lib sysroot
@ -51,30 +55,20 @@ rsync -avz -e "ssh -p22 -i ~/.ssh/rpi_root_id_rsa" root@192.168.0.40:/usr/includ
rsync -avz -e "ssh -p22 -i ~/.ssh/rpi_root_id_rsa" root@192.168.0.40:/usr/lib sysroot/usr rsync -avz -e "ssh -p22 -i ~/.ssh/rpi_root_id_rsa" root@192.168.0.40:/usr/lib sysroot/usr
rsync -avz -e "ssh -p22 -i ~/.ssh/rpi_root_id_rsa" root@192.168.0.40:/opt/vc sysroot/opt rsync -avz -e "ssh -p22 -i ~/.ssh/rpi_root_id_rsa" root@192.168.0.40:/opt/vc sysroot/opt
``` ```
Fix symbolic links run script to resolve requirements and build Qt
```
python sysroot-relativelinks.py sysroot
``` ```
Build Qt bash install_host.sh
```
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
make -j12
make install
cd ..
``` ```
copy Qt to Raspberry Pi copy Qt to Raspberry Pi
``` ```
rsync -avz -e "ssh -p22 -i ~/.ssh/rpi_root_id_rsa" sysroot/usr/local/RaspberryQt root@192.168.0.40:/usr/local rsync -avz -e "ssh -p22 -i ~/.ssh/rpi_root_id_rsa" sysroot/usr/local/RaspberryQt root@192.168.0.40:/usr/local
``` ```
Fix fonts Fix fonts (on Raspberry)
``` ```
mkdir /usr/local/RaspberryQt/lib/fonts mkdir /usr/local/RaspberryQt/lib/fonts
cp /usr/share/fonts/truetype/dejavu/* /usr/local/RaspberryQt/lib/fonts cp /usr/share/fonts/truetype/dejavu/* /usr/local/RaspberryQt/lib/fonts
``` ```
## Demo ## Demo
open demo/untitled/untitled.pro with Qt Creator on host open demo/untitled/untitled.pro with Qt Creator on host

View File

@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>800</width> <width>1039</width>
<height>600</height> <height>614</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -17,8 +17,8 @@
<widget class="QLabel" name="label"> <widget class="QLabel" name="label">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>140</x> <x>230</x>
<y>250</y> <y>270</y>
<width>541</width> <width>541</width>
<height>121</height> <height>121</height>
</rect> </rect>
@ -29,14 +29,14 @@
</font> </font>
</property> </property>
<property name="text"> <property name="text">
<string>Hello World on a RasperryPi without Xserver!</string> <string>Hello World from a RasperryPi without Xserver! </string>
</property> </property>
</widget> </widget>
<widget class="QLCDNumber" name="lcdNumber"> <widget class="QLCDNumber" name="lcdNumber">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>80</x> <x>190</x>
<y>30</y> <y>70</y>
<width>301</width> <width>301</width>
<height>161</height> <height>161</height>
</rect> </rect>
@ -48,14 +48,14 @@
<widget class="QPushButton" name="pushButton"> <widget class="QPushButton" name="pushButton">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>440</x> <x>540</x>
<y>140</y> <y>170</y>
<width>141</width> <width>141</width>
<height>51</height> <height>51</height>
</rect> </rect>
</property> </property>
<property name="text"> <property name="text">
<string>Push ME!!</string> <string>Push me!</string>
</property> </property>
</widget> </widget>
</widget> </widget>
@ -64,7 +64,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>800</width> <width>1039</width>
<height>23</height> <height>23</height>
</rect> </rect>
</property> </property>

View File

@ -2,17 +2,32 @@
echo "installing host environment" echo "installing host environment"
mkdir build
mkdir sysroot sysroot/usr sysroot/opt
git clone https://github.com/raspberrypi/tools git clone https://github.com/raspberrypi/tools
wget https://download.qt.io/archive/qt/5.12/5.12.8/single/qt-everywhere-src-5.12.8.tar.xz wget https://download.qt.io/archive/qt/5.12/5.12.8/single/qt-everywhere-src-5.12.8.tar.xz
wget https://raw.githubusercontent.com/riscv/riscv-poky/master/scripts/sysroot-relativelinks.py wget https://raw.githubusercontent.com/riscv/riscv-poky/master/scripts/sysroot-relativelinks.py
tar xf qt-everywhere-src-5.12.8.tar.xz tar xf qt-everywhere-src-5.12.8.tar.xz
rm qt-everywhere-src-5.12.8.tar.xz rm qt-everywhere-src-5.12.8.tar.xz
cp -R qt-everywhere-src-5.12.8/qtbase/mkspecs/linux-arm-gnueabi-g++ qt-everywhere-src-5.10.1/qtbase/mkspecs/linux-arm-gnueabihf-g++
sed -i -e 's/arm-linux-gnueabi-/arm-linux-gnueabihf-/g' qt-everywhere-src-5.12.8/qtbase/mkspecs/linux-arm-gnueabi-g++/qmake.conf
mv qt-everywhere-src-5.12.8 qt_src mv qt-everywhere-src-5.12.8 qt_src
cp -R qt_src/qtbase/mkspecs/linux-arm-gnueabi-g++ qt_src/qtbase/mkspecs/linux-arm-gnueabihf-g++
sed -i -e 's/arm-linux-gnueabi-/arm-linux-gnueabihf-/g' qt_src/qtbase/mkspecs/linux-arm-gnueabihf-g++/qmake.conf
python sysroot-relativelinks.py sysroot
TOOLCHAIN_PATH=${PWD}
cd build
../qt_src/configure -device linux-rasp-pi2-g++ -device-option CROSS_COMPILE=${TOOLCHAIN_PATH}/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf- -sysroot ${TOOLCHAIN_PATH}/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=/home/hendrik/git/Qt_Raspberry_Toolchain/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf- -sysroot /home/hendrik/git/Qt_Raspberry_Toolchain/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 install
cd ..