In this manual will see how to install and configure all the tools needed to build NuttX for ARM under Linux. The toolchain is the one comming with the Ubuntu itself (at least with the new versions of Ubuntu). The version of LInux I’m using is Ubuntu 14.04.
1. Install the Ubuntu 14.04 and update all the packages.
2. Install the ARM toolchain
sudo apt-get install gcc-arm-none-eabi
3. Install kconfig-frontends package
This package is used by the NuttX to configure …
Recent Comments