[meta-freescale] I think I am missing some critical link, but am lost trying to find it.

Daiane Angolini daiane.list at gmail.com
Tue Jun 24 11:20:16 PDT 2014


On Tue, Jun 24, 2014 at 11:28 AM, Stephen Munnings
<Stephen.Munnings at nuvation.com> wrote:
> Hello all,
>
>
>
> I have been using the ycoto fsl-community-bsp (branch dora) to build a
> distribution for a custom hardware design (similar but not identical to the
> wandboard solo).
>
> We have an application built using Qt – initially developed on an external
> host, but now being “brought into” the yocto recipe system.
>
> We have added 3 layers to our setup.
>
> a.       A layer for the board changes (BSP layer) – also has the image
> recipes
>
> b.      A layer for the distro – and very little else – this could perhaps
> have been merged into one of the other two layers, but I do think it should
> stay a separate layer
>
> c.       A layer for the application itself and associated support files and
> directories. (e.g. The startup script is in here also)
>
>
>
> I am having two problems with this setup that are probably related.
>
> 1.        When I attempt to build the application (using Qt 5.1), it does
> not find the toolchain for it.
>
> a.       I get a message about arm-poky-linux-gnueabi-gcc Command not found.
>
> b.      If I search for the toolchain, I find it in :
> /home/user/<project>/yocto/fsl-community-bsp/build/tmp/sysroots/x86_64-linux/usr/bin/cortexa9hf-vfp-neon-poky-linux-gnueabi/
>
> c.       If I add this path to $PATH, then the build works.  However, I
> think that this is “kludging my way around the problem”

I have no idea, however it smells like CC not being overriden in your recipe.

I suppose this error is from your qt application recipe, right?


Daiane


More information about the meta-freescale mailing list