Contents|Index|Previous|Next
newlib, libstd++, and libgloss, the GNU libraries 

GNUPro Toolkit has three libraries: newlib , libstd++, and libgloss.
 newlib libstd++ libgloss
libgloss, the library for GNU Low-level OS Support, contains the startup code, the I/O support for gcc and newlib (the C library), and the target board support packages to which you need to port the GNU tools for an embedded execution target.
The C library used throughout this documentation is newlib; however, libgloss could easily be made to support other C libraries. Because libgloss resides in its own tree, it’s able to run standalone, allowing it to support GDB’s remote debugging and to be included in other GNUtools. Several functions that are essential to gcc reside in libgloss. These include the following functions.


Top|Contents|Index|Previous|Next