[webkit-dev] cross compiling Webkit

nishit sharma sharmafrequent at gmail.com
Wed Aug 6 22:41:22 PDT 2008


Hi All,

I am cross compiling the WebKit browser for MIPS. But i am facing some
issues during last stage. It gives me error like

./.libs/libJavaScriptCore.a(libJavaScriptCore_la-AllInOneFile.o)(.text+0xb88):
In function `KJS::isStrWhiteSpace(unsigned short)':
: undefined reference to `u_charType_3_8'
./.libs/libJavaScriptCore.a(libJavaScriptCore_la-AllInOneFile.o)(.text+0x348c):
In function `KJS::JSValue::toUInt32SlowCase(double, bool&)':
: undefined reference to `trunc'
./.libs/libJavaScriptCore.a(libJavaScriptCore_la-AllInOneFile.o)(.text+0x3794):
In function `KJS::JSValue::toInt32SlowCase(double, bool&)':
: undefined reference to `trunc'
./.libs/libJavaScriptCore.a(libJavaScriptCore_la-AllInOneFile.o)(.text+0x39c8):
In function `KJS::JSValue::toIntegerPreserveNaN(KJS::ExecState*) const':
: undefined reference to `trunc'
./.libs/libJavaScriptCore.a(libJavaScriptCore_la-AllInOneFile.o)(.text+0x3b24):
In function `KJS::JSValue::toInteger(KJS::ExecState*) const':
: undefined reference to `trunc'
 and many more.

Can anybody can tell what i am doing wrong.

Thanks and Regards
Nishit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.webkit.org/pipermail/webkit-dev/attachments/20080807/4217d5eb/attachment.html 


More information about the webkit-dev mailing list