dynamic linker in RTEMS 5 ?
Joel Sherrill
joel at rtems.org
Thu Dec 21 21:34:04 UTC 2017
On Dec 21, 2017 3:04 PM, "Till Straumann" <strauman at slac.stanford.edu>
wrote:
On 12/20/2017 02:46 PM, Chris Johns wrote:
> On 21/12/17 2:22 am, Till Straumann wrote:
>
>> I think it would not be very difficult to add support for dlopen to
>> cexpsh.
>>
> Great. Is there a public repo with the latest code?
>
https://github.com/till-s/cexpsh
> Can just the cexp part be brought into RTEMS under say libmisc?
>
In principle, yes, but I'd think it might be more useful if we add
support for loading modules via dlopen (under linux this already works
but I'd expect RTEMS' variant to differ; in particular I'm using dlinfo
and dl_iterate_phdr, i.e., some sort of inspection is required).
> Looking at the a github repo I see regexp, getopt, and libtecla. Do we
> need all
> of these?
>
Some of them (libtecla) can be configured away (but it's not a good idea
since it affects the user experience). All of the libraries should have
benign licensing.
I started adding these to the RSB as add-on libraries. There is a ticket
which captures my progress.
We need to be careful about the dependencies required to build RTEMS
itself. This may be better as an RSB kit.
> Chris
>
_______________________________________________
users mailing list
users at rtems.org
http://lists.rtems.org/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20171221/88a721a4/attachment-0002.html>
More information about the users
mailing list