[oe] Problem while building a simple helloworld.bb recipe....

Paul Eggleton paul.eggleton at linux.intel.com
Fri Feb 17 10:29:01 UTC 2012


On Friday 17 February 2012 02:06:48 Athanasios-Ilias Rousinopoulos wrote:
> I face a problem while i build my helloworld recipe. Here i present
> all the information , also i submit the bitbake recipe and the .c
> source. Thanks. Hope someone can help me to overcome this problem and
> configure correctly the recipe. Thanks

> zoumpis at linux-bc34:~> bitbake -b
>...
> ccache: FATAL: Could not find compiler "i586-linux-gcc" in PATH

So the answer to this is do not use the -b option unless you've already 
ensured all the dependencies have been taken care of, because -b will not do 
that.

Simply place the recipe somewhere that bitbake can find it via BBFILES (i.e. 
next to other recipes) and then use "bitbake helloworld" and it should build 
fine.

Cheers,
Paul
-- 

Paul Eggleton
Intel Open Source Technology Centre




More information about the Openembedded-devel mailing list