Cross compile viewml for StrongArm
Beckhag <[email protected]> Thu, 13 Jan 2000 11:52:9 +0800
| Newsgroups | gmane.comp.web.viewml.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, there, I'm trying to use viewml as browser for my platform, my board is an assabet-liked one. I've searched the mailist to find if there are somebody doing the same thing like me. Looks like most of them are using Microwindows + viewml,but the GUI of my system is TinyX. So I'm trying to cross compile viewml for ARM. Here is what I've done. 1, Got the lastest source of viewml by CVS. 2, As recommened, I dowmload the fltk-1.0.7. 3, Imlib is already in my system(Redhat7.2)/ 4, I firstly tried to compile it in my host, it works....//cheers. 5, Then I tried cross compile it. make distclean; /configure --with-fltk=../fltk-1.0.7 --host=arm-linux .. make Then I got errors as below ********************************************************* arm-linux-g++ html.o htmlchain.o htmlclue.o htmldata.o htmlfont.o htmliter.o htmltable.o htmltoken.o jscript.o htmlview.o htmlframe.o htmlobj.o debug.o htmlform.o main.o http.o http_.o vmlapp.o bookmark.o ../kdecore/kurl.o ../jscript/builtin.o ../jscript/cpp2bison.o ../jscript/jsexec.o ../jscript/jstree.o ../jscript/t2.o ../jscript/t1.o ../kdeui/kcursor.o fltk/qtimer.o fltk/qobject.o fltk/qpainter.o fltk/qdrawutil.o fltk/qfont.o fltk/qrect.o fltk/qregexp.o fltk/qstring.o fltk/kcharsets.o fltk/qcolor.o fltk/qpixmap.o fltk/qfontinfo.o fltk/qwidget.o fltk/history.o fltk/qscrollbar.o fltk/qpushbutton.o fltk/drag.o fltk/qlineedit.o -o viewml -lpthread -L../../fltk-1.0.7/lib -lfltk -L/skiff/local/lib/X11 -lX11 `imlib-config --libs` `/usr/local/bin/libwww-config --libs` collect2: ld terminated with signal 11 [Segmentation fault], core dumped make[1]: *** [all] Error 1 make[1]: Leaving directory `/root/MicroWin/viewml/buildviewml/src' make: *** [viewml] Error 2 ************************************************************* The skiff/local/lib/X11 is where my cross-compiled Xlibs exist. At first, I thought this might be caused by the wrong linker, but looks like that's not my case. it's using the arm-linux- cross tools. I'm using 2.95.2, and didn't update it for a long time, since it works fine in the past months. Somebody please help me out this. Thanks and best regards ============================== Beckhag ############################################################# This message is sent to you because you are subscribed to the mailing list <[email protected]>. To unsubscribe, E-mail to: <[email protected]> To switch to the DIGEST mode, E-mail to <[email protected]> To switch to the INDEX mode, E-mail to <[email protected]> Send administrative queries to <[email protected]>