Source code for BST
wpd
Posts: 10
Is the source code for BST available anywhere? I notice that the last time http://www.fnarfbargle.com/bst.html was updated was 23/04/2010, which is eons ago in computer years. I am asking because I have the 5V FTDI USB<->Serial cable that brings out RTS instead of DTR to the reset pin on my propeller board. I would like to modify it to use RTS to reset the board instead of DTR. (At the moment, I'm using the propeller-load tool, but the terminal emulation in that tool is not sufficient to my needs.)
I would also like to modify the compiler so that it produces more informative error messages than "Binary too large for RAM by 1 Longs".
Thanks
Feel free to tell me that propeller-gcc compiles spin code just as well as it does C code, I'll go down that path instead.
--wpd
I would also like to modify the compiler so that it produces more informative error messages than "Binary too large for RAM by 1 Longs".
Thanks
Feel free to tell me that propeller-gcc compiles spin code just as well as it does C code, I'll go down that path instead.
--wpd
Comments
No the BST source code is not available. Sadly BradC has been absent from here for a long time.
propeller-gcc does not compile Spin code. BUT I would suggest trying out SimpleIDE. Have a search for it on the Propeller GCC Beta thread.
The SimpleIDE package include the PropTool/BST like editor, the properller GCC compiler and a spin compiler. It has options for selecting DTR/RTS for prop reset.
--wpd
Having the source code would have helped me track down my issue more quickly (and with less traffic on the forum). maybe.
--wpd
In BST You can enable Compiled listing file --- And can track in that way every BYTE used in Yours program --