Error generating mpy-cross for v.1.22.2 RP2040 port - in module gc.c that involves MICROPY_GC_HOOK_LOOP #14247
-
I am getting an error when building mpy-cross, when reaching the module gc.c. This is the output:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Maybe Or did you define |
Beta Was this translation helpful? Give feedback.
-
....I know what could be happening. I am using a customized banner by modifying Thank you very much! Sincerely, Ricardo. EDIT Tried with unmodified |
Beta Was this translation helpful? Give feedback.
Maybe
gc.c
needs explicit#include "py/mpconfig.h"
?Or did you define
MICROPY_GC_HOOK_LOOP
somewhere in your own code?