Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

circuitpython build fails on 6.1 #4

Open
cypher386 opened this issue Mar 3, 2021 · 1 comment
Open

circuitpython build fails on 6.1 #4

cypher386 opened this issue Mar 3, 2021 · 1 comment

Comments

@cypher386
Copy link

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

@scath999
Copy link

scath999 commented Dec 15, 2021

Not sure if you've resolved this, but have you tried cleaning?

Something like make V=1 BOARD=makerdiary_nrf52840_m2_devkit clean?

I ran into this because I'd forgotten that I'd previously tried to build CPY, had to work out some bugs, and forgot to clean before rebuilding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants