notice

Path: <Hello World App Dir>/build/<preset>

Installation

  1. Install the runtime components to a dedicated folder (from inside the build-directory):
  2. cmake --install . --component HWSRC_Runtime --prefix install/gcc11_linux_x86_64

  3. The command creates a folder install/gcc11_linux_x86_64 and places all runtime dependencies in it, including those from the Vector Embedded Software stack. The folder has the same layout as on the target device.
  4. Change to the install directory
  5. cd install/gcc11_linux_x86_64

Run the application

sudo ./sbin/ves_em_daemon -a ./opt -m ./etc/machine_exec_config.json -l ./etc/logging_config.json

In the terminal / CLI log you can find the message that is defined in the application.cpp.

 

Next step in the tutorial: Learn about the app