Updated ARM toolchain information
This commit is contained in:
parent
6bda852052
commit
a98792a79f
|
@ -77,7 +77,11 @@ Install a Toolchain
|
|||
-------------------
|
||||
The toolchain used to build contiki is arm-gcc, also used by other arm-based Contiki ports. If you are using Instant Contiki, you may have a version pre-installed in your system.
|
||||
|
||||
The platform is currently being used/tested with "GNU Tools for ARM Embedded Processors" (<https://launchpad.net/gcc-arm-embedded>). The current recommended version and the one being used by Contiki's regression tests on Travis is shown below.
|
||||
The platform is currently being used/tested with "GNU Tools for ARM Embedded Processors" (<https://launchpad.net/gcc-arm-embedded>).
|
||||
|
||||
Always check which version [Travis currently uses for the ARM regression testing](https://github.com/contiki-os/contiki/blob/master/.travis.yml#L54)
|
||||
|
||||
To find out which version your system has:
|
||||
|
||||
$ arm-none-eabi-gcc --version
|
||||
arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors) 5.2.1 20151202 (release) [ARM/embedded-5-branch revision 231848]
|
||||
|
|
Loading…
Reference in a new issue