Commit graph

209 commits

Author SHA1 Message Date
Norayr Chilingarian
2327556b15 ulmSYSTEM.Mod cleanup 2013-10-10 19:19:33 +04:00
Norayr Chilingarian
0d9024e4ae ulmEvents.Mod does not use C/asm code anymore. getaddr code procedure is
replaced by more correct SYSTEM.VAL calls.

added Readme and FAQ
2013-10-10 19:16:50 +04:00
Norayr Chilingarian
e81c21e56f updated linux.gnuc.x86_64 bootstrap binary 2013-10-07 17:03:04 +04:00
Norayr Chilingarian
fef1fe590c updated x86_64 bootstrap binary (vocstatic) 2013-10-07 17:02:26 +04:00
Norayr Chilingarian
a3214b8154 fixed issue with multiple modules compilation.
now voc adds dependency modules object files to the main module
compiling command line.
for example, if MM0 imports MM1 then if we call voc like:
voc -l MM1.Mod -s MM0.Mod -M

 the commandline will look like

cc  MM0.c MM1.o -static  -o MM0  -fPIC -g -I /opt/voc-1.0/src/lib/system/gnuc/x86_64  -I /opt/voc-1.0/lib/voc/obj -lVishapOberon -L. -L/opt/voc-1.0/lib
2013-10-07 16:46:04 +04:00
Norayr Chilingarian
cb804b16cb -MC now works, does not compile main unit by default, but creates object
file and don't link it.
2013-10-05 22:40:38 +04:00
Norayr Chilingarian
01be73a99d commented out c compiler command line output, may be will add debug mode later.
-- noch
2013-09-28 01:57:02 +04:00
Norayr Chilingarian
760d826948 voc compiler first commit 2013-09-27 22:34:17 +04:00
norayr
4a7dc4b549 Initial commit 2013-09-27 08:55:16 -07:00