Replies: 3 comments 1 reply
-
According to the |
Beta Was this translation helpful? Give feedback.
1 reply
-
Wups, jumped the gun again,
Sorry for the noise
… On 23 Mar 2024, at 0:20, Mark Blakeney ***@***.***> wrote:
Actually, the current version of ports/esp32/README.md says "Currently MicroPython supports v5.0.4, v5.0.5, v5.1.2, v5.2.0" but pretty clearly that does not include what the OP is using.
—
Reply to this email directly, view it on GitHub <#14154 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AETR46IGMJ4CEUATZSPPK63YZSVB3AVCNFSM6AAAAABFDOL6F6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQOBTGA4DK>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe useful: dockerfile for building the esp32 port (comment out line 62) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
using esp-idf idf5.3.py3.11,
did a git pull just now, but still getting:
...
In file included from /Volumes/src/micropython/micropython/py/objlist.h:29,
from /Volumes/src/micropython/micropython/extmod/modnetwork.c:31:
/Volumes/src/micropython/micropython/ports/esp32/modnetwork_globals.h:39:65: error: 'WIFI_AUTH_WPA3_EXT_PSK_MIXED_MODE' undeclared here (not in a function); did you mean 'MP_QSTR_AUTH_WPA3_EXT_PSK_MIXED_MODE'?
39 | { MP_ROM_QSTR(MP_QSTR_AUTH_WPA3_EXT_PSK_MIXED_MODE), MP_ROM_INT(WIFI_AUTH_WPA3_EXT_PSK_MIXED_MODE) },
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/src/micropython/micropython/py/obj.h:90:67: note: in definition of macro 'MP_OBJ_NEW_SMALL_INT'
90 | #define MP_OBJ_NEW_SMALL_INT(small_int) ((mp_obj_t)((((mp_uint_t)(small_int)) << 1) | 1))
| ^~~~~~~~~
/Volumes/src/micropython/micropython/ports/esp32/modnetwork_globals.h:39:54: note: in expansion of macro 'MP_ROM_INT'
39 | { MP_ROM_QSTR(MP_QSTR_AUTH_WPA3_EXT_PSK_MIXED_MODE), MP_ROM_INT(WIFI_AUTH_WPA3_EXT_PSK_MIXED_MODE) },
| ^~~~~~~~~~
[23/92] Building C object esp-idf/main_esp32/CMakeFiles/__idf_main_esp32.dir/Volumes/src/micropython/micropython/extmod/network_cyw43.c.obj
ninja: build stopped: subcommand failed.
ninja failed with exit code 1, output of the command is in the /Volumes/src/micropython/micropython/ports/esp32/build-ESP32_GENERIC/log/idf_py_stderr_output_80568 and /Volumes/src/micropython/micropython/ports/esp32/build-ESP32_GENERIC/log/idf_py_stdout_output_80568
-e See https://github.com/micropython/micropython/wiki/Build-Troubleshooting
make: *** [all] Error 1
Beta Was this translation helpful? Give feedback.
All reactions