[uClinux-dev] xconfig error in uClinux-dist-test-20061215
Bernd Büttner
b.buettner at mkc-gmbh.de
Wed Jan 10 06:16:51 EST 2007
I want to switch to uClinux-dist-test-20061215.
My actual distribution is uClinux-dist-20060803 which works fine for kernel 2.6.x.
Running 'make xconfig' for vendor selection in new distribution is ok.
Then running make xconfig for Kernel/Library/Defaults selection.
After save and exit I get the following results:
config/mkconfig > config.in
make -C /home/gw/project/ewebsrv-linux-2.6.19-uc1/config/scripts tkparse
make[1]: Entering directory `/home/gw/project/ewebsrv-linux-2.6.19-uc1/config/scripts'
make[1]: »tkparse« ist bereits aktualisiert.
make[1]: Leaving directory `/home/gw/project/ewebsrv-linux-2.6.19-uc1/config/scripts'
ARCH=dummy /home/gw/project/ewebsrv-linux-2.6.19-uc1/config/scripts/tkparse < config.in > config.tmp
cat /home/gw/project/ewebsrv-linux-2.6.19-uc1/config/scripts/header.tk >> ./config.tk
cat config.tmp >> config.tk
rm -f config.tmp
echo "set defaults \"/dev/null\"" >> config.tk
echo "set help_file \"config/Configure.help\"" >> config.tk
cat /home/gw/project/ewebsrv-linux-2.6.19-uc1/config/scripts/tail.tk >> config.tk
chmod 755 config.tk
make[1]: Entering directory `/home/gw/project/ewebsrv-linux-2.6.19-uc1'
KCONFIG_NOTIMESTAMP=1 make ARCH=m68knommu ARCH=m68knommu CROSS_COMPILE=m68k-elf- -C linux-2.6.x xconfig
make[2]: Entering directory `/home/gw/project/ewebsrv-linux-2.6.19-uc1/linux-2.6.x'
HOSTCXX scripts/kconfig/qconf.o
scripts/kconfig/qconf.cc: In member function `virtual void
ConfigList::contextMenuEvent(QContextMenuEvent*)':
scripts/kconfig/qconf.cc:801: error: no matching function for call to `QAction
::QAction(const char[10], int, ConfigList* const)'
/usr/lib/qt3/include/qaction.h:137: error: candidates are:
QAction::QAction(const QAction&)
/usr/lib/qt3/include/qaction.h:79: error:
QAction::QAction(const QString&, const QString&, QKeySequence, QObject*,
const char* = 0, bool = FALSE)
/usr/lib/qt3/include/qaction.h:77: error:
QAction::QAction(const QString&, const QIconSet&, const QString&,
QKeySequence, QObject*, const char* = 0, bool = FALSE)
/usr/lib/qt3/include/qaction.h:74: error:
QAction::QAction(QObject*, const char* = 0, bool = FALSE)
scripts/kconfig/qconf.cc:809: error: no matching function for call to `QAction
::QAction(const char[11], int, ConfigList* const)'
/usr/lib/qt3/include/qaction.h:137: error: candidates are:
QAction::QAction(const QAction&)
/usr/lib/qt3/include/qaction.h:79: error:
QAction::QAction(const QString&, const QString&, QKeySequence, QObject*,
const char* = 0, bool = FALSE)
/usr/lib/qt3/include/qaction.h:77: error:
QAction::QAction(const QString&, const QIconSet&, const QString&,
QKeySequence, QObject*, const char* = 0, bool = FALSE)
/usr/lib/qt3/include/qaction.h:74: error:
QAction::QAction(QObject*, const char* = 0, bool = FALSE)
scripts/kconfig/qconf.cc:817: error: no matching function for call to `QAction
::QAction(const char[10], int, ConfigList* const)'
/usr/lib/qt3/include/qaction.h:137: error: candidates are:
QAction::QAction(const QAction&)
/usr/lib/qt3/include/qaction.h:79: error:
QAction::QAction(const QString&, const QString&, QKeySequence, QObject*,
const char* = 0, bool = FALSE)
/usr/lib/qt3/include/qaction.h:77: error:
QAction::QAction(const QString&, const QIconSet&, const QString&,
QKeySequence, QObject*, const char* = 0, bool = FALSE)
/usr/lib/qt3/include/qaction.h:74: error:
QAction::QAction(QObject*, const char* = 0, bool = FALSE)
scripts/kconfig/qconf.cc: In member function `virtual QPopupMenu*
ConfigInfoView::createPopupMenu(const QPoint&)':
scripts/kconfig/qconf.cc:1164: error: no matching function for call to `QAction
::QAction(const char[16], int, QPopupMenu*&)'
/usr/lib/qt3/include/qaction.h:137: error: candidates are:
QAction::QAction(const QAction&)
/usr/lib/qt3/include/qaction.h:79: error:
QAction::QAction(const QString&, const QString&, QKeySequence, QObject*,
const char* = 0, bool = FALSE)
/usr/lib/qt3/include/qaction.h:77: error:
QAction::QAction(const QString&, const QIconSet&, const QString&,
QKeySequence, QObject*, const char* = 0, bool = FALSE)
/usr/lib/qt3/include/qaction.h:74: error:
QAction::QAction(QObject*, const char* = 0, bool = FALSE)
make[3]: *** [scripts/kconfig/qconf.o] Fehler 1
make[2]: *** [xconfig] Fehler 2
make[2]: Leaving directory `/home/gw/project/ewebsrv-linux-2.6.19-uc1/linux-2.6.x'
make[1]: *** [linux_xconfig] Fehler 2
make[1]: Leaving directory `/home/gw/project/ewebsrv-linux-2.6.19-uc1'
make: *** [xconfig] Fehler 2
What must I do?
Bernd
More information about the uClinux-dev
mailing list