arduino-base64 icon indicating copy to clipboard operation
arduino-base64 copied to clipboard

Compile error

Open rouhu opened this issue 9 years ago • 2 comments

I installed the library in Arduino IDE 1.6.4 but compiler gives error: avr/pgmspace.h: No such file or directory #include <avr/pgmspace.h> ^ compilation terminated. Error compiling.

Thanks for suggestions, Timo

rouhu avatar Jun 25 '15 17:06 rouhu

I removed the avr from "#include <pgmspace.h>" in Base64.cpp and it compiled.

rouhu avatar Jun 25 '15 17:06 rouhu

This is old but still a problem. Here is a patch for it. arduino-base64-pgmspace.patch.txt

mjhammel avatar Jul 24 '18 17:07 mjhammel