This is the mail archive of the
newlib@sources.redhat.com
mailing list for the newlib project.
Re: porting newlib i960 variant
Brian Hawley wrote:
We have a board [ custom built ] with an i960 chip.
We've built gcc/binutils toolchain for the i960-elf [ we aren't positive
whether that's the correct choice or not yet ].
We can link, but the linker can not find _exit.
Even with libnosys linked in.
We need to know what we may have to do in order to make this all work.
Libnosys does not provide an _exit stub.
You need to create an _exit and link it in. A simplistic implementation is just
cause a hardware exception to occur.
Thanks,
-- Brian