Subversion Repositories shark

Rev

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

Rev Author Line No. Line
1259 pj 1
FIRST Framework Evaluation architecture
2
---------------------------------------
3
 
4
makefile usage:
5
 
6
$ make OS=<osname> TEST=<demo> all
7
 
8
where:
9
 
10
<osname> is the name of the target operating system and it can be:
11
 
12
- MARTE for MaRTE OS
13
- SHARK for Shark
14
 
15
<demo> is the name of the test case that have to be compiled. The
16
specification of the test case is contained inside the loadfile
17
directory.
18
 
1260 pj 19
Valid extensions for the test case specification files are: .fsf
20
(other extensions can be added easily)
1259 pj 21
 
1260 pj 22
For example:
23
 
24
make OS=SHARK TEST=load all
25
 
26
will:
27
- prepare the out directory with the common files
28
- add the shark initialization files
29
- parse loadfile/load.fsf to produce source code inside out
30
- compile the resulting shark application