Vishap Oberon Compiler http://oberon.vishap.am
Find a file
Norayr Chilingarian 745b4851ca 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


Former-commit-id: a3214b8154
2013-10-07 16:46:04 +04:00
src fixed issue with multiple modules compilation. 2013-10-07 16:46:04 +04:00
05vishap.conf voc compiler first commit 2013-09-27 22:34:17 +04:00
changes voc compiler first commit 2013-09-27 22:34:17 +04:00
COMPILE voc compiler first commit 2013-09-27 22:34:17 +04:00
hints voc compiler first commit 2013-09-27 22:34:17 +04:00
LICENSE Initial commit 2013-09-27 08:55:16 -07:00
makefile voc compiler first commit 2013-09-27 22:34:17 +04:00
makefile.gnuc.armv6j voc compiler first commit 2013-09-27 22:34:17 +04:00
makefile.gnuc.armv6j_hardfp voc compiler first commit 2013-09-27 22:34:17 +04:00
makefile.gnuc.armv7a_hardfp voc compiler first commit 2013-09-27 22:34:17 +04:00
makefile.gnuc.x86 voc compiler first commit 2013-09-27 22:34:17 +04:00
ocat voc compiler first commit 2013-09-27 22:34:17 +04:00
quick_start voc compiler first commit 2013-09-27 22:34:17 +04:00
README.md Initial commit 2013-09-27 08:55:16 -07:00
showdef.REMOVED.git-id voc compiler first commit 2013-09-27 22:34:17 +04:00
voc.par voc compiler first commit 2013-09-27 22:34:17 +04:00
voc.REMOVED.git-id voc compiler first commit 2013-09-27 22:34:17 +04:00
vocparam voc compiler first commit 2013-09-27 22:34:17 +04:00
vocstatic.linux.gnuc.armv6j_hardfp.REMOVED.git-id voc compiler first commit 2013-09-27 22:34:17 +04:00
vocstatic.linux.gnuc.x86.REMOVED.git-id voc compiler first commit 2013-09-27 22:34:17 +04:00
vocstatic.linux.gnuc.x86_64.REMOVED.git-id voc compiler first commit 2013-09-27 22:34:17 +04:00
vocstatic.REMOVED.git-id voc compiler first commit 2013-09-27 22:34:17 +04:00

voc

vishap oberon compiler