From 76072ac4753e784e20f2cfd34610ff3c955b70eb Mon Sep 17 00:00:00 2001 From: zxkmm Date: Sat, 6 May 2023 17:44:08 +0800 Subject: [PATCH] Updated Compile on Arch based distro (markdown) --- Compile-on-Arch-based-distro.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/Compile-on-Arch-based-distro.md b/Compile-on-Arch-based-distro.md index ba9afb3..9fa6c03 100644 --- a/Compile-on-Arch-based-distro.md +++ b/Compile-on-Arch-based-distro.md @@ -50,13 +50,16 @@ make firmware There should be no more errors anymore. # Notes -1. You cannot directly install `gcc-arm-none-eabi` from AUR using yay or others tool, otherwise the version would be not match. -2. After installing `gcc-arm-none-eabi` you may change the `makepkg.conf` back: ->`sudo vim /etc/makepkg.conf` -Edit the line -`'https::/usr/bin/curl -qgb "" -fLC - --retry 3 --retry-delay 3 -k -o %o %u'` -to -`'https::/usr/bin/curl -qgb "" -fLC - --retry 3 --retry-delay 3 -o %o %u'` +1. You cannot directly install `gcc-arm-none-eabi` from AUR using yay or others tool, otherwise the version would be not match. + + +2. (ARM already fixed this but in case of it happend again we'll leave it here.) + ~~After installing `gcc-arm-none-eabi` you may change the `makepkg.conf` back:~~ +>~~`sudo vim /etc/makepkg.conf`~~ +~~Edit the line~~ +~~`'https::/usr/bin/curl -qgb "" -fLC - --retry 3 --retry-delay 3 -k -o %o %u'`~~ +~~to~~ +~~`'https::/usr/bin/curl -qgb "" -fLC - --retry 3 --retry-delay 3 -o %o %u'`~~