Shop OBEX P1 Docs P2 Docs Learn Events
Compiler Won't start — Parallax Forums

Comments

  • Are you on a mac? What program is that? SpinTool? Or is it SimpleIDE?
  • Looks like PropellerIDE! And, it's on a Mac...

    It seems that PropellerIDE either can't find or has a problem with the openspin compiler. Have you looked in the Preferences ... window to see what has been set up as the compiler? It should look something like:
    Prefs.png
    You probably also have Includes PATH(s) defined (I did not in this case).

    You may have a corrupted openspin. If you are not afraid to use the Terminal app, you can try these commands to help debug the problem (assuming the PropellerIDE app is installed in the normal "Applications" directory):
    cd /Applications/ProellerIDE.app/Contents/MacOS
    ../openspin.DEFAULT
    
    That should give you some info about the openspin compiler & a notification "no object to compile"
    If that worked, you can execute the PropellerIDE from the Terminal and gather debug info as you test the problem:
    ..propelleride
    
    Run through your test case, and when you quit, the Terminal will provide information that could help in determining the problem...

    A clean compile looks like this:
    Tue Sep 1 12:42:40 2020 [DEBUG] loading "/Users/myUserID/Library/Preferences/com.parallax.www.PropellerIDE.plist"
    Tue Sep 1 12:42:42 2020 [DEBUG] COMPILER ("openspin")
    Tue Sep 1 12:42:43 2020 [DEBUG] saving "/Users/myUserID/Library/Preferences/com.parallax.www.PropellerIDE.plist"
    Tue Sep 1 12:42:43 2020 [DEBUG] updating project view
    Tue Sep 1 12:42:43 2020 [DEBUG] updating project view
    Tue Sep 1 12:42:44 2020 [DEBUG] updating project view
    Tue Sep 1 12:42:44 2020 [DEBUG] Building project "/Users/myUserID/Documents/PropSpinCode/DHT-Sensor/DHT22Temp.spin"
    Tue Sep 1 12:42:44 2020 [DEBUG] /Applications/MCUApps/PropellerIDERel.app/Contents/MacOS/openspin.DEFAULT
    Tue Sep 1 12:42:44 2020 [DEBUG]      /Users/myUserID/Documents/PropSpinCode/DHT-Sensor/DHT22Temp.spin
    Tue Sep 1 12:42:44 2020 [DEBUG]      -o/Users/myUserID/Documents/PropSpinCode/DHT-Sensor/DHT22Temp.binary
    Tue Sep 1 12:42:44 2020 [DEBUG]      -L/Users/myUserID/Documents/PropSpinCode/SpinObjects
    
    Failures should be recorded...


    dgately
    453 x 358 - 45K
Sign In or Register to comment.