Subversion Repositories Kolibri OS

Rev

Rev 145 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 145 Rev 222
Line 1... Line 1...
1
The main file of metcc is "tcc.c". It certainly can be compiled by MinGW Studio. 
1
The main file of metcc is "tcc.c". It certainly can be compiled by MinGW Studio. 
2
In order to compile MenuetOS program you must have start.o, metcc.exe in the same 
2
In order to compile MenuetOS program you must have start.o, metcc.exe in the same 
3
directory. The command line should be of type "metcc.exe program.c melibc.a -oprogram".
3
directory. The command line should be of type "metcc.exe program.c melibc.a -oprogram".
4
In order to compile "melibc.a" you should configure paths is compile.js and run it.
4
In order to compile "melibc.a" you should configure paths is compile.js and run it. 
5
5
------------------------------------------------------------------------------------
-
 
6
Äëÿ êîìïèëÿöèè melibc íåîáõîäèìî çàïóñòèòü ñêðèïò libc/make.cmd
-
 
7
ïî óìîë÷àíèþ ñ÷èòàåòñÿ ÷òî â ïåðåìåííîé îêðóæåíèÿ PATH ó âàñ óêàçàí ïóòü ê ïàêåòó mingw32
-
 
8
è ê àññåìáëåðó fasm.
-
 
9
------------------------------------------------------------------------------------
-
 
10
Äëÿ áîëåå ïîäðîáíûõ èíñòðóêöèé îáðàùàòåñü íà ôîðóì â òåìó 
-
 
11
http://meos.sysbin.com/viewtopic.php?t=565&highlight=metcc
-
 
12
For more help go to link above
-
 
13
6
14