README.md 386 Bytes
Newer Older
1 2 3 4 5 6 7
## Steps to getting the GAP SDK run on Linux

In general, follow this README: https://github.com/GreenWaves-Technologies/gap_sdk/blob/master/README.md

PLUS

### Fix the -Werror flag to make openocd compile
8

9 10 11 12 13 14
Comment this line in gap_sdk/tools/gap8-openocd

`GCC_WARNINGS="${GCC_WARNINGS} -Werror"`

### Fix libmpfr version error
`sudo ln -s /usr/lib/libmpfr.so.6 /usr/lib/libmpfr.so.4`