[yocto] Broken SDK

Khem Raj raj.khem at gmail.com
Tue May 29 12:06:17 PDT 2012


On Tue, May 29, 2012 at 2:03 AM, Navani Srivastava
<navani.srivastava at 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;)"



More information about the yocto mailing list