You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checking out main circuit python distribution fails to build: jessica@l3470:~/circuitpython/ports/nrf$ make v=1 BOARD=makerdiary_nrf52840_m2_devkit Use make V=1, make V=2 or set BUILD_VERBOSE similarly in your environment to increase build verbosity. ../../py/gc.c: In function 'gc_sweep': ../../py/gc.c:298:68: error: 'MP_QSTR___del__' undeclared (first use in this function) 298 | mp_load_method_maybe(MP_OBJ_FROM_PTR(obj), MP_QSTR___del__, dest); | ^~~~~~~~~~~~~~~ ../../py/gc.c:298:68: note: each undeclared identifier is reported only once for each function it appears in make: *** [../../py/mkrules.mk:55: build-makerdiary_nrf52840_m2_devkit/py/gc.o] Error 1
The text was updated successfully, but these errors were encountered:
Checking out main circuit python distribution fails to build:
jessica@l3470:~/circuitpython/ports/nrf$ make v=1 BOARD=makerdiary_nrf52840_m2_devkit Use make V=1, make V=2 or set BUILD_VERBOSE similarly in your environment to increase build verbosity. ../../py/gc.c: In function 'gc_sweep': ../../py/gc.c:298:68: error: 'MP_QSTR___del__' undeclared (first use in this function) 298 | mp_load_method_maybe(MP_OBJ_FROM_PTR(obj), MP_QSTR___del__, dest); | ^~~~~~~~~~~~~~~ ../../py/gc.c:298:68: note: each undeclared identifier is reported only once for each function it appears in make: *** [../../py/mkrules.mk:55: build-makerdiary_nrf52840_m2_devkit/py/gc.o] Error 1
The text was updated successfully, but these errors were encountered: