GCC 4.7 Released, Supports More Architectures

  • Thread starter Thread starter Biswajit.HD
  • Start date Start date
  • Replies Replies: Replies 1
  • Views Views: Views 1,144

Biswajit.HD

Member
Joined
5 Aug 2011
Messages
2,284
Reaction score
281
If you use Linux at all (and in many cases these days, even if you don't), you have heard of the open source Linux compiler called GNU Compiler Collection, or GCC for short. It's the most common compiler used, shipping with almost all distributions of Linux, and it's actually older than Linux itself.

A compiler transforms one computer language into another, generally making the code executable and machine-readable. Way back in 1984, programmer Richard Stallman wrote a C compiler called GNU C Compiler. GNU stands for "GNU's Not Unix, a common naming convention for hackers at the time.

Linus Torvalds announced that he was using GCC 1.40 in his new Linux operating system. The rest of that story is history.

Throughout the years, GCC has had many changes and additions. It's been used by operating systems like OpenBSD and all Linux derivatives, and you can use it on anything from Microsoft Windows to Symbian. Even Apple's XCode used GCC until recently. GCC is everywhere, and it is now the standard compiler for C, C++, and Fortran. It runs on anything from PowerPC processors to x86 to ARM.

GCC 4.7 includes a wide variety of updates and changes, including new features, subsets and standards. The addition of ARM support is huge for Linux on mobile systems, which is new with this release. Additional hardware support for new processors from Texas Instruments and National Semiconductor are also included.


Source : pcw
 
Back
Top Bottom