README hello.world¶
The sample hello.world prints out "Hello World" on the CtrlX CORE.
Introduction¶
This sample demonstrates how you can build your first C/C++ snap.
The project hello.world provides a simple application example to print out "Hello World" in ctrlX CORE devices: ctrlX CORE or ctrlX COREvirtual.
Debug and Run¶
- Build the executable via cmake plugin.
- Launch the app with the debugger attached by pressing F5.
Troubleshooting¶
All automatically created files are located in folders build
and generated
.
If there are unclear messages during the build process, it might help to delete the folders build
and generated
and restart the build process.
Support¶
If you've any questions visit the ctrlX AUTOMATION Community
License¶
SPDX-FileCopyrightText: Bosch Rexroth AG SPDX-License-Identifier: MIT