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.
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.