Open getpythonpy opened 2 years ago
I think if you use the -v option it will give you a verbose build report and you can see what failed.
That being said, the project has been abandoned for several years and no bugs are being fixed.
I was building the firmware on Linux for esp32 and when I run BUILD.sh I keep getting 'make all' FAILED!
Hi @getpythonpy Were you able to solve this issue?
I think if you build with the -v option it will print some debugging info that should help you.
I think if you build with the -v option it will print some debugging info that should help you.
even setting the -v option, it does not show details, it just fails
at least in my case, it is in the last step with the mpy-cross
I think that the current versions of tools cause a problem, without more support to solve or updates it will be difficult to solve it, I think.
I finally did it.
Use Ubuntu version 18.04, it works on Windows (wsl)
Follow the steps as described in the wiki and it works
I was building the firmware on Linux for esp32 and when I run BUILD.sh I keep getting 'make all' FAILED!