hello world from wandboard @ tenet technetronics

2
Hello world from wandboard Writing a hello world program, building it and run it is always the first step for a programmer. In this simple tutorial I will show you how to compile and run c programming on a Wandboard. Step 1: Open the nano editor window with the file name hello_world.c Step 2: Type the simple hello world program in the nano editor

Upload: praveen-rpk

Post on 14-Apr-2015

33 views

Category:

Documents


3 download

DESCRIPTION

Compiling and running a simple c program on wandboard.

TRANSCRIPT

Page 1: Hello World From Wandboard @ Tenet Technetronics

Hello world from wandboard

Writing a hello world program, building it and run it is always the first step for a programmer. In this

simple tutorial I will show you how to compile and run c programming on a Wandboard.

Step 1:

Open the nano editor window with the file name hello_world.c

Step 2:

Type the simple hello world program in the nano editor

Page 2: Hello World From Wandboard @ Tenet Technetronics

Step 3:

Compile the program with the native compiler (gcc) with the file name

Step 4:

Execute the program using the command ./a.out