You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# RTEMS CMake Build Support
2
2
3
-
This repostiory contains the first version of a possible RTEMS CMake build aupport. The intention is to provide most CMake configuration to perform cross-compiling of RTEMS applications and provide a decent starting point for developers which would like to use RTEMS. The support has been written as generic as possible.
3
+
This repository contains the first version of a possible RTEMS CMake build aupport. The intention is to provide most CMake configuration to perform cross-compiling of RTEMS applications and provide a decent starting point for developers which would like to build their RTEMS application with CMake. The support has been written as generic as possible.
4
4
5
5
This is still a prototype. Simple applications have been tested, but it has not been attempted to link an additional library for an application yet.
6
6
@@ -36,7 +36,7 @@ This will disable the compiler checks for the standard C/C++ compiler.
36
36
37
37
38
38
If this repository was cloned inside the application root, the path can be
39
-
set to `${CMAKE_CURRENT_SOURCE_DIRECTORY}`.
39
+
set to `${CMAKE_CURRENT_SOURCE_DIRECTORY}/rtems-cmake`.
40
40
41
41
After that, include the general configuration file with the following line:
This function will call the the `rtems_generic_config` function internally to set up the cross-compiler, using the provided RTEMS prefix and the BSP name,
0 commit comments