Subversion Repositories Kolibri OS

Rev

Rev 145 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
145 halyavin 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
3
directory. The command line should be of type "metcc.exe program.c melibc.a -oprogram".
222 victor 4
In order to compile "melibc.a" you should configure paths is compile.js and run it.
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