mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
all: use compiler-rt for builtins
This commit is contained in:
@@ -27,6 +27,8 @@ final binary and flashing it needs some extra tools.
|
||||
* binutils (``arm-none-eabi-objcopy``) for producing .hex files for
|
||||
flashing.
|
||||
* GCC (``arm-none-eabi-gcc``) for linking object files.
|
||||
* Clang 7 (``clang-7``) for building the `compiler runtime library
|
||||
<https://compiler-rt.llvm.org/>`_.
|
||||
* The flashing tool for the particular chip, like ``openocd`` or
|
||||
``nrfjprog``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user