Changes between Version 5 and Version 6 of toolchain/install
- Timestamp:
- Jun 22, 2016, 11:26:38 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
toolchain/install
v5 v6 2 2 3 3 La chaîne de compilation croisée permet de compiler sur votre ordinateur des programmes pour la cible. La chaîne de compilation permet de compiler sur votre ordinateur des programmes pour votre ordinateur. 4 Les 2 chaînes de compilation ne supportent que les distributions 64 bits. 4 5 5 6 Les chaines ont été construites avec le projet [https://sourcesup.renater.fr/projects/robomap3-rt/ robomap3]. … … 7 8 == Chaine de compilation croisée == 8 9 9 * sur une distribution [wiki:distribution_type 64 bits]10 10 {{{ 11 11 $ cd ~ … … 15 15 $ rm x86_64-meta-toolchain-flair-arm.sh 16 16 }}} 17 * sur une distribution [wiki:distribution_type 32 bits]18 {{{19 $ cd ~20 $ wget https://uav.hds.utc.fr/src/toolchain/x86-meta-toolchain-flair-arm.sh21 $ chmod +x x86-meta-toolchain-flair-arm.sh22 $ sudo ./x86-meta-toolchain-flair-arm.sh23 $ rm x86-meta-toolchain-flair-arm.sh24 }}}25 17 26 18 == Chaine de compilation == 27 19 28 * sur une distribution [wiki:distribution_type 64 bits]29 20 {{{ 30 21 $ cd ~ … … 33 24 $ sudo ./x86_64-meta-toolchain-flair-x86_64.sh 34 25 $ rm x86_64-meta-toolchain-flair-x86_64.sh 35 }}}36 * sur une distribution [wiki:distribution_type 32 bits]37 {{{38 $ cd ~39 $ wget https://uav.hds.utc.fr/src/toolchain/x86-meta-toolchain-flair-x86.sh40 $ chmod +x x86-meta-toolchain-flair-x86.sh41 $ sudo ./x86-meta-toolchain-flair-x86.sh42 $ rm x86-meta-toolchain-flair-x86.sh43 26 }}} 44 27