User Tools

Site Tools


getting_started:write_app:use_on_cb20

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
getting_started:write_app:use_on_cb20 [2023/04/12 16:05] – [Use Existing Project] ursgrafgetting_started:write_app:use_on_cb20 [2024/11/07 12:26] (current) – [Say Hello with EEROS] ursgraf
Line 39: Line 39:
  
 add_executable(helloworld main.cpp) add_executable(helloworld main.cpp)
-target_link_libraries(helloworld PRIVATE eeros)+target_link_libraries(helloworld PRIVATE EEROS::eeros)
 </code>  </code> 
   - Create a build directory and change into it with <code>   - Create a build directory and change into it with <code>
Line 64: Line 64:
 $ cd simple-motor-control $ cd simple-motor-control
 </code> </code>
-  - Create a build directory and change into it with <code>+  - Create a build directorychange into it and checkout a stable version with <code>
 $ mkdir build-armhf $ mkdir build-armhf
 $ cd build-armhf  $ cd build-armhf 
 +$ git checkout v1.0.0
 </code> </code>
   - Source the script for the SDK which has been installed in [[getting_started:install:use_on_bbb#Install_SDK_on_the_Host|Install SDK on the Host]] with <code>   - Source the script for the SDK which has been installed in [[getting_started:install:use_on_bbb#Install_SDK_on_the_Host|Install SDK on the Host]] with <code>
-$ . ~/ost-devel/1.0/environment-setup-cortexa8hf-neon-poky-linux-gnueabi+$ . ~/ost-devel/tdx-xmayland/5.1.0/environment-setup-armv7at2hf-neon-tdx-linux-gnueabi
 </code> This step has to be done only once. However, you have to repeat it as soon as you open another shell.  - Build the project with <code> </code> This step has to be done only once. However, you have to repeat it as soon as you open another shell.  - Build the project with <code>
 $ cmake -DUSE_FLINK=TRUE .. $ cmake -DUSE_FLINK=TRUE ..
getting_started/write_app/use_on_cb20.1681308314.txt.gz · Last modified: 2023/04/12 16:05 by ursgraf