Changes between Version 5 and Version 6 of toolchain/install


Ignore:
Timestamp:
06/22/16 11:26:38 (8 years ago)
Author:
Bayard Gildas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • toolchain/install

    v5 v6  
    22
    33La 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.
     4Les 2 chaînes de compilation ne supportent que les distributions 64 bits.
    45
    56Les chaines ont été construites avec le projet [https://sourcesup.renater.fr/projects/robomap3-rt/ robomap3].
     
    78== Chaine de compilation croisée ==
    89
    9  * sur une distribution [wiki:distribution_type 64 bits]
    1010{{{
    1111$ cd ~
     
    1515$ rm x86_64-meta-toolchain-flair-arm.sh
    1616}}}
    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.sh
    21 $ chmod +x x86-meta-toolchain-flair-arm.sh
    22 $ sudo ./x86-meta-toolchain-flair-arm.sh
    23 $ rm x86-meta-toolchain-flair-arm.sh
    24 }}}
    2517
    2618== Chaine de compilation ==
    2719
    28  * sur une distribution [wiki:distribution_type 64 bits]
    2920{{{
    3021$ cd ~
     
    3324$ sudo ./x86_64-meta-toolchain-flair-x86_64.sh
    3425$ 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.sh
    40 $ chmod +x x86-meta-toolchain-flair-x86.sh
    41 $ sudo ./x86-meta-toolchain-flair-x86.sh
    42 $ rm x86-meta-toolchain-flair-x86.sh
    4326}}}
    4427