Crypto Compiling Errors

Words
44
Reading
1 min
Listen
Play
9y

Compiling a Cryptocurrency, I came across the following error. Myself, having little to no knowledge about C++ compiling have been searching for the fix for far too long now and came across it in a forum.

Screen Shot 2017-12-23 at 2.25.19 PM.png

Issue

fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory

Fix

mkdir obj/crypto

Hope that helps fellow crypto compilers.

Crypto Compiling Errors | Ecency