Changes between Version 27 and Version 28 of toolchain/install
- Timestamp:
- Nov 9, 2023, 4:14:45 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
toolchain/install
v27 v28 17 17 {{{ 18 18 $ cd ~ 19 $ wget https:// uav.hds.utc.fr/src/old/toolchain/x86_64-meta-toolchain-flair-x86_64.sh19 $ wget https://devel.hds.utc.fr/flair/old/toolchain/x86_64-meta-toolchain-flair-x86_64.sh 20 20 $ chmod +x x86_64-meta-toolchain-flair-x86_64.sh 21 21 $ sudo -E ./x86_64-meta-toolchain-flair-x86_64.sh … … 27 27 {{{ 28 28 $ cd ~ 29 $ wget https:// uav.hds.utc.fr/src/old/toolchain/x86_64-meta-toolchain-flair-armv7a-neon.sh29 $ wget https://devel.hds.utc.fr/flair/old/toolchain/x86_64-meta-toolchain-flair-armv7a-neon.sh 30 30 $ chmod +x x86_64-meta-toolchain-flair-armv7a-neon.sh 31 31 $ sudo -E ./x86_64-meta-toolchain-flair-armv7a-neon.sh … … 37 37 {{{ 38 38 $ cd ~ 39 $ wget https:// uav.hds.utc.fr/src/old/toolchain/x86_64-meta-toolchain-flair-armv5e.sh39 $ wget https://devel.hds.utc.fr/flair/old/toolchain/x86_64-meta-toolchain-flair-armv5e.sh 40 40 $ chmod +x x86_64-meta-toolchain-flair-armv5e.sh 41 41 $ sudo -E ./x86_64-meta-toolchain-flair-armv5e.sh