RealView Libraries and Floating Point Support Guide
On-Line Manuals
There are three ways to use the libraries with an application:
Build a semihosted application that can be debugged in a semihosted environment such as with RVISS, ISSM, RealView ICE or RealMonitor. See Building an application for a semihosted environment.
Build a non hosted application that, for example, can be embedded into ROM. See Building an application for a non semihosting environment.
Build an application that does not use main() and does not initialize the library. This application has restricted library functionality, unless you re‑implement some functions. See Building an application without the C library.
main()