adamvr / arduino-base64

A base64 library for the arduino platform, written in C
MIT License
184 stars 102 forks source link

Compile error #11

Open rouhu opened 9 years ago

rouhu commented 9 years ago

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 commented 9 years ago

I removed the avr from "#include " in Base64.cpp and it compiled.

mjhammel commented 6 years ago

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