You are on page 1of 3

2012

Hello World From Wandboard

Author: Praveen Kumar

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

# 9/3, 2nd floor, Sree Laksmi Complex, opp, to Vivekananda Park, Girinagar, Bangalore - 560085, Email: info@tenettech.com, 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

# 9/3, 2nd floor, Sree Laksmi Complex, opp, to Vivekananda Park, Girinagar, Bangalore - 560085, Email: info@tenettech.com, Phone: 080 - 26722726

You might also like