This commit is contained in:
Robin Müller 2022-05-22 16:27:28 +02:00
parent b9c1bbd48e
commit 6d20054f26
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 4 additions and 3 deletions

View File

@ -156,9 +156,10 @@ if you want to use it in CMake.
### Cross-Compiler
The instuctions here specify how to install and use a specific version of the xPacks cross-compiler
but you can use any other ARM cross-compiler which can generate bare-metal code, usually denoted by
the `arm-none-eabi` cross-compiler triplet.
The instuctions here specify how to install and use a specific version of the
[xPacks cross-compiler](https://xpack.github.io/arm-none-eabi-gcc/) but you can use any other
ARM cross-compiler which can generate bare-metal code, usually denoted by the `arm-none-eabi`
cross-compiler triplet.
If you don't want to install nodejs you may go with the
[four-command manual installation](https://xpack.github.io/arm-none-eabi-gcc/install/#manual-install).