buid error bitbake commands

Hi,

I am trying to build angstorm on ubuntu machine for beagle board.

I am following the instructions given inhttp://www.openembedded.org,

i have done the bitbake console-image successfully,
while building the bitbake x11-image and bitbake dvb-image, bitbake
console-mpiv6 i am getting the following error

ERROR: Task 1978 (/home/kishore/stuff/openembedded/packages/gtk+/gtk+_
2.14.2.bb, do_compile) failed
ERROR: ‘/home/kishore/stuff/openembedded/packages/gtk+/gtk+_2.14.2.bb
failed

/bin/sh is also pointing to bash, plse give me a solution to above errors…

please provide bitbake commands which supports audio,video and chat applications…

regards,
Tilak

As I said before, that's not the actual error. bitbake gave you a
error log as well.

Hi,

log file(log.do_compile) is attached to this.
this error is generated during the following command
bitbake openmoko-image command on OE ubuntu machine.

please go through that attached log file…

Thanks &Regards
Tilak

log.do_compile.24152 (5.92 KB)

> > Hi,

> > I am trying to build angstorm on ubuntu machine for beagle board.
> > I am following the instructions given inhttp://www.openembedded.org,
> > i have done the bitbake console-image successfully,
> > while building the bitbake x11-image and bitbake dvb-image, bitbake
> > console-mpiv6 i am getting the following error

> > ERROR: Task 1978 (/home/kishore/stuff/openembedded/packages/gtk+/gtk+_
> > 2.14.2.bb, do_compile) failed
> > ERROR: '/home/kishore/stuff/openembedded/packages/gtk+/gtk+_2.14.2.bb'
> > failed

> As I said before, that's not the actual error. bitbake gave you a
> error log as well.

> Hi,

log file(log.do_compile) is attached to this.
this error is generated during the following command
bitbake openmoko-image command on OE ubuntu machine.

please go through that attached log file...

/home/kishore/tmp/cross/armv7a/lib/gcc/arm-angstrom-linux-gnueabi/
4.3.1/../../../../arm-angstrom-linux-gnueabi/bin/ld:.libs/
libgdk_pixbuf-2.0.ver:2: ignoring invalid character `\001' in script
/home/kishore/tmp/cross/armv7a/lib/gcc/arm-angstrom-linux-gnueabi/
4.3.1/../../../../arm-angstrom-linux-gnueabi/bin/ld:.libs/
libgdk_pixbuf-2.0.ver:2: syntax error in VERSION script

that does mean you have (or have had) /bin/sh pointing to dash during
the build.

regards,

Koen