GNU Compiler Collection

Introduction

The GNU Compiler Collection (usually shortened to GCC) is a compiler system, produced by the GNU Project supporting various programming languages. GCC has been adopted as the standard compiler by most modern Unix-like computer operating systems with GNU/Linux. GCC has been ported to a wide variety of processor architectures, and is widely deployed as a tool in commercial, proprietary and closed source software development environments.

Vendor :GNU Compiler Collection.

Architecture :x86_64

Newly Installed GCC: 10.3.0 new

Please set the below paths to use GCC 10.3.0

For C-Shell users:

set path=(/apps/compilers/gcc/10.3.0/bin $path)
setenv LD_LIBRARY_PATH=/apps/compilers/gcc/10.3.0/lib64
 For Bash shell users:
export PATH=/apps/compilers/gcc/10.3.0/bin:$PATH
export LD_LIBRARY_PATH=/apps/compilers/gcc/10.3.0/lib64

Release : 10.3.0

Language :

The standard compiler includes front end for programming languages C, C++, Java and Fortran. The compilation commands for each of languages are as follows:

1. C – (gcc)
2. C++ – (g++)
3. Java – (gcj) and
4. Fortran (gfortran)

Documentation

1. GCC C/C++ Compiler

2. GCC Fortran

3.GCC Java

Report Problems to:

If you encounter any problem in using this software please report to SERC helpdesk at the email address helpdesk.serc@auto.iisc.ac.in or contact System Administrators in #103 (SERC)