Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issues with using library #13

Open
grahamehorner opened this issue Oct 10, 2015 · 2 comments
Open

issues with using library #13

grahamehorner opened this issue Oct 10, 2015 · 2 comments

Comments

@grahamehorner
Copy link

I've followed the instructions on how to add this library to the Arduino IDE; and have selected a Sketch from the examples providers, however all examples result in the following :--

In file included from sha256test.pde:1:0:
C:\Users...\Documents\Arduino\libraries\Sha/sha256.h:26:18: error: conflicting return type specified for 'virtual void Sha256Class::write(uint8_t)'
virtual void write(uint8_t);
^
In file included from C:\Users...\Documents\Arduino\libraries\Sha/sha256.h:5:0,
from sha256test.pde:1:
C:\Users...\AppData\Roaming\Arduino15\packages\esp8266\hardware\esp8266\1.6.5-1160-gef26c5f\cores\esp8266/Print.h:55:24: error: overriding 'virtual size_t Print::write(uint8_t)'
virtual size_t write(uint8_t) = 0;
^
Error compiling.

@Apollon77
Copy link

I changed to fork https://github.com/spaniakos/Cryptosuite because of this problem. it's fixed there :-)

@daknuett
Copy link

Also in my rewrite https://github.com/daknuett/cryptosuite2 this problem is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants