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: pages/plugins/prerequisites.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -46,10 +46,10 @@ highly recommended to use **xpm** (the xPack Project Manager, which
46
46
is a **Node.js** portable CLI application) to install
47
47
various build tools (the _Hello World Arm/RISC-V QEMU xPack_ project
48
48
template mandates it)
49
-
-**make** - the CDT managed build uses make for all builds;
50
-
- macOS: the make utility is included with the **Command Line Tools**, which can be installed via Xcode or directly through terminal commands;
51
-
- GNU/Linux: the make utility is typically available as part of the development packages provided by the specific Linux distribution (e.g., via apt for Debian-based systems or yum for Red Hat-based systems);
52
-
- Windows: The make utility is not natively included and must be installed separately. It can be obtained by installing the **xPack Windows Build Tools**;
49
+
-**make** - the CDT managed build uses `make` for all builds;
50
+
- macOS: the `make` utility is included with the **Command Line Tools**, which can be installed via Xcode or directly through terminal commands;
51
+
- GNU/Linux: the ``make`` utility is typically available as part of the development packages provided by the specific Linux distribution (e.g., via apt for Debian-based systems or yum for Red Hat-based systems);
52
+
- Windows: The `make` utility is not natively included and must be installed separately. It can be obtained by installing the **xPack Windows Build Tools**;
53
53
-**Arm Embedded GCC toolchain** - to build Arm projects, an Arm toolchain like
54
54
the xPack GNU Arm Embedded GCC is required;
55
55
-**RISC-V Embedded GCC toolchain** - similarly, for RISC-V projects, a RISC-V toolchain
0 commit comments