C is the more classic and popular programming language that as ever existed. Developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories is the language used by Linus Torvals and the huge GNU community to create Linux itself and the most famous programs ever developed in the IT history.

The king of C compiler, the GNU GCC, is installed by default on the microSD so you can compile directly on the board your sources.

To try it save the following example on a microSD folder with the name hello.c.

#include "stdio.h"

int main(void) {
printf("Hello world !\n");
return 0;
}

Compile it typing:

debarm:~# gcc hello.c -o hello

Then lauch it typing:

debarm:~# ./hello
Hello world !

Documentation Terms of Use
The Acme Systems srl provides this Debian system development and user manual.
The origin of these doc came from the website: http://www.acmesystems.it
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Creative Commons License


Market Mail : market@armdevs.com
Support Mail: support@armdevs.com Sales Phone: +86-755-29638421


CoreWind Online Chat>
Work time: 09:00-18:00
Copyright @ 2014 to 2020 - CoreWind Tech.