1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

boards/native: document required packages

This commit is contained in:
Benjamin Valentin 2020-10-23 14:16:54 +02:00
parent 10592f2bb1
commit 25b626ec6b

View File

@ -21,6 +21,15 @@
- QDEC: Emulated according to PWM
- SPI: Runtime configurable - `/dev/spidev*` are supported (Linux host only)
# Required packages
The `native` version of RIOT will produce a 32 bit binary.
On Debian/Ubuntu you can install the required libraries with
```
sudo apt install gcc-multilib
```
# Building native with debug flags
@deprecated `make all-debug` is deprecated; `make all` now builds with debugs
flags by default. The target will be removed after the 2020.10