answersLogoWhite

0

You can get these compilers from the official website. The link can be found in the source links near the bottom of this page

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Difference between gcc compiler and other or benefits of gcc over c compiler?

gcc is a c compiler among many other things. It can also be used to compile code in other languages. gcc is a fairly advanced compiler and is used to compile Linux along with most other free(as in free speech) software.


What is the difference between GCC compiler and turbo c compiler?

1. The Gcc compiler cna support multiple languages such as c,c++,Java,Fortran,Pascal etc.... Whereas in turbo c cpmpiler,it doesn't support multiple languages. 2. GCC compiler is a free software,... Whereas in turbo c cpmpiler , it is not a free software. 3. The GCC compiler is is a portable compiler,it runs on most plateform avilable today... Whereas in turbo c cpmpiler, it is not a portable compiler.


What command do you use to find the version of the GCC compiler?

gcc --version


Is there a free service that compiles C programs for Linux?

Linux generally comes installed with the free gcc compiler. MacOSX does too. But when you compile a program with gcc, it runs on the platform under which it was compiled. Therefore, programmers on OSX that need to deliver a Linux binary need to use gcc's cross-compiler mode to produce Linux binaries.


C compiler for 64bit computer?

Platform-dependent (Windows, Linux, AIX, MacOs etx), but gcc seems to be a safe bet.


Does the declaration in C char far ptr work on a gcc compiler?

The far keyword is not accepted by gcc compiler and hence it will show the error. 'far' allows you to access a physical memory address directly which is not allowed in modern operating systems like windows or gnu/linux. I think far works on DJGPP - a dos compiler.


How compiler do compilation?

Use a compiler program, such as bcc, gcc, javac, etc.


How do you install gcc compiler in Ubuntu?

Run (from a terminal): sudo apt-get install gcc build-essential


How do you install GCC in Windows XP?

Cygwin is a Unix like environment that runs on top of windows, in particular it allows us to use the GNU Compiler Collection (GCC) to compile our programs. To install GCC on Windows XP, visit the link in Related Links section. The link shows a good and step by step tutorial. (The MinGW environment is an alternative way to run gcc on Windows. Unlike Cygwin, it does not provide a POSIX environment.)


If during compilation in CC compiler changes the name of the function ie func to 2314ufdifunc what to do so that the compiler will use the same name given by the user?

set the environment variables CC=gcc export CC then it takes the compiler as gcc


Is NotePad Plus Plus a compiler?

Notepad++ is a text editor, not a compiler. You can however, enter source code into Notepad++ and then compile it with a compiler such as GCC.


What GCC License stands for?

GCC License stands for the GNU Compiler Collection License, which is a set of licenses governing the use and distribution of the GCC software, a compiler system produced by the Free Software Foundation. The GCC is typically distributed under the GNU General Public License (GPL) or the GNU Lesser General Public License (LGPL), allowing users to modify, distribute, and use the software freely, provided they adhere to the terms of these licenses.