building natmod: linking fails with undefined symbol mp_print_str
#12757
-
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
project: micropython/ |
Beta Was this translation helpful? Give feedback.
-
Makefile
|
Beta Was this translation helpful? Give feedback.
-
moduqr.c
|
Beta Was this translation helpful? Give feedback.
-
console output after
|
Beta Was this translation helpful? Give feedback.
-
shouldn't this methods be included by default, even though MICROPY_ENABLE_DYNRUNTIME = 1? what am I missing? |
Beta Was this translation helpful? Give feedback.
-
got it now - there is no |
Beta Was this translation helpful? Give feedback.
got it now - there is no
mp_print_str
in dynruntime.h and one should usemp_printf
instead (ormp_vprintf
)