Labels

13/09/2010

Error: Could not find a glib-genmarshal in your PATH

I got an error message during bitbake  omap3-console-image:

| checking for EILSEQ... yes
| checking for glib-genmarshal... no
| configure: error: Could not find a glib-genmarshal in your PATH
NOTE: Task failed: /home/erik/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/glib-2.0-2.24.1-r0/temp/log.do_configure.3375
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/erik/overo-oe/org.openembedded.dev/recipes/glib-2.0/glib-2.0_2.24.1.bb do_configure failed
ERROR: Task 1369 (/home/erik/overo-oe/org.openembedded.dev/recipes/glib-2.0/glib-2.0_2.24.1.bb, do_configure) failed
NOTE: Tasks Summary: Attempted 483 tasks of which 483 didn't need to be rerun and 1 failed.
ERROR: '/home/erik/overo-oe/org.openembedded.dev/recipes/glib-2.0/glib-2.0_2.24.1.bb' failed



the way to fix the problem is do the  following: 

1. bitbake -c clean glib-2.0 
2. bitbake -c rebuild glib-2.0 

Then bitbake your normal image e.g bitbake omap3-console-image


Problem solved!

No comments:

Post a Comment