diff --git a/platform/zoul/README.md b/platform/zoul/README.md index ef5fcad52..1943ca159 100644 --- a/platform/zoul/README.md +++ b/platform/zoul/README.md @@ -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" (). 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" (). + +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]