Compilation HOWTO
To compile you must follow several steps:
- To select StandAlone configuration -> make menuconfig or make xconfig
- To remove previous compilation objects -> make clean;
- To compile -> make;
It is not need any special libraries or extern include files with StandAlone RTLinux. StandAlone RTLinux can be compiled with gcc version 2.95 or 3.3.4 , other versions has not been tested yet. You will also need ncurses-dev package in order to run make menuconfig configuration menu.
Ocera (Open Components for Embedded Real-Time Applications, is an European project, based on Open Source, which provides an integrated execution environment for embedded real-time applications. Ocera combines the use of two kernels, Linux and RTLinux-GPL to provide support for critical tasks and soft real-time applications.