]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - rtems/rtems.cfg
Adds a library with pair of functions to put load on CPU.
[can-benchmark.git] / rtems / rtems.cfg
1 #!/bin/sh
2
3 ./configure --target=powerpc-rtems4.10 \
4                 --prefix=/opt/rtems-4.10 \
5                 --enable-rtems-inlines --disable-multiprocessing \
6                 --enable-cxx --enable-rdbg \
7                 --enable-maintainer-mode --disable-tests \
8                 --enable-networking --enable-posix --enable-itron \
9                 --disable-ada --disable-expada \
10                 --disable-multilib --disable-docs \
11                 --verbose \
12                 --enable-rtemsbsp="icecube"
13 \r
14         \r
15 #Note: If working on glab, use rtems4.10.2 instead of rtems4.10 -- there is already compiled build toolchain for that target.