Upgrading Plugin and Libraries
Vera
22
Posts
4
Posters
9.3k
Views
1
Watching
-
OK, I started from scratch by removing all library folders under the sketchbook directory and copying over from the Arduino-master/libraries folder.
Now I just see the avr/progmem.h file missing error.
SerialGateway.ino:31:25: fatal error: avr/progmem.h: No such file or directory
compilation terminated.I noticed it is referenced to the avr directory relative to the base sketchbook directory so I searched through the entire Arduino-master folder structure and do not see this file.
Does this need to be downloaded separately from Github or have I missed a step somewhere?
I'm using Unbuntu 1404 with Arduino IDE 1.05+dfsg2-2.
bluman