[uClibc]Xinetd problem...

Erik Andersen andersen at codepoet.org
Tue Jan 14 18:52:08 UTC 2003


On Tue Jan 14, 2003 at 10:58:30AM +0100, Igor Trevisan wrote:
> Hi!
> 
> I build gcc-3.2.1 toolchain with uClibc 0.9.16
> (USE_SNAPSHOT set) to cross compile for an
> arm-linux target.
> Then I successfully built  xinetd from xinetd-2.3.10 sources
> for my target.
> When launching xinetd I obtain the following output and
> xinetd exits...
> 
> # xinetd&
> # pc : [<0002769c>]    lr : [<000276d4>]    Not tainted
> sp : bf7ffd60  ip : bf7ffd70  fp : bffffa54
> r10: 0004040c  r9 : 00000000  r8 : bffffa98
> r7 : bffff970  r6 : bffff978  r5 : 00400000  r4 : 00000002
> r3 : 00400000  r2 : 00000002  r1 : 0004306c  r0 : 00040374
> Flags: Nzcv  IRQs on  FIQs on  Mode USER_32  Segment user
> Control: 217F  Table: C1F70015  DAC: 00000015
> 
> [1] 18 Exit 0                 xinetd
> #
> 
> What's the reason for this?
> And what's the way out?!

I'm not certain, but that looks to me like you are using FPU
opcodes on an ARM core without an FPU and without having enabled
the FPU emulator in the Linux kernel.  Did you forget to enable
CONFIG_FP_NWFPE when you built your kernel?

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list