Page 1 of 1

R95 error when compiling

Posted: 31 Mar 2016, 23:38
by vmfs1968
It gives this error can anyone help


Arduino: 1.6.8 (Windows 10), Placa:"WeMos D1 R2 & mini, 80 MHz, Serial, 921600, 4M (3M SPIFFS)"

sketch\TinyI2CWatchdog\TinyWireS_Custom\usiTwiSlave.c:41:20: fatal error: avr/io.h: No such file or directory

#include <avr/io.h>

^

compilation terminated.

exit status 1
Error compiling for board WeMos D1 R2 & mini.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

Re: R95 error when compiling

Posted: 01 Apr 2016, 04:08
by xbmcnut
Move folder 'TinyI2CWatchdog' out of \Source\ESPEasy\, close Adruino, open again and it should work now.

Re: R95 error when compiling

Posted: 03 Apr 2016, 19:32
by wutu
Thx xbmcnut, working for me.

Re: R95 error when compiling

Posted: 09 Apr 2016, 10:37
by Martinus
I moved the AVR stuff into another github repo to avoid this kind of errors...