Shop OBEX P1 Docs P2 Docs Learn Events
Where is spin2cpp??? — Parallax Forums

Where is spin2cpp???

kwinnkwinn Posts: 8,697
edited 2014-12-10 02:48 in Propeller 1
I downloaded spin2cpp from github but the spin2cpp.exe file was not included, only the c source files. Google was no help in finding it. Is it available somewhere or do I have to build it from source?

Comments

  • ersmithersmith Posts: 6,053
    edited 2014-12-07 15:03
    github doesn't always make it easy to find the release files. There is a small tag that says "1 Releases". Clicking on that will take you to the release directory:

    https://github.com/totalspectrum/spin2cpp/releases/

    which is where the zip files containing executables are.
  • kwinnkwinn Posts: 8,697
    edited 2014-12-07 19:32
    ersmith wrote: »
    github doesn't always make it easy to find the release files. There is a small tag that says "1 Releases". Clicking on that will take you to the release directory:

    https://github.com/totalspectrum/spin2cpp/releases/

    which is where the zip files containing executables are.

    You're absolutely right, they certainly don't make finding it easy. Thank you for the help. Very much appreciated.
  • RsadeikaRsadeika Posts: 3,837
    edited 2014-12-10 02:48
    I am starting a new project that will be using the PropBOE, but there isn't any C drivers for that board. The first one I will be converting will be the ADC Spin code to C code, since there will be other drivers that will be converted, has their ever been any consideration for adding a make lib functionality to spin2cpp? I know SimpleIDE has a system for doing that, but it seems like using spin2cpp would maybe be a more convenient way of accomplishing this. I guess what I am thinking is creating a propboe lib, which would contain all the drivers for the PropellerBOE.

    Ray
Sign In or Register to comment.