-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
make submodules fails in ports/rp2: Internal build error: The submodule list should not be empty. #16870
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I ran into this error message recently and it took me quite a while to figure out what was going on... In my case it was because cmake wasn't installed! I'm guessing from your linked issue there probably not the problem in your case. In my investigation I found that the rp2 port Any unexpected failure in the cmake stage (like cmake not being installed) results in this same error message, hiding the underlying error. This can be quite confusing! I found the real error by just running th 8000 e normal make command instead of make submodules, then the full error was printed. |
Just want to point out that this happens also in the esp32 port, if I add some dependencies to a idf_component manifest. Update: also if I don't change the IDF Manifest File. |
No problem here with a plain Linux system. Please verify that your build set-up is complete. |
Port, board and/or hardware
rp2
MicroPython version
See info below
Reproduction
Expected behaviour
This is what happens on v1.24.1
Observed behaviour
this happens on current master
Additional Information
No, I've provided everything above.
Code of Conduct
Yes, I agree
The text was updated successfully, but these errors were encountered: