libnewlib-arm-none-eabi software package provides C library and math library compiled for bare metal using Cortex A/R/M, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install libnewlib-arm-none-eabi
libnewlib-arm-none-eabi is installed in your system.
Make ensure the libnewlib-arm-none-eabi package were installed using the commands given below,
$ sudo dpkg-query -l | grep libnewlib-arm-none-eabi *
You will get with libnewlib-arm-none-eabi package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Libraries |
| Package | libnewlib-arm-none-eabi |
| Version | 2.1.0-3 |
| Description | C library and math library compiled for bare metal using Cortex A/R/M |
| Sub Section | libs |