Shop OBEX P1 Docs P2 Docs Learn Events
How to start with SimpleIDE - Page 2 — Parallax Forums

How to start with SimpleIDE

2»

Comments

  • DavidZemonDavidZemon Posts: 2,973
    edited 2014-09-15 11:51
    Rsadeika wrote: »
    Maybe it's time for a ComplexIDE, the SimpleIDE could be used by the beginners, and the ComplexIDE could be used by the more experienced people without the hassle of the default "simple project manager" getting in the way. Then we could have a ComplexIDE forum for attracting more experienced users.

    Ray

    I thought the same thing. That thought is what brought me to CMake and a real IDE like Eclipse or JetBrain's new CLion. I'm desperately working on fixing Windows compatibility (I can email when it's fixed if you'd like) but if you're willing to give it a shot on Linux, PropWare will take care of your ComplexIDE requests. Your existing Asm/C/C++ source code should be 100% compatible including the Learn libraries (Spin support coming soon).
  • David BetzDavid Betz Posts: 14,516
    edited 2014-09-15 12:02
    I thought the same thing. That thought is what brought me to CMake and a real IDE like Eclipse or JetBrain's new CLion. I'm desperately working on fixing Windows compatibility (I can email when it's fixed if you'd like) but if you're willing to give it a shot on Linux, PropWare will take care of your ComplexIDE requests. Your existing Asm/C/C++ source code should be 100% compatible including the Learn libraries (Spin support coming soon).
    Can the PropWare libraries be used with Make instead of CMake?
  • DavidZemonDavidZemon Posts: 2,973
    edited 2014-09-15 12:04
    Absolutely. You could download a binary release of PropWare and then use your own Makefiles for compiling your project sources and linking against PropWare's libs. The PropWare binary distributions are also a great way to just get a complete library of Simple for whatever you want to use it with.

    -- Edit --
    Look in <root>/bin/simple/<memory model> for any Simple library that want. Similarly, you'd look in <root>/bin/PropWare/<memory model> for a PropWare library.
  • mklrobomklrobo Posts: 420
    edited 2014-09-15 12:08
    I, too, had this inquiry, but I sumised that SimpleIDE format followed the C++project process. It appears that it does. Thanks:smile:
Sign In or Register to comment.