Build error while following directions in selfsigned.md #242
-
I am trying to follow the instructions in https://github.com/cryptoadvance/specter-bootloader/blob/master/doc/selfsigned.md in order to build a bootloader. I don't care about replacing the bootloader public keys, so I just copied the source from keys/test into keys/selfsigned since the readme said to use it as an example. However, I get the following error when trying to build:
Is there a step I'm missing here? |
Beta Was this translation helpful? Give feedback.
Answered by
stepansnigirev
Dec 14, 2022
Replies: 1 comment 1 reply
-
Maybe you didn't clone submodules? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
umop
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe you didn't clone submodules?
Try running
git submodule update --init --recursive