Edit, compile and run Helloworld.c in just 90 seconds

This short introduction will show you how to compile and run a typicall Hello World ! example in C language on the FOX Board G20. No SDK is required to compile your applications because the complete toolchain (compiler, linker, utilities and libraries) are already installed on the FOX Board G20 microSD card.

Compile using Windows

Software requirements

  • WinSCP This is a free SCP client usefull to browse remotely the FOX Board file systems and move files from your PC to the FOX Board and viceversa or edit any source code inside the FOX Board memory. Download WinSCP from this link: http://winscp.net/eng/download.php.

Create, compile and run the helloworld.c example

This is the simple helloworld C code to compile:

#include <stdio.h>
 
int hello (void) {
  printf("Hello World !\n ");
  return 0;
}

This video tutorial will show you how to edit, compile and run a C code in just 90 seconds:

Contacts
powered by gentoo