On Wed, Feb 23, 2011 at 06:47:46AM +0100, Christ van Willegen wrote:
> Hello,
> 
> I've been running into problems creating an SHR-U image lately.
> 
> These are the errors I get in the log.do_configure for bash:
> 
> http://pastebin.com/SSpD0K62
> 
> The config.log it refers to looks like this:
> 
> http://pastebin.com/1jE4SWkd
> 
> 
> What can I do to get rid of these build errors? Thanks in advance for
> any pointers you can give me!

Rebuild gcc

cd openembedded/recipes/gcc;
for i in gcc-cross-initial_4.5.bb gcc-cross-intermediate_4.5.bb 
gcc-cross_4.5.bb gcc_4.5.bb; do 
  bitbake -c unpack -f -b $i; 
done;
bitbake gcc
bitbake -c clean bash
bitbake bash

-- 
Martin 'JaMa' Jansa     jabber: [email protected]

Attachment: pgpWzwpfcnarg.pgp
Description: PGP signature

_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to