Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 2 and Version 3 of Packages/OMK/Template


Ignore:
Timestamp:
12/11/14 02:49:48 (9 years ago)
Author:
Chris Johns
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Packages/OMK/Template

    v2 v3  
    99To use the RTEMS OMK Template:
    1010 cd rtems-devel/rtems-omk-template
    11  # add the toolset to the PATH so the shell can find them
     11 1. add the toolset to the PATH so the shell can find them
    1212 export PATH=$PATH:/path/to/rtems/bin
    13  # tell the shell where to find Makefile.inc
     13 1. tell the shell where to find Makefile.inc
    1414 export RTEMS_MAKEFILE_PATH=/path/to/rtems/i386-rtems4.11/pc386
    1515 make
    1616
    1717Candidates for the RTEMS OMK Template might be:
    18 # http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/tree
    19 # git://ortcan.git.sourceforge.net/gitroot/ortcan/lincan
     181. http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/tree
     191. git://ortcan.git.sourceforge.net/gitroot/ortcan/lincan
    2020
    2121Special thanks to [http://cmp.felk.cvut.cz/~pisa/ Pavel Pisa] for developing and promoting the RTEMS OMK template.