Move the gcc-multilib install to POSIX board doc.
This commit is contained in:
parent
c2e0c4fd6c
commit
766eedebe5
2 changed files with 13 additions and 1 deletions
|
@ -8,6 +8,19 @@ be helpful to build and run the firmware on your local
|
||||||
workstation, with generated virtual press/release events
|
workstation, with generated virtual press/release events
|
||||||
flowing into the handler functions.
|
flowing into the handler functions.
|
||||||
|
|
||||||
|
## Prerequisites
|
||||||
|
|
||||||
|
In order to build targetting the `native_posix` board, you need to setup your system
|
||||||
|
with a compiler that can target 32-bit POSIX.
|
||||||
|
|
||||||
|
On Debian, you can do this with:
|
||||||
|
|
||||||
|
```
|
||||||
|
apt install -y gcc-multilib
|
||||||
|
```
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
||||||
To do this, you can build ZMK targetting the
|
To do this, you can build ZMK targetting the
|
||||||
`native_posix` board.
|
`native_posix` board.
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,6 @@ sudo apt install -y \
|
||||||
dfu-util \
|
dfu-util \
|
||||||
g++ \
|
g++ \
|
||||||
gcc \
|
gcc \
|
||||||
gcc-multilib \
|
|
||||||
libtool \
|
libtool \
|
||||||
make \
|
make \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
|
|
Loading…
Reference in a new issue