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.
Hi
What kind of libc using in your os? i mean not the static lib, i ask for the shared lib.
The newlib is good for static library, but hard to build it into shared one
Hi James
No, i am currently have problem to build newlib into shared lib. I don't know why the default newlib's makefile doesn't build shared lib for many platforms. Newlib will only produce a .so if --target=i386-linux-*
Based on my understanding , to build a .so file is just linking all the .o files. Is it more than that?