wiki:Packages/OMK/Template

Version 4 (modified by Pavel Pisa, on 01/09/19 at 19:13:57) (diff)

--

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 https://github.com/ppisa/rtems-devel.git

To use the RTEMS OMK Template:

cd rtems-devel/rtems-omk-template

  1. add the toolset to the PATH so the shell can find them export PATH=$PATH:/path/to/rtems/bin
  2. 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:

  1. http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/tree
  2. https://sourceforge.net/p/ortcan/lincan/ci/master/tree/

Special thanks to Pavel Pisa for developing and promoting the RTEMS OMK template.