Library can't use both 'src' and 'utility' folders.
-
I'm having a really hard time getting going on the serial gateway.
I have wired everything up, installed Arduino IDE 1.6.6 on Windows 8.1, copied the libraries folder over from version 1.5 of mysensors, called up the ethernet gateway sketch, and when I go to compile I get this error.
Arduino: 1.6.6 (Windows 8.1), Board: "Arduino Nano, ATmega328"
C:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -hardware "C:\Program Files (x86)\Arduino\hardware" -tools "C:\Program Files (x86)\Arduino\tools-builder" -tools "C:\Program Files (x86)\Arduino\hardware\tools\avr" -built-in-libraries "C:\Program Files (x86)\Arduino\libraries" -libraries "C:\Users\Chris\Documents\Arduino\libraries" -fqbn=arduino:avr:nano:cpu=atmega328 -ide-version=10606 -build-path "C:\Users\Chris\AppData\Local\Temp\builde97adf22139fcb7182c0fbdd71cec595.tmp" -warnings=none -prefs=build.warn_data_percentage=75 -verbose "C:\Users\Chris\Desktop\EthernetGateway\EthernetGateway.ino"
Library can't use both 'src' and 'utility' folders.
Error compiling.
Any thoughts as to what I should try?
-
I have had problems compiling stuff after updating the Arduino IDE to 1.6.6.
After reinstalling 1.6.5 everything went back to normal.Christoph
-
Thank you that worked!