SimpleIDE 0-9-45 Released for Windows and Mac
Steph Lindsay
Posts: 767
SimpleIDE 0.9.45 installers for Windows and Mac have been posted to Propeller C - Set Up SimpleIDE on the Learn site. Here's what's new:
What's New in 0.9.45 (2013-11-22)
- Improved speed and robustness of Zip Project feature for projects with libraries using temporary file system. This also greatly improved the use of USB SD Card targets.
- Enabled 32bit doubles and all warnings by default for new Project View projects.
- Project Views new project main.c starts with 2-space indents.
- Enabled programming in Spin with OpenSpin compiler; removes need for BSTC.
- Global SimpleIDE settings are reset or removed upon install and uninstall.
- Includes PropGCC v1.0.0.2162 which updates the following since PropGCC v1.0.0.2054:
-- Uses OpenSpin compiler during build process instead of BSTC.
-- Included fix for EEPROM boot with pruning enabled.
-- Changed optimization that caused the pow() function to misbehave.
(The Learn folder's libraries and examples are the same as the ones distributed on 2013-11-1. )
What's New in 0.9.45 (2013-11-22)
- Improved speed and robustness of Zip Project feature for projects with libraries using temporary file system. This also greatly improved the use of USB SD Card targets.
- Enabled 32bit doubles and all warnings by default for new Project View projects.
- Project Views new project main.c starts with 2-space indents.
- Enabled programming in Spin with OpenSpin compiler; removes need for BSTC.
- Global SimpleIDE settings are reset or removed upon install and uninstall.
- Includes PropGCC v1.0.0.2162 which updates the following since PropGCC v1.0.0.2054:
-- Uses OpenSpin compiler during build process instead of BSTC.
-- Included fix for EEPROM boot with pruning enabled.
-- Changed optimization that caused the pow() function to misbehave.
(The Learn folder's libraries and examples are the same as the ones distributed on 2013-11-1. )
Comments
What do I need to change?
Thanks.
The compiler changed from bstc to openspin. Not sure why it didn't automatically update.
1. Open menu bar Tools.
2 Choose Properties to open the properties window.
3. Select Spin Compiler tab.
4. Then click Spin Compiler Browse to select openspin.osx.
5. Click OK.
It should be part of the package.
Actually, it's just openspin. Mine is in MacHD/opt/parallax/bin/openspin
The openspin binary does not have a ".osx" extension.
Excerpt from the SimpleIDE Mac OS X installation:
just sayin'
dgately
At least on 10.8 and 10.9 Mac OS X, any files in /opt don't seem selectable (greyed out in the open dialog) even though my logged-on user owns the whole path from /opt to /opt/parallax/bin/openspin (hmm!). What OS X version are you using?
Also, to see hidden directories and files in an Open or Save dialogs, you can type Command-Shift-Period (i.e. "Command & Shift & "."). This will show all files/directories. You may need to reset what directory is being viewed by clicking on any other directory and re-clicking on the desired directory to see the effect...
dgately
For anyone who sees this issue where bstc is still selected after install.
Please open the Tools menu and click Properties (this opens the Properties window).
In the Properties window, please select the Spin Compiler tab.
Check the name of the Spin Compiler in the first text box.
In the Properties window, please select the General tab.
Click "Clear Settings" then click "Cancel".
Restart SimpleIDE and verify that the Spin Compiler in the Properties window is set to "openspin".