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: tools/cmake/README.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -37,14 +37,13 @@ Supported examples can be identified by the presence of a top level `CMakelists.
37
37
38
38
### Known issues
39
39
40
-
- ARMClang6: the assembler does not include definitions. It will be fixed in the upcoming release (>3.18.2). Reference: https://gitlab.kitware.com/cmake/cmake/-/issues/21148#note_823305
- Ninja: ARMClang6 response files require unix paths on Windows. Reference: https://gitlab.kitware.com/cmake/cmake/-/issues/21093. We disabled response files for Ninja on Windows until CMake is fixed.
42
41
43
42
## How to build an application
44
43
45
44
Prerequisities:
46
-
- CMake >=3.18.2
47
-
- mbed-tools >=3.2.0
45
+
- CMake >=3.19.0
46
+
- mbed-tools >=3.4.0
48
47
49
48
From the application root or wherever `mbed-os.lib` is found:
50
49
1. Run the following command to create the Mbed OS configuration CMake module:
0 commit comments