hi everyone,

i'm using tcc to provide on-the-fly compilation of dsp code for an
integrated music sequencing library that i'm writing
( http://trac.zeitherrschaft.org/zzub/ ). songs saved contain c code
which is compiled without any connection to libc or local platform
headers, and which is supposed to be translated on the fly and loaded
before the song is being played.

i noticed that tcc does not support ppc as compile target. is such a
feature planned?

if no, it is possible that i will have to resort to a different
compiler. requirements are that it is small/tiny (especially in source
code volume), easy to integrate into my own codebase, provides a library
interface and is able to compile code without any additional libc
headers and libraries required. it does not need to support the entire C
language set, but the resulting machine code must be free of overhead as
far as possible.

can anyone recommend alternatives to tcc that match above requirements
or come close?

thank you in advance,
-- 
Leonard Ritter

-- Freelance Art & Logic
-- http://www.leonard-ritter.com




_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to