Skip to content

Commit

Permalink
Merge pull request #4 from rmspacefish/develop
Browse files Browse the repository at this point in the history
readme imrpoved again
  • Loading branch information
robamu authored Dec 12, 2020
2 parents 9133a5d + 59b37c4 commit fdfdf5b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@ set(RTEMS_CONFIG_DIR
)
```

It is also recommended to add the following lines before the `project()` call in
the application `CMakeLists.txt`:

```sh
set(CMAKE_SYSTEM_NAME Generic)
set(CMAKE_C_COMPILER_WORKS 1)
set(CMAKE_CXX_COMPILER_WORKS 1)
set(CMAKE_CROSSCOMPILING 1)
```

This will disable the compiler checks for the standard C/C++ compiler.


If this repository was cloned inside the application root, the path can be
set to `${CMAKE_CURRENT_SOURCE_DIRECTORY}`.

Expand Down

0 comments on commit fdfdf5b

Please sign in to comment.