Changes between Version 16 and Version 17 of toolchain/install


Ignore:
Timestamp:
11/30/18 12:04:08 (5 years ago)
Author:
Sanahuja Guillaume
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • toolchain/install

    v16 v17  
    55
    66Les chaines ont été construites avec le projet [https://github.com/2rm-robotics/robomap3-rt robomap3].
     7
     8== Toolchain for x86_64 mandatory ==
     9
     10You 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}}}
    719
    820== Cross toolchain for armv7a-neon (ardrone2, bebop, hds x8)  ==
     
    2436$ sudo ./x86_64-meta-toolchain-flair-armv5e.sh
    2537$ 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.sh
    33 $ chmod +x x86_64-meta-toolchain-flair-x86_64.sh
    34 $ sudo ./x86_64-meta-toolchain-flair-x86_64.sh
    35 $ rm x86_64-meta-toolchain-flair-x86_64.sh
    3638}}}
    3739