Is there a stand alone spin compiler??
mikediv
Posts: 825
Hi guys I could have sworn I saw a spin stand alone compiler around does anyone know if one exists?
I need to compile spin code to a bin image? thanks
·
I need to compile spin code to a bin image? thanks
·
Comments
There are three Spin compilers that all will produce a binary image. One is the Parallax Tool which runs under Windows only. The second is BradC's which comes in an IDE version with an editor and a command line version. It comes in a version for Windows, Linux, and the MacOS. There's another "Homespun" command line compiler by mpark that runs under Windows and Linux.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Links to other interesting threads:
· Prop Tools under Development or Completed (Index)
· Emulators (Micros eg Altair, and Terminals eg VT100) - index
· Search the Propeller forums (via Google)
My cruising website is: ·www.bluemagic.biz
·
There are 4 compilers that can output to a bin file or an eeprom file:
PropTool - when you click on the Run/Compile Top/View Info.. will give you the optin to save to either type of file.
This is parallax (windows) so probably the easiest.
Homespun - I think you can get a binary. It does eeprom by default. Runs from Dos command line, give it "-?" to list options. The IDE is by Praxis.
bstc - Likewise I think you can get a binary. This works on windows, unix, mac. Not sure of its options.
Propellent - is a windows dll from parallax that will also compile.
This thread will give you the links to homespun and bstc.
Prop Tools under Development or Completed (Index)
http://forums.parallax.com/forums/default.aspx?f=25&m=296149
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Links to other interesting threads:
· Prop Tools under Development or Completed (Index)
· Emulators (Micros eg Altair, and Terminals eg VT100) - index
· Search the Propeller forums (via Google)
My cruising website is: ·www.bluemagic.biz