Freeware Downloads for "Silicon Labs Gcc Compiler"
- TDM-GCC MinGW Compiler
- License: Freeware

The most recent stable releases from the GCC compiler project, for 32-bit and 64-bit Windows, cleverly disguised with a real installer & updater.
GCC toolchain for Windows, 32-bit or 64-bit compilation, All-in-one Windows installer, Hands-free online updates
TDM-GCC MinGW Compiler License - GNU General Public License version 3.0 (GPLv3); GNU Library or Lesser General Public License version 3.0 (LGPLv3); Public Domain.
- Platform: WinOther
- Publisher: Tdm-gcc
- Date:
- Size: 26256 KB
- C3A for GCC
- License: Freeware

A three-address code (C3A) compiler, implemented as a new front end to the GCC compiler..
- Platform: Linux
- Publisher: c3a.sourceforge.net
- Date: 03-11-2012
- Size: 57 KB
- Cobol for GCC
- License: Freeware

A Cobol compiler, implemented as a new front end to the GCC compiler..
- Platform: Linux, Unix
- Publisher: CobolForGCC.sourceforge.net
- Date: 02-09-2012
- Size: 945 KB
- GCC-MELT
- License: Freeware

GCC-MELT is a high-level domain specific language to extend the GCC compiler. It provides several features (pattern-matching, first-class dynamically typed values, functional/applicative/object-oriented/reflective programming styles, Lisp-y syntax).
- Platform: Linux
- Publisher: gcc-melt.org
- Date: 05-06-2012
- Size: 4397 KB
- Online-GCC compiler
- License: Freeware

Online-GCC is an online integrated development environment (IDE) based on PHP technology. Any software developer would be able to design embedder projects for microcontrollers with or without of greater or smaller complexity, using only a Web navigator.
Online-GCC compiler License - GNU General Public License (GPL).
- Platform: WinOther
- Publisher: Online-gcccomp
- Date:
- AVR Plugin for Eclipse
- License: Freeware

AVR-Eclipse is a plugin for the Eclipse IDE which adds toolchain support, through CDT, for the gcc compiler for the Atmel AVR series of microcontrollers, and adds a toolbar button to allow quick upload of produced code to a target device..
- Platform: Linux, Mac, Windows
- Publisher: avr-eclipse.sourceforge.net
- Date: 15-08-2012
- Size: 2050 KB
- KontrollerLab
- License: Freeware

The KontrollerLab is an IDE for developing software for Atmel(r) AVR(c) microcontrollers using the avr-gcc compiler, the uisp and the avrdude upload software..
- Platform: Linux, Unix
- Publisher: cadmaniac.org
- Date: 23-06-2012
- Size: 487 KB
- PCRE_CXX
- License: Freeware

The pcre_cxx C++ class provides an easy and efficient way to use the PCRE regexp library in a C++ application. It uses the upcoming c++0x rvalue reference feature. So, if you use GCC compiler >= 4.3.3 version, use the "-std=c++0x" compiler option..
- Platform: WinOther
- Publisher: pcre-cxx.sourceforge.net
- Date: 11-10-2012
- Size: 4 KB
- sc2vhdl
- License: Freeware

s2vhdl extracts structural information from SystemC HDL programs. The output is in VHDL code and graphical diagrams. GCC compiler is used as a C++ frontend..
- Platform: Linux
- Publisher: sc2vhdl.sourceforge.net
- Date: 10-05-2012
- Size: 1147 KB
- rexmex
- License: Freeware

This package allows to create mex and engine programs with the free gcc compiler (RSX-port) on a PC. Please see Readme for details..
- Platform: Matlab, Scripts
- Publisher: Juergen Bausa
- Date: 26-01-2013
- Size: 10 KB
- Quebra Engine
- License: Freeware

The Quebra Engine is a simplistic, cross platform 2D/3D game engine being created using C under the GCC compiler. It makes use of the GLFW library for platform abstraction and is expandable through the usage of text based scripts.
Quebra Engine License - GNU General Public License (GPL).
- Platform: WinOther
- Publisher: Quebraengine
- Date:
- ncc compiler
- License: Freeware

ncc is a compiler that produces program analysis information. ncc is a decent replacement of cflow and cscope able to analyse any program using the gcc compiler. The program also includes a graphical call-graph navigator and source browser which is extremely practical for hacking and comprehending large projects..
- Platform: C and C plus plus, Scripts
- Publisher: Stelios Xanthakis
- Date: 04-04-2013
- Size: 102 KB
- OSX Command Module Compiler
- License: Freeware

OSXCMC is a suite of Apple Macintosh OSX open source development tools for the iRobot Create Robot Command Module. It includes the GCC compiler and Smultron text editor. Please visit the Quick Start Guide - osxcmc.wiki.sourceforge.net.
OSX Command Module Compiler License - Apache License V2.0; GNU General Public License (GPL).
- Platform: WinOther
- Publisher: Osxcmc
- Date:
- Cygwin
- License: Freeware

Cygwin is a set of powerful tools to assist developers in migrating applications from UNIX/Linux to the Microsoft Windows; platform. Cygwin delivers the open source standard Red Hat GNU gcc compiler and gdb debugger on Windows. In addition, it provides for a standard UNIX/Linux development environment on Windows including APIs and command shells. The Cygwin.dll library, included with Cygwin, delivers the interesting subset of UNIX SVR4, BSD, and POSIX APIs to enable quick ports of UNIX/Linux applications to the Windows platform.
- Platform: Windows
- Publisher: Cygwin
- Date: 06-08-2009
- Size: 405 KB
- Path Expression Template Library
- License: Freeware

PET is a C++ library that implements generic regular path expressions. It provides a set of classes and overloaded operators that allow the programmer to define regular path expressions over user-defined data structures using solely the GCC compiler.
- Platform: WinOther
- Publisher: petlib.sourceforge.net
- Date: 23-11-2012
- Size: 308 KB
- THRSim11
- License: Freeware

The Motorola 68HC11 microcontroller was a popular microcontroller used in many applications. With the THRSim11 program you can edit, assemble, simulate and debug programs for the 68HC11 on your windows PC. You can also use THRSim11 to debug the program on your target EVM or EVB compatable board. The simulator simulates the CPU, ROM, RAM, and all memory mapped I/O ports. It also simulates the on board peripherals such as: timer (including pulse accumulator), analog to digital converter, parallel ports (including handshake), serial port, I/O pins (including analog and interrupt pins).
- Platform: Windows
- Publisher: Harry Broeders
- Date: 26-04-2013
- Size: 13187 KB
- cjsonpp
- License: Freeware

Type-safe thin C++ wrapper over cJSON library (header-only).
Version 0.3.
When compiled with recent gcc compiler with c++11 support the following features are enabled:
* initializer list for array object construction
* default template parameters for constructor, get<> and asArray<> functions
* std::shared_ptr
If C++11 support is not compiled the std::tr1::shared_ptr implementation is used.
Can be also replaced with boost::shared_ptr if needed.
For usage examples please see the header file.
- Platform: WinOther
- Publisher: Cjsonpp
- Date:
- WinAVR
- License: Freeware

WinAVR (tm) is a suite of executable, open source software development tools for the Atmel AVR series of RISC microprocessors hosted on the Windows platform. Includes the GNU GCC compiler for C and C++.
WinAVR License - OSI-Approved Open Source.
- Platform: WinOther
- Publisher: Winavr
- Date:
- VisualGProf
- License: Freeware

This tool takes the "gmon.out" profile information file generated by the GCC compiler as input and presents this information in a user friendly format.
VisualGProf License - GNU General Public License (GPL).
- Platform: WinOther
- Publisher: Visualgprof
- Date:
- AVR-Eclipse
- License: Freeware

AVR-Eclipse was specially designed as a plugin for the Eclipse Integrated Development Environment which adds toolchain support.
This is done through CDT, for the GCC compiler for the Atmel AVR series of microcontrollers, and adds a toolbar button to allow quick upload of produced code to a target device.
.
- Platform: WinOther
- Publisher: Thomas Holland
- Date:
Silicon Labs Gcc Compiler: Freeware | All


