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.
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: