OK, now I can get firefox built through, thank you very much. Howerver, it crashes when run on target, details on following: (*) DirectFB/Core: Multi Application Core. (2006-12-20 09:15) (*) Direct/Thread: Running 'Fusion Dispatch' (MESSAGING, 914)... (*) Direct/Thread: Running 'VT Switcher' (CRITICAL, 917)... (*) Direct/Thread: Running 'Keyboard Input' (INPUT, 922)... (*) DirectFB/Input: Keyboard 0.9 (convergence integrated media GmbH) (*) Direct/Thread: Running 'PS/2 Input' (INPUT, 923)... (*) DirectFB/Input: IMPS/2 Mouse 1.0 (Convergence GmbH) (*) Direct/Thread: Running 'PNX8550 Input' (INPUT, 924)... (*) DirectFB/Input: PNX8550 remote control 0.1 (Philips) (*) DirectFB/Graphics/pnx8550: /dev/fb0 is the Philips PNX8550 Framebuffer Devic e (*) DirectFB/Graphics/pnx8550: Acceleration enabled! (*) DirectFB/Graphics: Philips PNX8550 0.1 (Philips) (*) Output Framerate(59.939999) of Renderer 0 does not match that of encoder 0 (*) DirectFB/Core/WM: Default 0.2 (Convergence GmbH) (*) Direct/Thread: Running 'EventBufferFeed' (MESSAGING, 925)... nsScreenGtk :: Inside Init Gdk-DirectFB-Message: gdk_screen_width_mm() assumes a screen resolution of 72 dp i (!) [ 912: 2.413] --> Caught signal 11 (unknown origin) <-- (!) Direct/Thread: Killing 'Fusion Dispatch' (914)! Killed
Heard signal 11 means 'Segment Fault', right? I need to back-trace the codes and find out carsh position. Could please figure me out where firefox main-entrance is? I found only Minimo entrance^ thomas 2007-06-20 发件人: timeless 发送时间: 2007-06-15 17:55:13 收件人: [email protected] 抄送: 主题: Re: Problem when building firefox on Mips On Jun 13, 4:01 am, "thomas liu" <[EMAIL PROTECTED] > wrote: > I'm tring to build Firefox 1.5.0.3 with DFB patch on Mips, over GTK 2.10.1. > The gtk-demo is running very well. Some of us don't speak Greek, what's a DFB (provide a single URL to a single patch). Note that ff1.5 is something like 2 years old and doesn't get any support from anyone. MIPS in general is only going to get support for trunk and only after someone helps us figure out how to get it to detect an amusing edge case. > Compiling failed either static or shared. > > Static: failed at last step ~#$&....... > > mipsel-linux-gnu-gcc -o firefox-bin -fno-rtti -fno-exceptions -Wall > -Wconversion -Wpointer-arith -Wcast-align ... > collect2: ld terminated with signal 9 [Killed] http://www.foobartastic.com/2006/09/30/the-fox-that-wouldnt-build/ Offhand, my bet is you ran out of memory and the oom killer decided ld was the offender (it would have been). > Shared: > > mipsel-linux-gnu-gcc -Wa,-xgot -fno-rtti -fno-exceptions -Wall -Wconversion > -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth > -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -Wa,-xgot > -pthread -pipe -DDEBUG -D_DEBUG -DDEBUG_root -DTRACING -g -fno-inline > -Wa,-xgot -O -fPIC -shared -Wl,-h -Wl,libgklayout.so -o libgklayout.so > nsLayoutModule.o nsContentHTTPStartup.o nsContentDLF.o ... > /opt/nxlinux/gcc/gcc-3.3.4-glibc-2.3.2/lib/gcc-lib/mipsel-linux-gnu/3.3.4/../../../../mipsel-linux- > gnu/bin/ld: final link failed: Bad value > collect2: ld returned 1 exit status offhand, http://sourceware.org/ml/binutils/2007-03/msg00214.html _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
_______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
