Changes between Version 1 and Version 2 of setup


Ignore:
Timestamp:
04/20/16 11:56:31 (8 years ago)
Author:
Sanahuja Guillaume
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • setup

    v1 v2  
    1010}}}
    1111
    12 Then add an evironement variable to your .bashrc with the path of this directory:
     12Then add an environment variable to your .bashrc with the path of this directory:
    1313{{{
    1414$ nano ~/.bashrc
     
    3737 * codeblocks (all Fl-AIR documentation is based on it):
    3838{{{
    39 sudo apt-get install codeblocks
     39sudo apt-get install codeblocks codeblocks-contrib
    4040}}}
    4141 * or eclipse:
     
    6868This can make trouble when a CMakelists.txt is modified for example.
    6969
    70 Pour cela, aller dans le menu ''settings/environement settings'' de Codeblocks. Choisir ''environment variables'' dans les icônes à gauche. Cliquer sur ''Add'' et remplir de la façon suivante:
    71 * key: IGEP_ROOT
    72 * value: chemin vers votre dossier igep créé précédemment
    73 
    74 * key: OECORE_NATIVE_SYSROOT
    75 * value: /opt/poky/1.5/sysroots/x86_64-pokysdk-linux (à adapter à votre installation de la toolchain)
    76 
    77 Enfin cliquer deux fois sur valider.
     70To solve this, go to ''settings/environment'' menu. Choose ''environment variables'' section on the left. Clic on ''Add'' and fill the form:
     71* key: FLAIR_ROOT
     72* value: path to the FLAIR_ROOT directory
    7873
    7974== Use rtprio ==
    8075
    81 In order to use the Framework without Xenoami, but with high priorities, you need to be root or to allow your user using the following file:
     76In order to use FL-AIR without Xenoami, but with high priorities, you need to be root or to allow your user using the following file:
    8277{{{
    8378$ sudo nano /etc/security/limits.conf
     
    8883your_user               hard    rtprio          99
    8984}}}
    90 then logout and login.
     85where ''your_user'' is your user login. Then logout and login.