Install and Run the Application
|
Path: |
Installation
-
Install the runtime components to a dedicated folder (from inside the build-directory):
cmake --install . --component HWSRC_Runtime --prefix install/gcc11_linux_x86_64The command creates a folder
install/gcc11_linux_x86_64and 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. -
Change to the
installdirectorycd install/gcc11_linux_x86_64