From 2637d7af20cf793069e377f6d119a2ee048aefb1 Mon Sep 17 00:00:00 2001 From: zxkmm Date: Wed, 31 May 2023 20:48:10 +0800 Subject: [PATCH] Updated Compile on Arch based distro (markdown) --- Compile-on-Arch-based-distro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compile-on-Arch-based-distro.md b/Compile-on-Arch-based-distro.md index b4a9e1f..990b37a 100644 --- a/Compile-on-Arch-based-distro.md +++ b/Compile-on-Arch-based-distro.md @@ -50,7 +50,7 @@ cd build cmake .. make firmware ``` -If you want, use `-j` argument to increase the compile speed, for example `make -j firimware` to auto decide the number of threads to compile, or manually set the thread numbers, for example `make -j4 firmware` +If you want, use `-j` argument to increase the compile speed, for example `make -j firmware` to auto decide the number of threads to compile, or manually set the thread numbers, for example `make -j4 firmware` # Notes 1. You cannot directly install `gcc-arm-none-eabi` from AUR using yay or others tool, otherwise the version would be not match.