tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] ppc target for tcc, alternatives


From: Leonard Ritter
Subject: [Tinycc-devel] ppc target for tcc, alternatives
Date: Thu, 11 Jan 2007 14:09:37 +0100

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]