I am using newlib to create a cross-compiler for my operating system and I am running into problems with the 386 build of it. I cannot figure out how to get crti.o and crtn.o objects to be built. Without them I do not have important functions such as _init and _fini.