Running Applications on the Target System

You may need to install the Sourcery G++ runtime libraries and dynamic linker on the target system before you can run your application. Refer to Chapter 3, Sourcery G++ Lite for ARM GNU/Linux for specific instructions.

To run your program on a GNU/Linux target system, use the command:

> ./hello

You should see:

Hello world!