Skip to content

Commit fdfdf5b

Browse files
authored
Merge pull request #4 from rmspacefish/develop
readme imrpoved again
2 parents 9133a5d + 59b37c4 commit fdfdf5b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,19 @@ set(RTEMS_CONFIG_DIR
2222
)
2323
```
2424

25+
It is also recommended to add the following lines before the `project()` call in
26+
the application `CMakeLists.txt`:
27+
28+
```sh
29+
set(CMAKE_SYSTEM_NAME Generic)
30+
set(CMAKE_C_COMPILER_WORKS 1)
31+
set(CMAKE_CXX_COMPILER_WORKS 1)
32+
set(CMAKE_CROSSCOMPILING 1)
33+
```
34+
35+
This will disable the compiler checks for the standard C/C++ compiler.
36+
37+
2538
If this repository was cloned inside the application root, the path can be
2639
set to `${CMAKE_CURRENT_SOURCE_DIRECTORY}`.
2740

0 commit comments

Comments
 (0)