-
Hi there, I'm compiling using Is micropython cross-compiler using some already-compiled static library? How can I recompile that library in order to get those modifications? Thank you very much |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Did you try |
Beta Was this translation helpful? Give feedback.
-
Solved. Check it out for the correct ESP-IDF path and use Discussion can be closed |
Beta Was this translation helpful? Give feedback.
Did you try
make clean...
? The make dependency checking may not extend into the esp-idf directory.