forked from KolibriOS/kolibrios
16f5992719
New functions for work with system calls KolibriOS are added. Functions for format output are added: printf (), fprintf (), sprintf (), snprintf (), vsnprintf (). For material numbers it is meanwhile supported only format output the (%f), and exponential output a (%e) is not realized yet. Functions for format output correctly work only in GCC because TinyC incorrectly works with the functions containing variable number of arguments. git-svn-id: svn://kolibrios.org@647 a494cfbc-eb01-0410-851d-a64ba20cac60 |
||
---|---|---|
.. | ||
libc | ||
samples | ||
source | ||
readme.txt |
The main file of metcc is "tcc.c". It certainly can be compiled by MinGW Studio. In order to compile MenuetOS program you must have start.o, metcc.exe in the same directory. The command line should be of type "metcc.exe program.c melibc.a -oprogram". In order to compile "melibc.a" you should configure paths is compile.js and run it. ------------------------------------------------------------------------------------ Äëÿ êîìïèëÿöèè melibc íåîáõîäèìî çàïóñòèòü ñêðèïò libc/make.cmd ïî óìîë÷àíèþ ñ÷èòàåòñÿ ÷òî â ïåðåìåííîé îêðóæåíèÿ PATH ó âàñ óêàçàí ïóòü ê ïàêåòó mingw32 è ê àññåìáëåðó fasm. ------------------------------------------------------------------------------------ Äëÿ áîëåå ïîäðîáíûõ èíñòðóêöèé îáðàùàòåñü íà ôîðóì â òåìó http://meos.sysbin.com/viewtopic.php?t=565&highlight=metcc For more help go to link above