hi friends,
I am Manoj again here to ask my doubts
How to set the turbo c path in windows globally?
so that i can compile and run my c progrmas which are in other drives any where in the command prompt in windows XP.
Can any one tell me how to get commands at evry drive in the command prompt just by typing in "c:\tcc"
in command prompt i...
Hi, I'm wondering if it's possible to use inline assembly with the intel syntax in c, using tcc (not gcc)
thanks
...
Hello,
There is very good compiler tcc and its library libtcc, that allows direct compilation of code inside code. i.e. Allows creation of self-generated code.
I'm looking for similar library for C++, if any exists. Or, I need and extremely fast reasonably good C++ compiler, so I may run it to generate shared object and dlopen it.
I do...
Attempting to do something very simple - compile basic win 32 c programs through windows cmd. This is something I should be able to do myself, but I am just so stuck here..
I keep stumbling into weird problems, vague errors. I dunno whether I should go into details.
Using tcc ( tiny c compiler)
One simple hellowin.c example from a b...
I want to compile c program on dos prompt using tcc as well as tc without using c editor. please give the full procedure.
...
Hey guys,
upcoming summer i will hopefully start writing my masters thesis and i have been quite busy looking for a thesis subject. I now have a pool of subjects that i am interested in and the one that struck me most is the implementation of a global register allocator for the tiny C compiler (graph coloring or linear scan).
So i wante...
Command line for compilation of program which uses GLib:
C:\Old\TCC\tcc.exe -g -bt 8 1.c glib-2.0.def -lglib-2.0.dll -I"C:/Old/Libs/GLib/include/glib-2.0" -I"C:/Old/Libs/GLib/include" -I"C:/Old/Libs/GLib/lib/glib-2.0/include" -L"C:/Old/Libs/GLib/lib" -o 1.exe
I receive error:
glib-2.0.def:1: unrecognized export definition file format
...
I wanted to try out the TCC and got the Win32 Binary zip file from the website.
upon decompressing it I tried to compile the "hello_win.c" source from the example directory. As soon as the compiler tried to write to the disk McAfee Popped up a dialog box and identified a Trojan named "Generic.dx." Has anyone else experience this? Drop...
Hi Gurus,
I am new to OpenCV and I have only Tiny C compiler configured on my Windows XP machine. Can I use this tiny C compiler to compile opencv programs for image manipulations. I have alredy installed python2.6 and opencv2.0 on my windows xp pc. If we can compile how can we do that? I tried on net but found nothing of use.. Please he...
Has anyone successfully compiled TCC on OS X?
From what I know it should be possible but when I run make I get the following error:
$ make
gcc -o tcc tcc.c -DTCC_TARGET_I386 -O2 -g -Wall -fno-strict-aliasing -mpreferred-stack- boundary=2 -march=i386 -falign-functions=0 -Wno-pointer-sign -Wno-sign-compare -D_FORTIFY_SOURC...