mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
Vishap Oberon Compiler
http://oberon.vishap.am
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:
|
||
|---|---|---|
| src | ||
| 05vishap.conf | ||
| changes | ||
| COMPILE | ||
| hints | ||
| LICENSE | ||
| makefile | ||
| makefile.gnuc.armv6j | ||
| makefile.gnuc.armv6j_hardfp | ||
| makefile.gnuc.armv7a_hardfp | ||
| makefile.gnuc.x86 | ||
| ocat | ||
| quick_start | ||
| README.md | ||
| showdef.REMOVED.git-id | ||
| voc.par | ||
| voc.REMOVED.git-id | ||
| vocparam | ||
| vocstatic.linux.gnuc.armv6j_hardfp.REMOVED.git-id | ||
| vocstatic.linux.gnuc.x86.REMOVED.git-id | ||
| vocstatic.linux.gnuc.x86_64.REMOVED.git-id | ||
| vocstatic.REMOVED.git-id | ||
voc
vishap oberon compiler