Replies: 4 comments
-
Currently there is no support for SPARC |
Beta Was this translation helpful? Give feedback.
-
cc @teburd |
Beta Was this translation helpful? Give feedback.
-
That’s correct no one has yet contributed support for SPARC. To support llext the arch_elf_relocate call needs to be implemented much like would be done for a linker. I’m happy to help guide anyone interested in this, it’d be neat to see it work on the leon3 core. |
Beta Was this translation helpful? Give feedback.
-
there is quite comprehensive description to SPARC relocation here: https://docs.oracle.com/cd/E23824_01/html/819-0690/chapter6-54839.html |
Beta Was this translation helpful? Give feedback.
-
I tried to use Linkable Loadable Extensions (LLEXT) on a LEON3 board based on the SPARC architecture. However, according to the Zephyr OS documentation on Linkable Loadable Extensions (LLEXT), it seems that the SPARC architecture is not supported.
If this is correct, is there any alternative way to use LLEXT on this hardware architecture?
Beta Was this translation helpful? Give feedback.
All reactions