newlib shared library

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
rianquinn
Posts: 16
Joined: Thu Jan 21, 2010 9:31 pm

newlib shared library

Post by rianquinn »

I have a gcc cross compiler with my target set to "x86_64-elf". I have a custom ELF loader and I can load shared libraries just fine, but I cannot figure out how to tell newlib that I want a shared library. It basically ignores ""--enabled-shared".

Is there a way to tell newlib..... "hey.... I have support for shared libraries.... stop thinking your smarter than me and just do it". :D

Thanks,
- Rian
Post Reply