Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.
nearly Each Linux Distribution is shipped with GNU Compiler Collection (gcc) and I thinkg it would be the best choice to use to compile your C program.
should compile simple c program. If you have more complicated application it should have a makefile. You will need to modify this makefile for your needs.
Goto Start->System Tools->Terminal & press enter
use command
gcc -c sachin.o(output file) sachin.c(input File)
or for an executable file
gcc -c -o sachin.exe sachin.c
There is a compiler. type "cc --help" or "cc (file name).c" and see what happens,
nearly in Each Linux there is GNU Compiler Collection (GCC) try to use Compile C programs that is best one.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.