Errors running make mpy-cross

Hi,

I’m trying to install lv_micropython on windows 11 but i’m getting a lot of erros during the process. I was able to pass through some but now i’m having one that i’m not findind the problem.

i’m having the following error message:
FileNotFoundError: [WinError 2] O sistema não conseguiu localizar o ficheiro especificado
make: *** […/py/mkrules.mk:111: build/genhdr/qstr.i.last] Error 1
make: *** Deleting file ‘build/genhdr/qstr.i.last’

I’m using make from chocolatey and i already changed the directory to execute python on some commands, for some reason it was not getting it from the path variables.

If someone could help me i appreciate it.

I upload the full output on a txt file.
Use make V=1 or set BUILD_VERBOSE i.txt (6.5 KB)

you cannot compile the windows port on windows without using mingw unless you use msbuild