New IDE v1.6.8

Related to the development libraries, released by Curt Binder
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: New IDE v1.6.8

Post by binder »

rimai wrote:I don't think you need to run the Restore Preloaded code, right? :)
I never had problem compiling code though.
I'll double check.
Ok, here's a follow up. I've got it able to compile code now. The issue was the SoftwareSerial problem from a while ago. I had to track down the old changes and then locate the problem and comment out lines in the source files.

One problem with macOS is you cannot simply replace those built-in files by replacing them in a folder on the hard drive after installation (like we have done in the past on a windows machine). I have to fix the files and then re-build the entire app because they get added to the entire package and compiled/linked in.

I'm progressing along now....just gotta make sure I have the correct bootloader files for the RAStar and others in order to get it to compile and build properly.
Slow progress, but progress.
Post Reply