Closed martyphee closed 3 months ago
I had this same problem, and I fixed it by using absolute paths instead of relative paths.
Also, for apple silicon, when building mpy-cross
, (which you must do before doing the firmware build), you may need to prefix the build command: arch -arch x86_64 make -C mpy-cross clean all
Thank you. That worked for me also.
The docs say to use this command
I think that directory is wrong if you just use a git clone it would be
gc9a01_mpy
I got past that but get this error now
Full output: output.log
Using this command from
./micropython/ports/rp2
Computer: MBP M3
Same error trying to build the ESP32