Hello,
Adding to this conversation I have been making a arm-none-eabi
toolchain with Newlib included as the default C standard library like
in the official Arm toolchain but I'm not quite happy with the patches
yet.[1]
I haven't contributed it yet because it has been a bit hard adapting axoloti-*
Hello,
>Correctly handling the ABI concerns — which Guix currently does
>not do — would result in a combinatorial explosion of Clojure
>packages should multiple versions of Clojure ever be available in
>Guix at the same time.
I think this is partly true and also a problem of other languages in
Gu
is also needed for:
https://issues.guix.gnu.org/69476
--
Thanks,
Jean-Pierre De Jesus DIAZ
Foundation Devices, Inc.
n package.
This happens when the toolchain doesn't have the Newlib C library which
includes the nosys.specs file so probably if Newlib is present it's then that
GCC can't find the specs file.
[1]: https://issues.guix.gnu.org/66263
--
Jean-Pierre De Jesus DIAZ
Foundation Devices, Inc.
e and compiling tests for libcore only for
;; thumbv7em-none-eabihf, but I don't know if that's possible.
(delete 'check)
(native-inputs
(modify-inputs (package-native-inputs rust)
(append (cross-binutils "arm-none-eabi"))
(append (cross-gcc "arm-none-eabi"))
--8<---cut here---end--->8---
Cheers,
—
Jean-Pierre De Jesus DIAZ