getting_started:write_app:use_on_cb20
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
getting_started:write_app:use_on_cb20 [2023/04/12 16:05] – [Use Existing Project] ursgraf | getting_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 |
</ | </ | ||
- Create a build directory and change into it with < | - Create a build directory and change into it with < | ||
Line 64: | Line 64: | ||
$ cd simple-motor-control | $ cd simple-motor-control | ||
</ | </ | ||
- | - Create a build directory | + | - Create a build directory, change into it and checkout a stable version |
$ mkdir build-armhf | $ mkdir build-armhf | ||
$ cd build-armhf | $ cd build-armhf | ||
+ | $ git checkout v1.0.0 | ||
</ | </ | ||
- Source the script for the SDK which has been installed in [[getting_started: | - Source the script for the SDK which has been installed in [[getting_started: |
getting_started/write_app/use_on_cb20.1681308354.txt.gz · Last modified: 2023/04/12 16:05 by ursgraf