whiteglint143:
EDIT: I had a lot of difficulty fixing the old cores but I was able to find a set of cores that seem based on TCWorlds. They compile and seem to work under 1.6.8 but they are missing the ability install Optiboot to make it programmable over FTDI.
http://drazzy.com/package_drazzy.com_index.json
DrAzzy's ATTinyCore does have optiboot for some of the MCUs but not all of them.
whiteglint143:
Looks like I will just have to live with 1.0.6 and 1.6.8 and it's 100+ warnings.. I really hope they do implement a feature to suppress those warnings.
I think the correct place to request that feature is: Issues · arduino/arduino-builder · GitHub
whiteglint143:
As far as the difficulties with the cores, I was able to correct the build.board warnings but I do not know how to fix this one.
Build options changed, rebuilding all
exec: "-w": executable file not found in $PATH
Error compiling for board ATtiny85 (internal 8 MHz clock)
Is that your IDE 1.6.x converted version of the TCWORLD core causing that error? If you want to attach your version of the files I'll give it a try and see if I can find the issue.
whiteglint143:
This is obnoxious...it repeats the same warnings for another 300 lines, this is 1/4th of what it spat out
Pretty annoying, it makes it hard to notice the important warnings. The worst is when you open then close Library Manager you get the same warnings repeated about 10 times in a row.
whiteglint143:
Could not find boards.txt in /Users/Carb/Dropbox/Arduino/hardware/_ATTINY85_RESETIO/ATtiny85 I really, really, really want to disable reset fuse. - Arduino Forum_files. Is it pre-1.5?
You can fix this by adding a blank file named boards.txt to /Users/Carb/Dropbox/Arduino/hardware/_ATTINY85_RESETIO/ATtiny85 I really, really, really want to disable reset fuse. - Arduino Forum_files. This will cause an extra divider to show in the Tools > Boards menu but it's not that big of a deal.
whiteglint143:
WARNING: Error loading hardware folder /Users/Carb/Dropbox/Arduino/hardware/_ATTINY85_RESETIO
No valid hardware definitions found in folder _ATTINY85_RESETIO.
You can fix this by adding /Users/Carb/Dropbox/Arduino/hardware/_ATTINY85_RESETIO/avr/boards.txt
whiteglint143:
Invalid library found in /Users/Carb/Dropbox/Arduino/libraries/_MoreLibraries: /Users/Carb/Dropbox/Arduino/libraries/_MoreLibraries
You can fix this by adding a blank .h file, for example: /Users/Carb/Dropbox/Arduino/libraries/_MoreLibraries/dummy.h
Of course it would be better just to move it to a different folder.