Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ cd <directory of installed AdamAppSDK>
$ cd src/adamapp/additional_info_sample_app
$ make
Info

The following error may occur during make.
make: execvp: <AdamAppSDK installation directory>/tool/adamapp_configurator: Permission denied

In that case, please set the permissions of adamapp_configurator as shown below and make again.
cd <AdamAppSDK installation directory>/tool
sudo chmod +x adamapp_configurator

Operation check of the sample application

...