Dear Marcus and All, I just tried to move from 2.0.1 to 2.2.1 and received the same error as you did. I'm curious what config you found to be in error.
One post mentioned that ABI is looking for QtCore lib. The lib dir is /usr/local/angstrom/arm/arm-angstrom-linux-gnueabi//usr/lib which is defined by OE_QMAKE_LIBDIR_QT. Does 2.2.1 look at the OE_ variables? This setup does work with 2.0.1. $qmake -query QT_INSTALL_PREFIX:/usr/local/angstrom/arm QT_INSTALL_DATA:/usr/local/angstrom/arm QT_INSTALL_DOCS:/usr/local/angstrom/arm/doc QT_INSTALL_HEADERS:/usr/local/angstrom/arm/include QT_INSTALL_LIBS:/usr/local/angstrom/arm/lib QT_INSTALL_BINS:/usr/local/angstrom/arm/bin QT_INSTALL_PLUGINS:/usr/local/angstrom/arm/plugins QT_INSTALL_TRANSLATIONS:/usr/local/angstrom/arm/translations QT_INSTALL_CONFIGURATION:/etc/xdg QT_INSTALL_EXAMPLES:/usr/local/angstrom/arm/examples QT_INSTALL_DEMOS:/usr/local/angstrom/arm/demos QMAKE_MKSPECS:/usr/local/angstrom/arm/mkspecs QMAKE_VERSION:2.01a QT_VERSION:4.6.3 $ cat /usr/local/angstrom/arm/environment-setup export SDK_PATH=/usr/local/angstrom/arm export TARGET_SYS=arm-angstrom-linux-gnueabi export PATH=$SDK_PATH/bin:$PATH #export CPATH=$SDK_PATH/$TARGET_SYS/usr/include:$CPATH export LIBTOOL_SYSROOT_PATH=$SDK_PATH/$TARGET_SYS export PKG_CONFIG_SYSROOT_DIR=$SDK_PATH/$TARGET_SYS export PKG_CONFIG_PATH=$SDK_PATH/$TARGET_SYS/usr/lib/pkgconfig export CONFIG_SITE=$SDK_PATH/site-config alias opkg="LD_LIBRARY_PATH=$SDK_PATH/lib $SDK_PATH/bin/opkg-cl -f $SDK_PATH//etc/opkg-sdk.conf -o $SDK_PATH" alias opkg-target="LD_LIBRARY_PATH=$SDK_PATH/lib $SDK_PATH/bin/opkg-cl -f $SDK_PATH/$TARGET_SYS/etc/opkg.conf -o $SDK_PATH/$TARGET_SYS" export OE_QMAKE_CC=arm-angstrom-linux-gnueabi-gcc export OE_QMAKE_CXX=arm-angstrom-linux-gnueabi-g++ export OE_QMAKE_LINK=arm-angstrom-linux-gnueabi-g++ export OE_QMAKE_LIBDIR_QT=/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi//usr/lib export OE_QMAKE_INCDIR_QT=/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi//usr/include/qtopia export OE_QMAKE_MOC=/usr/local/angstrom/arm/bin/moc4 export OE_QMAKE_UIC=/usr/local/angstrom/arm/bin/uic4 export OE_QMAKE_UIC3=/usr/local/angstrom/arm/bin/uic34 export OE_QMAKE_RCC=/usr/local/angstrom/arm/bin/rcc4 export OE_QMAKE_QDBUSCPP2XML=/usr/local/angstrom/arm/bin/qdbuscpp2xml4 export OE_QMAKE_QDBUSXML2CPP=/usr/local/angstrom/arm/bin/qdbusxml2cpp4 export OE_QMAKE_QT_CONFIG=/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi//usr/share/qtopia/mkspecs/qconfig.pri export QMAKESPEC=/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi//usr/share/qtopia/mkspecs/linux-g++ Thanks Jonathan Cormier
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
