mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-17 21:47:42 +00:00
Updated Compile on Arch based distro (markdown)
parent
9c7d75ecd4
commit
76072ac475
@ -51,12 +51,15 @@ There should be no more errors anymore.
|
|||||||
|
|
||||||
# Notes
|
# Notes
|
||||||
1. You cannot directly install `gcc-arm-none-eabi` from AUR using yay or others tool, otherwise the version would be not match.
|
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
|
2. (ARM already fixed this but in case of it happend again we'll leave it here.)
|
||||||
`'https::/usr/bin/curl -qgb "" -fLC - --retry 3 --retry-delay 3 -k -o %o %u'`
|
~~After installing `gcc-arm-none-eabi` you may change the `makepkg.conf` back:~~
|
||||||
to
|
>~~`sudo vim /etc/makepkg.conf`~~
|
||||||
`'https::/usr/bin/curl -qgb "" -fLC - --retry 3 --retry-delay 3 -o %o %u'`
|
~~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'`~~
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user