Developer forums (C::B DEVELOPMENT STRICTLY!) > Contributions to C::B

Tiny C Compiler

(1/1)

killerbot:
As of today CB, has some first build-in support for the "Tiny C Compiler" (tcc). I have tried it out a little bit on the Windows platform. The majority of the settings have been added (well does that look straight forward to me).

I would like to ask all TCC users to help me out, and improve/add , fix problems.
And also to help me out on getting the right thing for tcc on linux.

You can put your feedback in this thread or PM me.

many thanks

manciuleas:
Rev 3252 does not compile because of this.
You need to modify #include "compilertcc.h" in compilergcc.cpp to #include "compilerTcc.h" because of the new files compilerTcc.h and compilerTcc.cpp
(I'm compiling on Linux).

killerbot:

--- Quote from: manciuleas on November 21, 2006, 02:42:46 pm ---Rev 3252 does not compile because of this.
You need to modify #include "compilertcc.h" in compilergcc.cpp to #include "compilerTcc.h" because of the new files compilerTcc.h and compilerTcc.cpp
(I'm compiling on Linux).



--- End quote ---

fixed

manciuleas:
Thx!

Navigation

[0] Message Index

Go to full version