News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Tiny C Compiler

Started by killerbot, November 21, 2006, 01:34:56 PM

Previous topic - Next topic

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).



fixed

manciuleas