Install the ARM cross compiler toolchain on your Linux Ubuntu PC
This procedure has been tested on Linux Ubuntu 15.04. Install the Cross Compilers, utilities, etc. Install the GCC, G++ cross compilers and support programs by typing: $ sudo apt-get install libc6-armel-cross libc6-dev-armel-cross $ sudo apt-get install b...