diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-12-28 12:06:42 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-12-28 12:06:42 +0100 |
commit | 17857f69f675141a814c80975545afb7c13dc675 (patch) | |
tree | 4591ee3df54485f6eff37420bbb43bd7c0702fdc | |
parent | a68a6b6a088cac53231e3910947d88e9167a3962 (diff) | |
download | stm32f103c8-examples-17857f69f675141a814c80975545afb7c13dc675.tar stm32f103c8-examples-17857f69f675141a814c80975545afb7c13dc675.tar.zst stm32f103c8-examples-17857f69f675141a814c80975545afb7c13dc675.zip |
Add missing Packages to README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -37,6 +37,14 @@ To compile the software you have to use a suitable compiler. I recommend the GNU To modify the software in this repository or write your own code you can use any text editor. Please only use a complete IDE (Integrated Development Environment) if you know **why**. +### Additional Tools + +To ensure that the compilation will work you have to install these packages on Arch Linux: + +```sudo pacman -S arm-none-eabi-newlib arm-none-eabi-binutils``` + +On another distribution you will have to look for the corresponding packages. + ## Usage |