Changes between Version 16 and Version 17 of toolchain/install
- Timestamp:
- Nov 30, 2018, 12:04:08 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
toolchain/install
v16 v17 5 5 6 6 Les chaines ont été construites avec le projet [https://github.com/2rm-robotics/robomap3-rt robomap3]. 7 8 == Toolchain for x86_64 mandatory == 9 10 You need at least this one, as it used for compiling FlairGCS and other tools. 11 12 {{{ 13 $ cd ~ 14 $ wget https://uav.hds.utc.fr/src/toolchain/x86_64-meta-toolchain-flair-x86_64.sh 15 $ chmod +x x86_64-meta-toolchain-flair-x86_64.sh 16 $ sudo ./x86_64-meta-toolchain-flair-x86_64.sh 17 $ rm x86_64-meta-toolchain-flair-x86_64.sh 18 }}} 7 19 8 20 == Cross toolchain for armv7a-neon (ardrone2, bebop, hds x8) == … … 24 36 $ sudo ./x86_64-meta-toolchain-flair-armv5e.sh 25 37 $ rm x86_64-meta-toolchain-flair-armv5e.sh 26 }}}27 28 == Toolchain for x86_64 ==29 30 {{{31 $ cd ~32 $ wget https://uav.hds.utc.fr/src/toolchain/x86_64-meta-toolchain-flair-x86_64.sh33 $ chmod +x x86_64-meta-toolchain-flair-x86_64.sh34 $ sudo ./x86_64-meta-toolchain-flair-x86_64.sh35 $ rm x86_64-meta-toolchain-flair-x86_64.sh36 38 }}} 37 39