Skip to content

Linux build make tools fails due to missing mbedtls #49

Answered by lask
lask asked this question in Q&A
Discussion options

You must be logged in to vote

Found the issue (thanks @floitsch):
I skipped the submodule initialization in this section https://github.com/toitware/toit#how-to-build-toit-for-esp32

pushd $IDF_PATH
git submodule update --init --recursive
popd

After updating the submodules in the esp-idf directory, I did a make clean in the toitlang directory.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lask
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant