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@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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
