__NR_syscall undefined for arm big endian with eabi support

Paul Mundt lethal at linux-sh.org
Tue Mar 27 11:34:08 UTC 2007


On Tue, Mar 27, 2007 at 01:04:45PM +0200, Geerts Steven wrote:
> There's no point in trying to paper around unsupported syscalls, just
> fix the application.
> 	-> but it's during building uClibc when this error occurs?  So
> how can I solve this then?
> 
By only enabling __NR_syscall if EABI isn't set. There's a set of
syscalls that are unsupported on EABI, and these syscall numbers are
intentionally #undef'ed. uClibc will simply have to deal with this.



More information about the uClibc mailing list