User Tools

Site Tools


getting_started:say_hello

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
getting_started:say_hello [2021/03/25 08:31] – [Preparation] ursgrafgetting_started:say_hello [2021/03/25 08:33] – [Create a New Project] ursgraf
Line 3: Line 3:
  
  
-===== Create a New Project ===== +
-  - Start KDevelop +
-  - Create a new C++ project: +
-     - Project -> New from Template... +
-     - Choose Standard/Terminal as project type and type a project name (e.g. test-project). {{ :getting_started:test-app-create-project.png?600 |}} +
-     - Create the project by clicking Finish +
-     - Create the build configuration. It is recommended to put the target architecture in the name of the build folder. Put the location where EEROS is installed in the "Installation Prefix" field. Important: make sure that this is the location where you have installed EEROS (see [[getting_started:compile_eeros|]]). If EEROS is installed globally leave this field blank (not recommended). {{ :getting_started:test-app-builddir.png?600 |}} If your development architecture is different from your target architecture and you don't use a SDK, you have to specify a toolchain file as described in [[getting_started:host_and_target|]]. You can enter this file in the field "Extra Arguments" with //DCMAKE_TOOLCHAIN_FILE=path/to/toolchain-file.cmake//.+
 ===== Test Program ===== ===== Test Program =====