Replies: 1 comment 3 replies
-
We'd need more information to go on. You can make the console area at the bottom larger (dark bit) by dragging. You'll then see more details of the error. Copying that into a text file, and pasting in the relevant parts, works better than a screenshot. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I’m building a soil moisture sensor using Arduino and I got the Raspberry Pi Pico coding to work however, when trying to upload a new one for OLED display I am receiving an error that says, “Error compiling for board Raspberry Pi Pico.”
I did try reinstalling the Raspberry Pico board but it still doesn’t work.
Here is the full message
“C:\Users\letew\OneDrive\Documents\Arduino\libraries\Adafruit_SSD1306\Adafruit_SSD1306.cpp:42:10: fatal error: pgmspace.h: No such file or directory
#include <pgmspace.h>
^~~~~~~~~~~~
compilation terminated.
exit status 1
Error compiling for board Raspberry Pi Pico.”
Beta Was this translation helpful? Give feedback.
All reactions