Page 1 of 1

newlib shared library

Posted: Sun Feb 07, 2016 10:36 am
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