This commit is contained in:
Justin Ethier 2015-10-13 02:33:42 -04:00
parent 2a058a5204
commit ba167dfcd3

16
TODO
View file

@ -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: