Home > Archive > Compilers > March 2007 > Is there any open source, embeddable and in-memory C compiler?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Is there any open source, embeddable and in-memory C compiler?
|
|
| Limin Fu 2007-02-25, 7:09 pm |
| Hi,
I am looking for an open source, embeddable C compiler that supports
compiling and running C codes in memory. I know TCC is one such
compiler, but I'd like to know if there is any other C compiler that
has similar properties.
Thanks in advance.
Limin
| |
|
| On Feb 25, 12:49 pm, "Limin Fu" <phooli...@gmail.com> wrote:
> I am looking for an open source, embeddable C compiler that supports
> compiling and running C codes in memory. I know TCC is one such
> compiler, but I'd like to know if there is any other C compiler that
> has similar properties.
Maybe you want an interpreter? Are you looking for a scripting
language? Check out Cint: http://root.cern.ch/root/Cint.html
| |
| Chris McDonald 2007-03-01, 7:17 pm |
| "Eric" <englere_geo@yahoo.com> writes:
>On Feb 25, 12:49 pm, "Limin Fu" <phooli...@gmail.com> wrote:
[color=darkred]
>Maybe you want an interpreter? Are you looking for a scripting
>language? Check out Cint: http://root.cern.ch/root/Cint.html
This may also be a possibility:
http://www.softintegration.com/products/sdk/embedch/
________________________________________
______________________________________
Dr Chris McDonald E: chris@csse.uwa.edu.au
Computer Science & Software Engineering W: http://www.csse.uwa.edu.au/~chris
The University of Western Australia, M002 T: +618 6488 2533
Crawley, Western Australia, 6009 F: +618 6488 1089
|
|
|
|
|