# AMDA Kernel module ### Compilation ##**The first compilation** must be done withthescript `script/deploy.sh` andwith these required arguments:- `-b`: build type (Debug or Release)- `-g` : gcc install directory- `-o` : AMDA COTS install directory- `-d` : DDServer host name (will be writein DD.res file)- `-p` : DDServer port (will be writein DD.res file)For exemple:script/deploy.sh -b "Debug" -g "/opt/tools" -o "/opt/local" -d "amdadev.fr" -p "5000"During this first compilation, scripts `script/deploy-debug.sh` and `script/deploy-release.sh` will be generated and they can be used later to compile theapplicationwiththe same arguments.For example, to compile theapplicationin release mode, you have just torun this command line:script/deploy-release.sh