hello world from wandboard

3
2012 Author: Praveen Kumar Hello World From Wandboard

Upload: praveen-rpk

Post on 14-Apr-2015

1.678 views

Category:

Documents


2 download

DESCRIPTION

Compiling and Executing c program on wandboard

TRANSCRIPT

Page 1: Hello World From Wandboard

2012

Author: Praveen Kumar

Hello World From Wandboard

Page 2: Hello World From Wandboard

# 9/3, 2nd floor, Sree Laksmi Complex, opp, to Vivekananda Park, Girinagar, Bangalore - 560085,

Email: [email protected], Phone: 080 - 26722726

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 3: Hello World From Wandboard

# 9/3, 2nd floor, Sree Laksmi Complex, opp, to Vivekananda Park, Girinagar, Bangalore - 560085,

Email: [email protected], Phone: 080 - 26722726

Step 3: Compile the program with the native compiler (gcc) with the file name

Step 4: Execute the program using the command ./a.out