wiki:Packages/OMK/Template

Version 1 (modified by C Rempel, on 05/23/13 at 05:31:44) (diff)

Initial Notes

RTEMS OMK Template

The RTEMS OMK Template is a way to quickly port 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 Pavel Pisa for developing and promoting the RTEMS OMK template.