On (11/05/10 07:32), Tom Rini wrote: > On Sun, 2010-05-09 at 22:49 -0700, Khem Raj wrote: > > On (09/05/10 11:24), Tom Rini wrote: > > > On Sat, 2010-05-08 at 08:11 -0700, Tom Rini wrote: > > > > On Sat, 2010-05-08 at 09:06 +0200, Frans Meulenbroeks wrote: > > > > > 2010/5/7 Tom Rini <[email protected]>: > > > > > > Hey all, > > > > > > > > > > > > With DISTRO=minimal and MACHINE=calamari, I see the following > > > > > > failure in > > > > > > gnutls (using fe4ff6940b06c73d5b88224b99750bf65accf13d in oe.dev): > > > > > > http://pastebin.com/cjAStcLb and I confirmed this prior to the RP > > > > > > merge, > > > > > > so this is unrelated. > > > > > > > > > > Which eglibc is that? > > > > > The issues I had seemed due to some catch22 situation that I cured; I > > > > > started a clean build yesterday before I left work & can tell the > > > > > results on monday. > > > > > My distro was angstrom, machine calamari, this uses eglibc 2.10. Is > > > > > minimal also using 2.10 or is it at 2.11 > > > > > > > > > > I can also try to kick off a minimal build on monday > > > > > > > > minimal is eglibc 2.10. I'll try an Angstrom build. > > > > > > With Angstrom, gcc-cross-initial fails building libgcc, config.log has: > > > cc1: error: not configured for ABI: 'spe' > > > configure:2591: $? = 1 > > > configure: failed program was: > > > ... standard empty program ... > > > configure:2605: error: cannot compute suffix of object files: cannot > > > compile > > > > > > Ubuntu 9.10 x86_64 host > > > > Could you test with attached gcc patch please. This should fix the > > undefined symbol error. You could use minimal distro for SPE targets > > it should work. Please let me know if it works for you. > > This fixes the e300c3 / ppc603e issue, but not the gnutls issue (which > is now seen on those platforms). So the general problem of -Os + ppc > not being right with GNU.org toolchains is still there, on 4.4.3 at > least.
out of order epilogue/prologue are added in gcc 4.4 so I expect 4.4+ to show this issue. That said, when I tried for calamari from scratch bitbake gnutls it went through fine on Kubuntu 10.04/x86_64 build machine. > > -- > Tom Rini <[email protected]> > Mentor Graphics Corporation > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
