Entradas

GCC COMAND

Imagen
  GCC ----------------------------------------------------------------------------------------------------------------------------------------- --------------------------------------------------- What is the meaning about GCC?: GCC is abbreviated as GNU Complier Collection. GCC can compile C, C++, Ada and many more programming languages which are understandable by the system. GCC  is a short of GNU Compiler Collection, a C compiler for Linux. --------------------------------------- Basic   GCC Syntax: gcc [options] [source_file] [object_files] [-o output_file] ---------------------------------------- ---------------------------------------- Option: To check the default version of gcc compiler in your system, you can use the command as –version in your Linux command prompt.   gcc –version Compiles source files to object files without linking to any other object files. Gcc –c Includes the directories of header files gcc –Idir link the code with the library files gcc –llib Build the outpu