User Tools

Site Tools


getting_started:write_app:use_on_microzed

Differences

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

Link to this comparison view

Next revision
Previous revision
getting_started:write_app:use_on_microzed [2024/06/18 11:52] – created ursgrafgetting_started:write_app:use_on_microzed [2024/11/07 12:26] (current) – [Say Hello with EEROS] ursgraf
Line 1: Line 1:
 ====== Writing EEROS Applications for the Microzed Board ====== ====== Writing EEROS Applications for the Microzed Board ======
-Back to [[getting_started:install:use_with_cb20|]].+Back to [[getting_started:install:use_with_microzed|]].
  
 You will use C++ to develop your EEROS applications. For this you need at least some knowledge of the basic language features. A good starting point might be [[https://www.cplusplus.com/doc/tutorial/]]. Minimal help can also be found under [[tools:cplusplus|]]. You will use C++ to develop your EEROS applications. For this you need at least some knowledge of the basic language features. A good starting point might be [[https://www.cplusplus.com/doc/tutorial/]]. Minimal help can also be found under [[tools:cplusplus|]].
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 56: Line 56:
 </code> In order to be able to write your own EEROS programs, you could use any text editor. However, we recommend to use an integrated development environment, see [[getting_started:kdevelop|]]. </code> In order to be able to write your own EEROS programs, you could use any text editor. However, we recommend to use an integrated development environment, see [[getting_started:kdevelop|]].
  
-Continue with [[getting_started:deploy:deploy_cb20|]].+Continue with [[getting_started:deploy:deploy_microzed|]].
  
 ===== Use Existing Project ===== ===== Use Existing Project =====
Line 76: Line 76:
 </code> </code>
  
-Continue with [[getting_started:deploy:deploy_cb20|]].+Continue with [[getting_started:deploy:deploy_microzed|]].
  
  
getting_started/write_app/use_on_microzed.1718704370.txt.gz · Last modified: 2024/06/18 11:52 by ursgraf