.mpy dynamic module for armv7-a #16258
Unanswered
ozgurgulderen
asked this question in
Unix & Windows
Replies: 1 comment 2 replies
-
In current git master, dynamic modules are not linked against libc. Which is why you get that symbol error. This PR fixes that, #15838 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to create a .mpy dynamic module for use with my AM335x based device running linux and need support for armv7a. I tried to extend the dynruntime.mk and mpy_ld.py to extend the supported architectures but have no luck to create a .mpy. What can be done to create dynamic modules for ARM Cortex-A8 ?
Is there a way to do this?
I also tried to create the same dynamic module for armv6 but no luck. Linking fails always for libgcc relevanr symbols .e.g. __aeabi_uidiv
Beta Was this translation helpful? Give feedback.
All reactions