← index #14536Issue #6546
Off-topic · high · value 0.600
QUERY · ISSUE

docs: Windows port README should include `make submodule` as a build step

openby mattytrentiniopened 2024-05-19updated 2024-07-06
docsport-windows

Checks

  • I agree to follow the MicroPython Code of Conduct to ensure a safe and respectful space for everyone.

  • I've searched for existing issues and didn't find any that matched.

Documentation URL

https://github.com/micropython/micropython/blob/master/ports/windows/README.md

Description

The build steps for the Windows port are missing make submodule. Build errors occur because micropython-lib (specifically the ssl module) isn't found if that command isn't executed.

CANDIDATE · ISSUE

can't install micropython

closedby nesergenopened 2020-10-14updated 2020-10-14

(LinuxMint18)

downloaded the latest master version micropython. Following the instructions, I go to the directory:
$ cd ports/unix

I execute the command:
$ make submodules

And I get the error:

 $ make submodulesUse make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity.
Updating submodules: lib/axtls lib/berkeley-db-1.xx lib/libffi
fatal: Not a git repository (or any of the parent directories): .git
../../py/mkrules.mk:186: ошибка выполнения рецепта для цели «submodules»
make: *** [submodules] Ошибка 128

what could be the problem?

Keyboard

j / / n
next pair
k / / p
previous pair
1 / / h
show query pane
2 / / l
show candidate pane
c
copy suggested comment
r
toggle reasoning
g i
go to index
?
show this help
esc
close overlays

press ? or esc to close

copied