loboris / MicroPython_ESP32_psRAM_LoBo

MicroPython for ESP32 with psRAM support
Other
825 stars 342 forks source link

'make all' FAILED! ?? #336

Open getpythonpy opened 2 years ago

getpythonpy commented 2 years ago

I was building the firmware on Linux for esp32 and when I run BUILD.sh I keep getting 'make all' FAILED!

carterw commented 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.

piyushy6 commented 1 year ago

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?

carterw commented 1 year ago

I think if you build with the -v option it will print some debugging info that should help you.

McuTronics commented 1 week ago

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.

McuTronics commented 1 week ago

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