Changes between Version 1 and Version 2 of setup
- Timestamp:
- Apr 20, 2016, 11:56:31 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
setup
v1 v2 10 10 }}} 11 11 12 Then add an e vironement variable to your .bashrc with the path of this directory:12 Then add an environment variable to your .bashrc with the path of this directory: 13 13 {{{ 14 14 $ nano ~/.bashrc … … 37 37 * codeblocks (all Fl-AIR documentation is based on it): 38 38 {{{ 39 sudo apt-get install codeblocks 39 sudo apt-get install codeblocks codeblocks-contrib 40 40 }}} 41 41 * or eclipse: … … 68 68 This can make trouble when a CMakelists.txt is modified for example. 69 69 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. 70 To 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 78 73 79 74 == Use rtprio == 80 75 81 In order to use the Frameworkwithout Xenoami, but with high priorities, you need to be root or to allow your user using the following file:76 In 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: 82 77 {{{ 83 78 $ sudo nano /etc/security/limits.conf … … 88 83 your_user hard rtprio 99 89 84 }}} 90 then logout and login.85 where ''your_user'' is your user login. Then logout and login.