Identify your target libraries. Sourcery G++ Lite supports libraries optimized for different targets. Libraries are selected automatically by the linker, depending on the processor and other options you have specified. Refer to Section 3.2, “Library Configurations” for details.
Install runtime libraries on your target machine. In order to run programs built with the Sourcery G++ runtime libraries on target hardware, you must install these libraries, the Sourcery G++ dynamic linker, and other runtime support files -- collectively referred to as the sysroot -- on your GNU/Linux target system. Typically, this involves either using third-party tools to build a complete root filesystem including the Sourcery G++ sysroot, or using special commands when linking or running your program so it can find the sysroot installed in another location on the target. Refer to Section 3.6, “Using Sourcery G++ Lite on GNU/Linux Targets” for full discussion of these options.