Hi there,
I'm trying to use my RasPi to put together a keymap for a keyboard using QMK firmware, and I need to install arm-none-eabi-gcc, arm-none-eabi-binutils, and arm-none-eabi-newlib to get the QMK tools working. These packages aren't showing up when I run pacman -Ss arm-none-eabi, so any help you could give me about how to install them would be much appreciated.
If there's a repo somewhere with the packages already setup for ArchLinuxARM, definitely let me know.
Otherwise, I found this forum post about building/installing the packages manually (viewtopic.php?f=15&t=11751). The second post seems particularly useful, but I'm still newb-ish to Arch and not sure how to do what it's outlining. In particular, where should I go to get the source code I'd need to compile? Would I just use the Source Files link from the ArchLinux page (https://www.archlinux.org/packages/comm ... -eabi-gcc/) that's linked in the other post, or should I be going somewhere else?
Also, what tools would I need to use to do the compiling? The Source Files link looks to only have a PKGBUILD, so should I use makepkg as outlined here (https://wiki.archlinux.org/index.php/Makepkg), or use something else with the PKGBUILD, or is the PKGBUILD a false start?
Thanks in advance for any pointers you can share. Best!