Finally this error is also resolving. I was exporting wrong path for QMAKESPEC. <br>I need to export same path as defined in environment-setup-armv6-poky-linux-gnueabi, so i executed-<br><br>"source /opt/poky/1.0/environment-setup-armv6-poky-linux-gnueabi "<br>
<br>then tried compiling Qt applications and got successful.<br>Thanks to Yocto community !!<br><br><div class="gmail_quote">On Tue, Jun 5, 2012 at 5:48 PM, Navani Srivastava <span dir="ltr"><<a href="mailto:navani.srivastava@gmail.com" target="_blank">navani.srivastava@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br><br>Thanks for support. I successfully created SDK with this modification. I installed the same SDK and tried compiling Qt application, but got error mentioning <br>
<br>"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.<br>
Error processing project file: /home/Qt/hello/<a href="http://hello.pro" target="_blank">hello.pro</a>"<br><br>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 <br>
<br>Any idea why I am ending up with this error ? Any reply is appreciable.<br><br>Thanks <br><span class="HOEnZb"><font color="#888888">Navani <br></font></span><div class="HOEnZb"><div class="h5"><br><br><div class="gmail_quote">
On Wed, May 30, 2012 at 12:36 AM, Khem Raj <span dir="ltr"><<a href="mailto:raj.khem@gmail.com" target="_blank">raj.khem@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>On Tue, May 29, 2012 at 2:03 AM, Navani Srivastava<br>
<<a href="mailto:navani.srivastava@gmail.com" target="_blank">navani.srivastava@gmail.com</a>> wrote:<br>
><br>
> "ln -s<br>
> /opt/poky/1.0/sysroots/arm-poky-linux-gnueabi/usr/share/qtopia/mkspecs<br>
> mkspecs<br>
> | ln: creating symbolic link `mkspecs': File exists"<br>
><br>
<br>
</div>as it says it seems file is there already. So make sure the preexisting file<br>
is correct if so then you can check first if file exists before creating symlink<br>
if the file is incorrect then just use ln -sf to create the symlink<br>
<div><div><br>
> On commenting out<br>
> "(cd ${SDK_OUTPUT}/${QT_TOOLS_PREFIX}/..; ln -s<br>
> ${SDKTARGETSYSROOT}/usr/share/qtopia/mkspecs mkspecs;)"<br>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br>