-
I am trying to build for Linux and got the following error:
I have set my
Any idea why it doesn't work? |
Beta Was this translation helpful? Give feedback.
Answered by
lask
Dec 2, 2021
Replies: 1 comment
-
Found the issue (thanks @floitsch):
After updating the submodules in the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lask
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found the issue (thanks @floitsch):
I skipped the submodule initialization in this section https://github.com/toitware/toit#how-to-build-toit-for-esp32
After updating the submodules in the
esp-idf
directory, I did amake clean
in thetoitlang
directory.