konq-e hang on mips ( 64 M M/M ) no swap..

PeterKim kskim at ccmedia.co.kr
Mon Mar 20 19:07:25 CET 2006


 

I try to use  Konq-e to our embedded h/w

 

1.    H/W spec

 

Mips , 64 M/M and no swap.

 

2.    s/w

 

 2.4.18 kernel LINUX, Qt 3.3.5 

 

3.    problem.

 

3-1)

When I test QT sample only, it's works fine.

 

3-2)

But I run Konq-e, it hang on following code, QMainWindow.

 

 MainWindowBase::MainWindowBase( QWidget *parent, const char *name, WFlags
flags )

 : QMainWindow( parent, name, flags )

{

}

 

     3-3) So, I change compile mode from dynamic to static.

 

             After that,  Konq -e generate Segment Fault and stop at  "
setCentralWidget( m_widgetStack ); "  in the mainwindowbase.cc

 

     This is my final configure statement.

 

             Would you tell me why I get Segment Fault and how to remove it
?

 

 

export BASE=/opt/hardhat/previewkit/mips/fp_le/bin

export QTDIR=/export/home/em/com_org

export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH

export CC=$BASE/mips_fp_le-gcc

export CXX=$BASE/mips_fp_le-g++

export KDEDIR=.

export PATH=$QTDIR/bin:$BASE:/usr/local/bin:$PATH

 

export CXXFLAGS="-DQT_NO_CLIPBOARD -DKDE_QT_ONLY -DQT_NO_TOOLBAR
-DQT_NO_TOOLTIP -DQT_NO_MENUBAR -DQT_NO_DRAGANDDROP -DKDE_QT_ONL

Y"

 

export LDFLAGS="-lm "

 

 

./configure --prefix=/yaffs/webbrowser --exec-prefix=/yaffs/webbrowser
--without-ssl \

        --with-qt-dir=$QTDIR \

        --disable-scrollbars \

        --disable-bookmarks --without-arts  \

        --enable-qt-embedded --enable-embedded  \

        --with-ipv6-lookup=no \

        --host=mipsel-linux --target=mipsel-linux \

        --disable-javascript  \

        --disable-selection  --with-gui=kiosk \

        --disable-kjsmemdebug \

        --disable-pcre --disable-debug \

        --disable-printing  --disable-sidebar --disable-xmlui --disable-ftp
--enable-static --disable-shared --enable-final

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/konq-e/attachments/20060320/75cfb37d/attachment.html 


More information about the konq-e mailing list