CONTROL SYSTEMS
Issue B
2192-10962-000-000
page 10
Building and Running Applications
Included on the CD is an example application (/Linux Examples/test/), which you can build on
your host system and then install onto the ELAN-104NC.
Building the Test Application
1. Copy the content of the directory /examples/test/ from the CD to a suitable directory on the
host system.
2. Change to the directory containing the source
cd
directory containing source
3. Build the application by typing
make
4. Test the application by typing
./hello
5. You will see the following text printed on the screen-
Hello world!