Showing 73 open source projects for "gnu compiler codeblocks"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    MIDletPascal
    MIDletPascal is specifically suited for development of J2ME midlets. It's compiler translates Pascal source code directly into Java microedition bytecode.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    The ucsd-psystem-xc project provides a Pascal cross compiler for producing UCSD p-System code files on Posix hosts, such as linux. It also provides some other related tools, such as a disassembler.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    zDevStudio - Z80 Development Studio
    zDevStudio is an open source cross-platform IDE based on Pasmo compiler designed to help coders and retrocoders to develop software for Zilog Z80 8 bit CPU.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 4
    LiteASM

    LiteASM

    Light Weight & Customizable Assembly Compiler & Virtual Machine

    LiteASM is a light weight and reconfigurable Assembly language compiler and Virtual Machine. It is specially design for embedded systems to use as a portable script interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    JCompiler

    JCompiler

    Mini Python Compiler written in Java

    Open source mini Python compiler written in Java using Sablecc as parser generator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    rundotso

    ARM linux run shared library rundotso dlopen dlsym Inline Assembler

    windows has rundll, rundotso is for linux load shared library(.so) and run the functions. rundotso.c you can load shared lib and run the function. It likes the rundll.exe in windows os. compiled and tested under the android ndk. you can use any arm compiler to try. adb push rundotso /data adb shell /data/rundotso /system/libc.so system "ls /data" adb shell /data/rundotso /system/libc.so printf "%d %c %s %d %c %s" 16 G HelloRundotsoTest 16 d end Have fun! Made by Biyong SUN Songjiang...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    FlashPascal
    compiler for a Pascal like language that build Flash animation (SWF) FlashPascal2 is a more advanced free compiler availabe at http://flashpascal.execute.re/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Proteus Cross Compiler system allows the generation and compilation of Java Code from llvm-gcc compatible languages (C/C++/fortran). The generated code will execute at up to 50% of native code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Free Pascal Compiler for Delphi
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud SQL for MySQL, PostgreSQL, and SQL Server Icon
    Cloud SQL for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Fully managed, cost-effective relational database service for PostgreSQL, MySQL, and SQL Server. Try Enterprise Plus edition for a 99.99% availability SLA and category-leading performance.
    Try it for free
  • 10
    PicoForth - compiler for PIC12 / PIC16
    THE SOURCES HAS BEEN MOVED TO GITHUB https://github.com/josefpavlik/picoforth PicoForth is Forth compiler for PIC12 and PIC16 families. It is written in gForth and requires gpUtils. Produces hex file ready to be programmed into the device.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A Common Lisp to Ardunio C++ cross compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Digital Signal Processing Block Diagram Compiler - user extendable to all DSP's, but presently supports only the TI C2000 family. Rich support for fixed point arithmetic, both saturated and unsaturated. Block diagram entry is via TinyCAD (included).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Open-source tools, such as the ccompiler4pic32 compiler, related to Microchip Technology's PIC microcontrollers and dsPIC digital signal controllers. http://www.microchip.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    platform independant tool suite for c. including c compiler for pcode target.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A gcc compatible compiler for IA32 based machines
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A sub-C cross compiler for EduMIPS64 simulator. EduXcomp is a java project built using the antlr tool, and a grammar written by Monty Zukowski hardly modified by Elena Carobene, Massimo Trubia, and Alessio Tognazzolo.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Here are the libs, compiler, binary and sources for 68k amigaos GPL/BSD Software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This project provides a tool-chain for compiling C code for the SPEAR2 processor. It comprises a C compiler (GCC), an assembler/linker, a macro assembler, a basic library and a simulator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Ruby On Flash is a compiler written in Java that compiles Ruby source code directly into Flash applications(.swf files), and aims to provide a programmer-friendly approach to casual Flash game development.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    A compiler and cross-compiler for (Currently) Cobol (with Fortran being added later). It is intended to be the first self-hosted open-source Cobol Compiler, e.g. the compiler itself will be written using Cobol.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Javum, the Java Virtual Unix Machine, is an ambitious project which aims to provide a full virtualized Unix environment including C compiler (GCC), Unix-like API, shell, and command line tools, inside of a JVM. Details @ http://javum.wiki.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    FORTH-like language compiler for AVR ATMega
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    A Cell/PS3 (PPU/SPU) gcc cross compiler and toolchain for the cygwin environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    port of optimizing oberon-2 compiler (http://ooc.sf.net) to nmos 6502 platforms using cc65(http://cc65.org) as a portable assembler. nmos6502-oo2c provides mini-library as well. upd. moved to github https://github.com/norayr
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    MeshC, in the spirit of and as an improvement on nesc, is a programming language intended for development of distributed embedded systems comprised of small-footprint, low-power devices. The project provides the language spec and a meshC compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.