[meta-ti] Help with building gstreamer-ti on beagleboard

Denys Dmytriyenko denys at ti.com
Tue Nov 13 17:37:51 PST 2012


On Tue, Nov 13, 2012 at 11:10:31PM -0200, Flavio Castro Alves Filho wrote:
> 2012/11/13 Tomas Frydrych <tf+lists.yocto at r-finger.com>
> 
> | make[1]: /arm-poky-linux-gnueabi-gcc: Command not found

^^^^^^^^^

Yes, some of the recipes in meta-ti still use old TOOLCHAIN_* vars from 
Classic OE, which were set specifically to allow building packages either 
with an internal toolchain or with an external prebuilt one. In OE-Core or 
Yocto/Poky those vars are not set by default, as it's left for the 
distribution to deal with setting up any fancy toolchain business.  You'd 
need to add something like this to your config file:

TOOLCHAIN_PATH ?= "${STAGING_BINDIR_TOOLCHAIN}"
TOOLCHAIN_SYSPATH ?= "${TOOLCHAIN_PATH}/${TARGET_SYS}"

-- 
Denys



More information about the meta-ti mailing list