mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
docker archlinux notes
This commit is contained in:
parent
aafc8ac71b
commit
3cfd796cc9
1 changed files with 28 additions and 0 deletions
28
docker/archlinux/README.md
Normal file
28
docker/archlinux/README.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Notes to install latest gcc and arm-none-eabi-gcc
|
||||
|
||||
```
|
||||
cat << EOF |sudo tee -a /etc/pacman.conf
|
||||
|
||||
[testing]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[community-testing]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[staging]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
EOF
|
||||
|
||||
sudo pacman -Sy
|
||||
|
||||
# serch available versions
|
||||
pacman -Ss '^arm-none-eabi-gcc$'
|
||||
pacman -Ss '^gcc$'
|
||||
|
||||
# depending on where the latest bleeding edge is:
|
||||
sudo pacman -S community-testing/arm-none-eabi-gcc
|
||||
sudo pacman -S arm-none-eabi-gcc
|
||||
sudo pacman -S staging/gcc
|
||||
sudo pacman -S testing/gcc
|
||||
sudo pacman -S gcc
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue