porting newlib i960 variant

Jeff Johnston jjohnstn@redhat.com
Thu May 13 03:33:00 GMT 2004


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
> 



More information about the Newlib mailing list