README.md
815 Bytes
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)-g
: gcc install directory-o
: AMDA COTS install directory-d
: DDServer host name (will be write in DD.res file)-p
: DDServer port (will be write in 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 the application with the same arguments.
For example, to compile the application in release mode, you have just to run this command line:
script/deploy-release.sh