On Wed, Dec 23, 2009 at 04:58:52PM +0530, Naveen Krishna Ch wrote:
>         configure: error: C compiler cannot create executables
> 
> Now i have done a "bitbake -c clean -b path-to-eglibc_2.10.bb"
> and now i m stuck at eglibc, the build is not proceeding any further.

You need to rebuild a bit more stuff

This is oneliner I use after eglibc upgrades:

for i in recipes/gcc/*4.4.2*bb recipes/eglibc/*2.10*bb; do echo $i; bitbake -c 
clean -b $i; done; bitbake -k shr-image

Maybe its not minimal, but always worked for me (no time now to check why
even gcc headers are removed when upgrading eglibc(-initial)).

After successfull eglibc upgrade, try failing packages again ("cannot
create executable" is definitely from eglibc upgrade - headers like
limits.h, stdio.h, etc. are missing in your staging area)

Regards,

-- 
uin:136542059                jid:[email protected]
Jansa Martin                 sip:[email protected] 
JaMa                         
_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to