[webkit-dev] cross compiling webkit for MIPS

2008-08-21 Thread nishit sharma
Hi All, I have cross compiled WebKit for MIPS but i don't think so it would work on it. I have just cross compiled it using cross toolchain and made no changes for specific architecture. Can anybody suggest the way i can make it run on MIPS Thanks and Regards Nishit

[webkit-dev] cross compiling WebKit for MIPS

2008-08-19 Thread nishit sharma
Hi All, I have cross compiled WebKit browser for MIPS. But i have to add some libraries regarding some graphics available on my board. I don't know that i'll get some binary like firefox-bin in case of firefox browser or something else. And where i have to add these libraries to get the desired

[webkit-dev] cross compiling WebKit for MIPS

2008-08-18 Thread 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 . Thanks and Regards Nishit

Re: [webkit-dev] cross compiling WebKit for MIPS

2008-08-18 Thread Michael Troß
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

[webkit-dev] cross compiling Webkit for MIPS

2008-08-09 Thread nishit sharma
Hi All, In my last post i was facing some undefined reference issues like u_char_3_8 for which i have added dependency libraries in libJavaScriptCore.la and after this i did make. The compilation starts but failed at undefined reference lprintf and trunc for which i tried different things and