Compiler Won't start
captainruss
Posts: 2
in Propeller 1
http://forums.parallax.com/utility/thumbnail/131573/FileUpload/f4/8f7dc6f4d177ddef620a1349045695.jpeg
Worked fine, now I get this. Photo attached
Worked fine, now I get this. Photo attached
Comments
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:
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): 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: 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: Failures should be recorded...
dgately