Topic: Unable to build WolfBoot on macOS
I am following this YouTube video: https://www.youtube.com/watch?v=dzcmscEyrKM
I have entered the following in macOS terminal:
git clone https://github.com/wolfSSL/wolfboot.git
cd wolfboot
cp ./config/examples/stm32u5.config .config && make
After this I receive the following error:
[CC-ARM] src/string.o
In file included from include/image.h:35,
from src/string.c:45:
include/wolfboot/wolfboot.h:167:13: fatal error: wolfssl/wolfcrypt/sha256.h: No such file or directory
167 | # include "wolfssl/wolfcrypt/sha256.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [src/string.o] Error 1
I'm pretty lost here as I'm not familiar with Make or with WolfBoot. I hope someone can give me some advice.