[webkit-dev] cross compiling WebKit for MIPS

Michael Troß michael at tross.org
Mon Aug 18 00:57:20 PDT 2008


Hi,

Am Montag, den 18.08.2008, 13:05 +0530 schrieb nishit sharma:
> Hi All,
> 
> I am facing issue regarding undefined reference to "cosf" while 
> cross compiling WebKit for MIPS.
> I searched a lot and find out that this function is not available for
> MIPS so far
> 
> Can anybody help me in resolving this issue .

cosf() is included in libm.so, which is part of your libc, either from
glibc or uClibc.

Make sure that you link with -lm and that you have at least uClibc
0.9.28.

Michael




More information about the webkit-dev mailing list