Shared object files or dynamic libraries #68782
-
I would like to be able to create dynamic libraries (".so" shared object files) that my Zephyr application can download when it needs functionality. Is it possible to do this today, but in another way? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
I know this is old, but I'm very interested in this. |
Beta Was this translation helpful? Give feedback.
-
We would need a bit more information as to what you would like to do. |
Beta Was this translation helpful? Give feedback.
-
Note that Zephyr does not support dynamic linking at all, so the |
Beta Was this translation helpful? Give feedback.
-
also look at LLEXT, might be what you need. |
Beta Was this translation helpful? Give feedback.
Note that Zephyr does not support dynamic linking at all, so the
.a
files need to be present at build time