qmk-dactyl-manuform-a/util/install
Stefan Kerkmann 5c2052fd47
[Core] RISC-V toolchain and picolibc fixes (#15109)
* [Core] Fix RISC-V toolchain installation

The risc-v toolchain is only available on distributions based on Debian 11+
so we check for their availability before installing them.

* [Core] Fix heap symbols and syscalls for picolibc

picolibc internally uses __heap_start and __heap_end instead of the
defacto chibios linker script standard __heap_base__ and __heap_end__
therefore we introduce these symbols as an alias. Usually all memory
used within QMK is statically allocated, but some algorithms make usage
of malloc and friends.

Also the timeval struct is not defined by picolibc for syscalls, therefore it
is declared as stub.
2021-11-20 20:04:16 +00:00
..
arch.sh [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508) 2021-10-18 16:23:20 +11:00
debian.sh [Core] RISC-V toolchain and picolibc fixes (#15109) 2021-11-20 20:04:16 +00:00
fedora.sh /bin/bash to /usr/bin/env bash (#13422) 2021-07-06 07:56:13 -07:00
freebsd.sh /bin/bash to /usr/bin/env bash (#13422) 2021-07-06 07:56:13 -07:00
gentoo.sh /bin/bash to /usr/bin/env bash (#13422) 2021-07-06 07:56:13 -07:00
linux_shared.sh /bin/bash to /usr/bin/env bash (#13422) 2021-07-06 07:56:13 -07:00
macos.sh Add fix for brew upgrade (#12921) 2021-08-22 14:42:34 -07:00
msys2.sh /bin/bash to /usr/bin/env bash (#13422) 2021-07-06 07:56:13 -07:00
slackware.sh /bin/bash to /usr/bin/env bash (#13422) 2021-07-06 07:56:13 -07:00
solus.sh /bin/bash to /usr/bin/env bash (#13422) 2021-07-06 07:56:13 -07:00
void.sh /bin/bash to /usr/bin/env bash (#13422) 2021-07-06 07:56:13 -07:00