getting_started:write_app:use_on_bbb
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_bbb [2024/06/13 13:55] – [Use Existing Project] ursgraf | getting_started:write_app:use_on_bbb [2026/05/13 15:08] (current) – [Use Existing Project] ursgraf | ||
|---|---|---|---|
| Line 40: | Line 40: | ||
| 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 47: | Line 47: | ||
| </ | </ | ||
| - 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: | ||
| - | $ . ~/ | + | $ . /opt/ |
| </ | </ | ||
| - Build the project with < | - Build the project with < | ||
| Line 64: | Line 64: | ||
| $ git clone https:// | $ git clone https:// | ||
| $ cd simple-motor-control | $ cd simple-motor-control | ||
| - | $ git checkout v1.0.0 | + | $ git checkout v1.0.1 |
| </ | </ | ||
| - Create a build directory and change into it with < | - Create a build directory and change into it with < | ||
| Line 71: | Line 71: | ||
| </ | </ | ||
| - 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: | ||
| - | $ . ~/ | + | $ . /opt/ |
| - | </ | + | </ |
| + | - Build the project with < | ||
| $ cmake -DUSE_BBBLUE=TRUE .. | $ cmake -DUSE_BBBLUE=TRUE .. | ||
| $ make | $ make | ||
getting_started/write_app/use_on_bbb.1718279700.txt.gz · Last modified: by ursgraf
