Name Last Update
.externalToolBuilders Loading commit data...
.settings Loading commit data...
app-debug Loading commit data...
app-generate-paraminfo Loading commit data...
app-release Loading commit data...
cmake/modules Loading commit data...
config Loading commit data...
script Loading commit data...
src Loading commit data...
test Loading commit data...
.cproject Loading commit data...
.gitignore Loading commit data...
.project Loading commit data...
CMakeLists.txt Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
sonar-project.properties Loading commit data...

README.md

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