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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Before you begin, you will need to download and install the IAR product, CMake a
24
24
25
25
## Building a Basic CMake Project
26
26
>[!NOTE]
27
-
>While this guide is based on the IAR Build Tools for Arm (CXARM) 9.70.1 on Linux, it should work with other supported IAR products with no or minimal changes.
27
+
>While this guide is based on the IAR Build Tools for Arm (CXARM) 9.70.2 on Linux, it should work with other supported IAR products with no or minimal changes.
28
28
29
29
The most basic CMake project is an executable built from a single source code file. For simple projects like this, a `CMakeLists.txt` file with about half dozen of commands is all that is required.
30
30
@@ -88,14 +88,15 @@ We are ready to build our first project! Run CMake to configure the project and
0 commit comments