Hi!
I'm trying to use "Robot IR Remote" library privided with Arduino IDE
I get the warning and error attached below
Tried to find something about this in relation to Genuino101 and ARC32 architecture - no success.
I feel like needing some assistance on that
Thanks in advance
Pageal.
Arduino: 1.6.8 (Windows 8.1), Board: "Arduino/Genuino 101"
Board Intel:i586:izmir_fd doesn't define a 'build.board' preference. Auto-set to: I586_IZMIR_FD
Board Intel:i586:izmir_fg doesn't define a 'build.board' preference. Auto-set to: I586_IZMIR_FG
Board Intel:i686:izmir_ec doesn't define a 'build.board' preference. Auto-set to: I686_IZMIR_EC
WARNING: library RobotIRremote claims to run on [avr] architecture(s) and may be incompatible with your current board which runs on [arc32] architecture(s).
C:\Program Files (x86)\Arduino\libraries\RobotIRremote\src\IRremote.cpp:23:27: fatal error: avr/interrupt.h: No such file or directory
#include <avr/interrupt.h>
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino 101.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.