1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-24 19:21:24 +02:00

gnu: qmk: Use GCC 8 for the AVR toolchain.

* gnu/packages/firmware.scm (qmk) [inputs]: Specify 'gcc-8' as the #:xgcc
argument to the 'make-avr-toolchain' procedure.
This commit is contained in:
Maxim Cournoyer
2023-09-13 16:14:40 -04:00
parent 431d64bae2
commit 261a1f902a

View File

@@ -1257,7 +1257,9 @@ AR100.")
;; The inputs are not propagated since qmk is to be used strictly as a
;; command.
(inputs
(list (make-avr-toolchain)
;; The 'qmk setup' command advises to use GCC at version 8, and there are
;; compilation errors in some firmware otherwise.
(list (make-avr-toolchain #:xgcc gcc-8)
avrdude
dfu-programmer
git-minimal ;for the clone action