Changes between Version 1 and Version 2 of Packages


Ignore:
Timestamp:
06/15/12 21:57:12 (12 years ago)
Author:
C Rempel
Comment:

/* Rtems addon package */

Legend:

Unmodified
Added
Removed
Modified
  • Packages

    v1 v2  
    11= RTEMS Add-On Packages =
    22
    3 = Rtems addon package =
    43
    54The RTEMS Addon Packages is an infrastucture complete with examples of how to add libraries to RTEMS to make more complex applications.
    6 = Adding Libraries to RTEMS =
    7 
     5= Getting the RTEMS Addon Package =
    86
    97To get the RTEMS addon packages:
    108   $ git clone git://git.rtems.org/rtems-addon-packages.git \
    11      rtems-addon-packages.git
     9     rtems-addon-packages
     10= Adding Libraries to RTEMS =
     11
     12=  Setting up the Environment  =
     13
     14First, set your RTEMS_MAKEFILE_PATH
     15   $ export RTEMS_MAKEFILE_PATH=/opt/rtems-4.11/i386-rtems4.11/pc386
     16
     17Another (recommended choice) would be to add
     18
     19   export RTEMS_MAKEFILE_PATH=/opt/rtems-4.11/i386-rtems4.11/pc386
     20
     21to your ~/.bashrc
     22
     23Second, to ensure i386-rtems4.11-gcc, will work, add your install point to your PATH.
     24   $ export PATH=$PATH:/opt/rtems-4.11
     25=  Using Makefile.avl  =
     26
     27Navigate to the RTEMS Addon Packages
     28   $ cd ~/rtems-addon-packages
     29
     30Navigate to the AVL library
     31
     32
    1233
    1334The RTEMS Addon Packages come with the following additions: