SubC ported to Freebsd/armv6 (Raspi)

"Nils M Holm" <nmh@t3x.org>
Sun, 16 Feb 2014 12:51:02 +0100

          From comp.compilers

Related articles
SubC ported to Freebsd/armv6 (Raspi) nmh@t3x.org (Nils M Holm) (2014-02-16)
Re: SubC ported to Freebsd/armv6 (Raspi) kaz@kylheku.com (Kaz Kylheku) (2014-02-17)
Re: SubC ported to Freebsd/armv6 (Raspi) alexfrunews@gmail.com (2014-03-06)
Re: SubC ported to Freebsd/armv6 (Raspi) nmh@t3x.org (Nils M Holm) (2014-03-07)
| List of all articles for this month |

From: "Nils M Holm" <nmh@t3x.org>
Newsgroups: comp.compilers
Date: Sun, 16 Feb 2014 12:51:02 +0100
Organization: Compilers Central
Keywords: tools, C, available
Posted-Date: 16 Feb 2014 13:59:35 EST

SubC is a fast and simple compiler for a clean subset of the
C programming language. Its code is in the public domain. It
can compile itself and passes gcc -Wall -pedantic.


SubC generates small, statically linked executables (Hello World
using printf() is less than 10 KB in size on a 386-based machine).


I have recently retargeted the compiler to the armv6 processor
and added runtime support for FreeBSD/arm, so if you are looking
for a small and fast C subset compiler for the Raspi, feel free
to give it a try! :-)


If you intend to port the crt0 module to Linux, feel free to
ask for assistance!


--
Nils M Holm < n m h @ t 3 x . o r g > www.t3x.org


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.