Hello everybody,

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

Notice : I create a folder called "files" where the .c file is stored.
Furthermore i did follow the documentation provided by the team
(http://docs.openembedded.org/usermanual/usermanual.html#recipes_helloworld_example)




Error appeared in the terminal while building the .bb recipe : "

zoumpis@linux-bc34:~> bitbake -b
/home/zoumpis/work/oe/openembedded/recipes/myhelloworld/myhelloworld_0.1.bb

Build Configuration:
BB_VERSION        = "1.10.2"
METADATA_BRANCH   = "master"
METADATA_REVISION = "f5626cb"
TARGET_ARCH       = "i586"
TARGET_OS         = "linux"
MACHINE           = "epia"
DISTRO            = "generic"
DISTRO_VERSION    = ""

ERROR: TaskFailed event exception, aborting
ERROR: Build of
/home/zoumpis/work/oe/openembedded/recipes/myhelloworld/myhelloworld_0.1.bb
do_compile failed
NOTE: Preparing runqueue
NOTE: Executing runqueue
ERROR: Task 11 
(/home/zoumpis/work/oe/openembedded/recipes/myhelloworld/myhelloworld_0.1.bb,
do_compile) failed with 256
ERROR: 
'/home/zoumpis/work/oe/openembedded/recipes/myhelloworld/myhelloworld_0.1.bb'
failed
NOTE: Running task 6 of 14 (ID: 11,
/home/zoumpis/work/oe/openembedded/recipes/myhelloworld/myhelloworld_0.1.bb,
do_compile)
NOTE: package myhelloworld-0.1-r0: task do_compile: Started
ERROR: Function do_compile failed
NOTE: Task failed: ('function do_compile failed',
'/usr/local/projects/oetmp/work/i586-linux/myhelloworld-0.1-r0/temp/log.do_compile.10070')
ERROR: Logfile of failure stored in:
/usr/local/projects/oetmp/work/i586-linux/myhelloworld-0.1-r0/temp/log.do_compile.10070
Log data follows:
| ccache: FATAL: Could not find compiler "i586-linux-gcc" in PATH
| ERROR: Function do_compile failed
NOTE: package myhelloworld-0.1-r0: task do_compile: Failed
ERROR: TaskFailed event exception, aborting
ERROR: Build of
/home/zoumpis/work/oe/openembedded/recipes/myhelloworld/myhelloworld_0.1.bb
do_compile failed
ERROR: Task 11 
(/home/zoumpis/work/oe/openembedded/recipes/myhelloworld/myhelloworld_0.1.bb,
do_compile) failed with 256
ERROR: 
'/home/zoumpis/work/oe/openembedded/recipes/myhelloworld/myhelloworld_0.1.bb'
failed

Error log file : "

ccache: FATAL: Could not find compiler "i586-linux-gcc" in PATH
ERROR: Function do_compile failed"

Looking forward for your help!

-- 


Rousinopoulos Athanasios-Ilias

-- About Me--
http://zoumpis.wordpress.com
http://www.zoumpis.eu
http://en.opensuse.org/User:Zoumpis
http://en.opensuse.org/openSUSE:Medical_team

Attachment: myhelloworld_0.1.bb
Description: Binary data

#include <stdio.h>
int main(int argc, char** argv)
{
printf("Hello world!\n");
return 0;
}
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to