mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57:35 +02:00
notes
This commit is contained in:
parent
2a058a5204
commit
ba167dfcd3
1 changed files with 9 additions and 7 deletions
16
TODO
16
TODO
|
@ -1,11 +1,13 @@
|
||||||
Instructions to rebuild cyclone after changing string_type returns to object returns:
|
Instructions to rebuild cyclone after changing string_type returns to object returns:
|
||||||
sudo ls ; cyclone scheme/cyclone/cgen.sld && sudo cp scheme/cyclone/cgen.* /usr/local/share/cyclone/scheme/cyclone/
|
shouldn't it just be a matter of compiling cgen and dumping that and the includes/libs into bootstrap??
|
||||||
make clean ; make && sudo make install
|
;sudo ls ; cyclone scheme/cyclone/cgen.sld && sudo cp scheme/cyclone/cgen.* /usr/local/share/cyclone/scheme/cyclone/
|
||||||
sudo make install-includes
|
;make clean ; make && sudo make install
|
||||||
cp ../cyclone-bootstrap/dispatch.c .
|
;sudo make install-includes
|
||||||
make libcyclone.a
|
;cp ../cyclone-bootstrap/dispatch.c .
|
||||||
sudo make install-libs
|
;make libcyclone.a
|
||||||
make clean ; make && sudo make install
|
;sudo make install-libs
|
||||||
|
;make clean ; make && sudo make install
|
||||||
|
at this point, cyclone crashes when compiling the test suite. I think there may be a problem with there being a disconnect between the old/new versions of compiled code, runtime libs, etc. however, the generated c files have the change. so it should be possible to bootstrap using them...
|
||||||
|
|
||||||
|
|
||||||
Roadmap:
|
Roadmap:
|
||||||
|
|
Loading…
Add table
Reference in a new issue