Hello,
I am trying to port NewLib for my OS (I am following this tutorial:   http://wiki.osdev.org/Porting_Newlib), and I have some questions.
- Once LibGloss is done and compiled, when exactly I'll have to use the libnosys.a that have been created? Is it when I will compile my main.c? - > mipsel-uknown-elf-gcc main.c -Llibnosys.a 
- My crt0.c is done. And I have to "link it as the first object". How can I do that? Is it something like this? - > mipsel-uknown-elf-ld crt0.o main.o 
Thanks for your answers!
PS: sorry for my english...