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: cmake/README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,14 @@ These targets should work:
15
15
16
16
### Supported toolchains
17
17
18
-
ARMClang6 and Gcc Arm toolchains are supported.
18
+
Arm Compiler 6 and GNU Arm Embedded toolchains are supported.
19
19
20
20
### Examples
21
21
22
22
Supported examples can be identified by the presence of a top level `CMakelists.txt` input source file.
23
23
24
24
### Known issues
25
25
26
-
- ARMClang6: the assembler does not include definitions. It will be fixed in the upcoming release (>3.18.2)
27
-
- Ninja: ARMClang6 response files require unix paths on Windows, see https://gitlab.kitware.com/cmake/cmake/-/issues/21093
26
+
- 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
0 commit comments