-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Milestone
Description
Used this as my reference #43 (comment) the libraries build fine but the end code gives me
error: format ‘%s’ expects argument of type ‘char ’, but argument 2 has type ‘char ()[40]’ [-Werror=format=]
So removed the [40] and I get
undefined reference to `eth_hex_to_bytes' with 2 other undefined errors.
Any ideas? I'm usually pretty good at figuring these things out but normally don't use libraries.