Cours:Rpi3 : Différence entre versions
(Page créée avec « mdp root geii ») |
|||
| Ligne 1 : | Ligne 1 : | ||
mdp root geii | mdp root geii | ||
| + | |||
| + | cross compilation | ||
| + | |||
| + | *extract cd image | ||
| + | *git clone https://github.com/raspberrypi/tools | ||
| + | *export CC=`pwd`/gcc-linaro-5.3.1-2016.05-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- | ||
| + | *https://wiki.qt.io/RaspberryPi_Beginners_Guide | ||
| + | |||
| + | *qt | ||
| + | **git clone git://code.qt.io/qt/qt5.git | ||
| + | **cd qt5 | ||
| + | **./init-repository | ||
| + | **git checkout 5.3.2 | ||
| + | **git submodule update | ||
Version du 5 novembre 2016 à 00:50
mdp root geii
cross compilation
- extract cd image
- git clone https://github.com/raspberrypi/tools
- export CC=`pwd`/gcc-linaro-5.3.1-2016.05-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-
- https://wiki.qt.io/RaspberryPi_Beginners_Guide
- qt
- git clone git://code.qt.io/qt/qt5.git
- cd qt5
- ./init-repository
- git checkout 5.3.2
- git submodule update