Probably something silly, but I can't figure it out. I'm getting the 'exit status 1' error when i verify. This code used to be working prior to updating arduino sketch to 1.6.6. After a haitus of arduino, I came back to find the problem.
Made sure the appropriate SSD1306.h and the SSD1306 GFX libraries are included..
I do have a SSD1306 128x32 (not 16 or 64 height)..
At a loss.... any help appreciate and thanks in advance!
I downloaded the two libraries, and compiled your code for a random Arduino. I got only one "error":
Sketch uses 21,154 bytes (8%) of program storage space. Maximum is 253,952 bytes.
Global variables use 1,090 bytes (13%) of dynamic memory, leaving 7,102 bytes for local variables. Maximum is 8,192 bytes.
Now, you need to answer all the questions that have been asked, AND post ALL the error messages you are getting.
I'm not sure i saw another question that needs to be answered; however, this is the verbose error message I receive when verifying. Hope this can help and thanks again.
PROBLEM SOLVED. Red Herring unfortunately. I updated the version of sketch from 1.6.6 to 1.6.7. Magically it works again. Unsure why, but i have a suspicious feeling that sketch got damaged somehow during my tragic update from win8.1 to win10. Dog unplugged PC while installing... (true, even though it sounds like the dog ate my homework). Feel free to delete this thread since I don't see this as helpful to the community.