Include paths?
Hello guys,
I'm trying to use the sample project given in the MOOC, and I'm getting compilation errors.
The below is the error message.
../STM32_Cryptographic/legacy_v3/src/hash/legacy_v3_sha1.c:20:10: fatal error: hash/legacy_v3_sha1.h: No such file or directory
20 | #include "hash/legacy_v3_sha1.h"
I don't understand why I'm getting this despite adding the include path properly.
Am I missing something?
Regards,
Vmere.
