Blame view

README.md 889 Bytes
d6142016   Benjamin Renard   Update README file
1
2
3
4
5
6
7
# AMDA Kernel module #

## Compilation ##

**The first compilation** must be done with the script `script/deploy.sh` and with these required arguments:

- `-b`: build type (Debug or Release)
96e26914   Benjamin Renard   Some fix in kerne...
8
- `-c` : COTS install directory (typically '/opt')
d6142016   Benjamin Renard   Update README file
9
10
11
12
13
- `-d` : DDServer host name (will be write in DD.res file)
- `-p` : DDServer port (will be write in DD.res file)

For exemple:

a2c3d790   Benjamin Renard   Fix README
14
	script/deploy.sh -b "Debug" -c "/opt" -d "amdadev.fr" -p "5000"
d6142016   Benjamin Renard   Update README file
15

96e26914   Benjamin Renard   Some fix in kerne...
16
17
18
During this first compilation, the correponding environment file will be write in 'script/amda-kernel-env'.

Once this first step done, next compilation can be done with scripts `script/deploy-debug.sh` and `script/deploy-release.sh` (no arguments required, the generated environment file will be used).
d6142016   Benjamin Renard   Update README file
19
20
21
22
23

For example, to compile the application in release mode, you have just to run this command line:

	script/deploy-release.sh