Subversion Repositories shark

Rev

Rev 1259 | Blame | Compare with Previous | Last modification | View Log | RSS feed

FIRST Framework Evaluation architecture
---------------------------------------

makefile usage:

$ make OS=<osname> TEST=<demo> all

where:

<osname> is the name of the target operating system and it can be:

- MARTE for MaRTE OS
- SHARK for Shark

<demo> is the name of the test case that have to be compiled. The
specification of the test case is contained inside the loadfile
directory.

Valid extensions for the test case specification files are: .fsf
(other extensions can be added easily)

For example:

make OS=SHARK TEST=load all

will:
- prepare the out directory with the common files 
- add the shark initialization files
- parse loadfile/load.fsf to produce source code inside out
- compile the resulting shark application