MySQL Forums
Forum List  »  Connector/Arduino

Re: Problem building
Posted by: Charles Bell
Date: January 21, 2015 02:07PM

Thanks for the information. I see. Somewhere along the beta way the Arduino compiler changed. To fix this, simply add "const" before the variable like this:

const uint32_t sha256K[] PROGMEM...

You will need to do this for (3) variables in (1 place) sha1.cpp and (2 places) sha256.cpp.

I will make the change for the next release.

Options: ReplyQuote


Subject
Views
Written By
Posted
4166
January 14, 2015 04:56AM
2077
January 14, 2015 09:11AM
1946
January 15, 2015 12:55AM
Re: Problem building
1935
January 21, 2015 02:07PM
2009
February 05, 2015 08:26AM
1832
February 05, 2015 02:34PM
1841
February 09, 2015 02:42AM
1869
February 11, 2015 01:19PM
1825
February 11, 2015 03:09PM
1782
February 18, 2015 11:55AM
1917
February 12, 2015 03:09AM
1822
February 18, 2015 11:51AM
1650
March 12, 2015 05:54AM
1802
February 28, 2015 10:59AM
1834
March 04, 2015 08:45AM
1752
March 12, 2015 05:44AM
1880
March 12, 2015 06:03AM
1652
March 20, 2015 02:05PM
1770
March 15, 2015 06:28AM
1821
March 20, 2015 02:04PM
1801
March 26, 2015 07:57AM
1829
March 20, 2015 02:06PM


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.