Building IronOS from source for Pinecil, using the Dockerfile: Fatal Error #1268
-
After running
Can someone help me out with this? I made it this far, and figured i was missing a parameter in my 'make' command, but wasnt sure. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You did not |
Beta Was this translation helpful? Give feedback.
-
thank you! |
Beta Was this translation helpful? Give feedback.
You did not
git clone --recursive
so you do not have the sub-repo.You will need to remove the folder you made and run a
git submodule init && git submodule update
to fetch the sub-repo