Compiling hello.c, Compiling hello.c -7 – Moxa Technologies UC-7110 User Manual

Page 23

Advertising
background image

UC-7110 Series User’s Manual

Getting Started

2-7

Compiling Hello.c

The Tool Chain path is:

PATH=/usr/local/arm-elf/bin:$PATH

The UC-7110 CD includes several example programs. We use Hello.c to illustrate how to compile
and run applications.

Issue the following commands from your PC to compile Hello.c:

# cd /tmp/

# mkdir example

# cp –r /mnt/cdrom/example/* /tmp/example

Go to the Hello subdirectory, and then issue the command

#make
to compile Hello.c. Finally, execute the program to generate hello and hello.gdb.

Advertising