1
0
Fork 0

README: Add some notes about toolchains

There are many problem reports caused by people picking up
somewhat old compilers (gcc-6.3.1 seems especially common)
from their distro.
pull/5/head
Daniel Thompson 2020-02-07 08:12:17 +00:00
parent 8487479a1b
commit bfebf4c250
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@ make softdevice
make -j `nproc` BOARD=pinetime all
~~~
Note: *You will need a toolchain for the Arm Cortex-M4. wasp-os is developed and tested using the [GNU-RM toolchain](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm) (9-2019-q4) from Arm.*
Note #2: *There are known problems with toolchains older than gcc-7.3 due to problems with link-time-optimization (which is enabled by default)*
Installing
----------