Shop OBEX P1 Docs P2 Docs Learn Events
simple libraries without SimpleIDE? — Parallax Forums

simple libraries without SimpleIDE?

SRLMSRLM Posts: 5,045
edited 2014-04-20 17:29 in Propeller 1
How do I setup Parallax's simple libraries so that I can use them from programs that are built with a makefile, outside of SimpleIDE?

Comments

  • jazzedjazzed Posts: 11,803
    edited 2014-04-19 12:55
    Swimdude was working on something similar at one point.

    I started writing an automated make build system, but that is stalled for the moment. Andy was nice enough to remove the space from the TextDevices folder in support of that.

    If you use the same rules to handle building the libraries as simpleide does, you should be able to build and include any library in a project.

    The repository is at propsideworkspace.googlecode.com
  • DavidZemonDavidZemon Posts: 2,973
    edited 2014-04-20 17:29
    Yep - PropWare works with Simple. If you don't want to use PropWare's build system, you can always just use it to build libSimple_<mem_model>.a (or download a PropWare binary from here) and then link against that library in your own project. All of Simple's header files are copied into PropWare's root directory so if you add it as an include directory, your source code won't need to change.
Sign In or Register to comment.