mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
WIP
This commit is contained in:
parent
e536a13ea7
commit
0ddbdb5094
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -48,6 +48,8 @@ test2: examples/hello-library/int-test/hello.c libcyclone.a
|
||||||
# gcc examples/hello-library/int-test/hello.c -I. -g -c -o hello.o
|
# gcc examples/hello-library/int-test/hello.c -I. -g -c -o hello.o
|
||||||
# gcc hello.o lib2.o -L. -lcyclone -lm -o hello
|
# gcc hello.o lib2.o -L. -lcyclone -lm -o hello
|
||||||
# gcc examples/hello-library/hello.c -L. -lcyclone -lm -I. -g -o hello
|
# gcc examples/hello-library/hello.c -L. -lcyclone -lm -I. -g -o hello
|
||||||
|
# TODO: will need to manually compile hello example. need to manually add the entry points to hello, and there is an issue in the libs with Cyc_global_vars not being assigned. but this still leads to a tag error so there must be other issues...
|
||||||
|
#gcc hello.o libs/lib1.o /home/justin/Documents/cyclone/scheme/base.o libs/lib2.o -L/home/justin/Documents/cyclone/ -lcyclone -lm -I/home/justin/Documents/cyclone/ -g -o hello
|
||||||
|
|
||||||
icyc: cyclone icyc.scm eval.scm parser.scm runtime.h
|
icyc: cyclone icyc.scm eval.scm parser.scm runtime.h
|
||||||
./cyclone icyc.scm
|
./cyclone icyc.scm
|
||||||
|
|
Loading…
Add table
Reference in a new issue