= RTEMS OMK Template = The [http://rtime.felk.cvut.cz/gitweb/rtems-devel.git/tree/HEAD:/rtems-omk-template RTEMS OMK Template] is a way to quickly port [http://rtime.felk.cvut.cz/omk/omk-manual.html OMK]-build-system based applications and libraries to RTEMS To get the RTEMS OMK Template: git clone git://rtime.felk.cvut.cz/rtems-devel.git To use the RTEMS OMK Template: cd rtems-devel/rtems-omk-template # add the toolset to the PATH so the shell can find them export PATH=$PATH:/path/to/rtems/bin # tell the shell where to find Makefile.inc export RTEMS_MAKEFILE_PATH=/path/to/rtems/i386-rtems4.11/pc386 make Candidates for the RTEMS OMK Template might be: # http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/tree # git://ortcan.git.sourceforge.net/gitroot/ortcan/lincan Special thanks to [http://cmp.felk.cvut.cz/~pisa/ Pavel Pisa] for developing and promoting the RTEMS OMK template.