SHA problem
Posted by:
Lucas Lima
Date: November 09, 2014 01:29PM
I'm also new at this...
I'll be simple...I'm getting this error message
In file included from /usr/share/arduino/libraries/sha1/sha256.cpp:3:0:
/usr/share/arduino/libraries/sha1/sha256.cpp:8:20: error: variable ‘sha256K’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
uint32_t sha256K[] PROGMEM = {
^
/usr/share/arduino/libraries/sha1/sha256.cpp:21:27: error: variable ‘sha256InitState’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
uint8_t sha256InitState[] PROGMEM = {
^
not much ideia of what is it, and kind of afraid of changing files without knowning better what's happening...
any ideias? Thanks
Subject
Views
Written By
Posted
SHA problem
3208
November 09, 2014 01:29PM
1655
November 12, 2014 08:10AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.