User's Guide

© USI. All rights reserved.
Download and install GCC
https://gcc.gnu.org/
In Ubuntu OS, you can type below command:
$ sudo apt-get install gcc
Download gcc-arm-none-eabi-6-2017-q2-update
https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads
Extract gcc-arm-none-eabi-6-2017-q2-update.tar.bz2 to /usr/local/
Path : /usr/local/gcc-arm-none-eabi-6-2017-q2-update/
Install GCC
21