You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
blake2s.c:258:26: error: incompatible types when initializing type ‘uint32_t {aka unsigned int}’ using type ‘BlakeVectorUInt32 {aka __vector(4) unsigned int}’
#40
Open
NickeZ opened this issue
Jun 20, 2019
· 2 comments
I was trying to add support for the arm gcc toolchain and hit the above bug because of endianess problems. Here is the final diff I applied which works:
I'm getting the following compiler error when compiling with gcc 7 or 8.
Configured with:
The text was updated successfully, but these errors were encountered: