3
« on: December 05, 2017, 09:30:06 PM »
I am seeing this error as well with the 1.8.4 Arduino IDE on my mac. Does anyone else have this problem or have a possible solution? Below is the error that is showing up in my IDE.
Arduino: 1.8.4 (Mac OS X), Board: "TinyScreen+, Default"
In file included from XXXXX/Documents/Arduino/libraries/WaveHC/WaveHC.cpp:15:0:
XXXXX/Documents/Arduino/libraries/WaveHC/mcpDac.h:26:20: fatal error: avr/io.h: No such file or directory
#include <avr/io.h>
^
compilation terminated.
exit status 1
Error compiling for board TinyScreen+.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.