Finally this error is also resolving. I was exporting wrong path for QMAKESPEC. I need to export same path as defined in environment-setup-armv6-poky-linux-gnueabi, so i executed-
"source /opt/poky/1.0/environment-setup-armv6-poky-linux-gnueabi " then tried compiling Qt applications and got successful. Thanks to Yocto community !! On Tue, Jun 5, 2012 at 5:48 PM, Navani Srivastava < navani.srivast...@gmail.com> wrote: > Hi, > > Thanks for support. I successfully created SDK with this modification. I > installed the same SDK and tried compiling Qt application, but got error > mentioning > > "Failure to read QMAKESPEC conf file > /opt/poky/1.0/sysroots/arm-poky-linux-gnueabi/usr/share/qtopia/mkspecs/linux-gnueabi-oe-g++/qmake.conf/qmake.conf. > Error processing project file: /home/Qt/hello/hello.pro" > > I had exported path of QMAKESPEC to > /opt/poky/1.0/sysroots/arm-poky-linux-gnueabi/usr/share/qtopia/mkspecs/linux-gnueabi-oe-g++/qmake.conf > > > Any idea why I am ending up with this error ? Any reply is appreciable. > > Thanks > Navani > > > On Wed, May 30, 2012 at 12:36 AM, Khem Raj <raj.k...@gmail.com> wrote: > >> On Tue, May 29, 2012 at 2:03 AM, Navani Srivastava >> <navani.srivast...@gmail.com> wrote: >> > >> > "ln -s >> > /opt/poky/1.0/sysroots/arm-poky-linux-gnueabi/usr/share/qtopia/mkspecs >> > mkspecs >> > | ln: creating symbolic link `mkspecs': File exists" >> > >> >> as it says it seems file is there already. So make sure the preexisting >> file >> is correct if so then you can check first if file exists before creating >> symlink >> if the file is incorrect then just use ln -sf to create the symlink >> >> > On commenting out >> > "(cd ${SDK_OUTPUT}/${QT_TOOLS_PREFIX}/..; ln -s >> > ${SDKTARGETSYSROOT}/usr/share/qtopia/mkspecs mkspecs;)" >> > >
_______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto