Shared Libraries for Newlib
Joel Sherrill <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <CAF9ehCWmOQ15W_x5dTdqu8G9CvtWtWKBSkx5z_H=WpRFB10tUw@mail.gmail.com> |
Hi I am looking at porting RTEMS to a virtualized environment where the hypervisor can manage shared libraries for the clients. I would like to build gcc+newlib to produce both static and dynamic libraries. I tried adding --enable-shared to configure but didn't get any .so files. Is there some magic I am missing to configure an *-rtems* target to also produce .so libraries? Thanks. --joel