18 Aug
2008
18 Aug
'08
7:35 a.m.
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 . Thanks and Regards Nishit
7:57 a.m.
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
6290
Age (days ago)
6290
Last active (days ago)
2 comments
3 participants
participants (3)
-
Michael Troß
-
nishit sharma
-
Paul Pedriana