* Denys Dmytriyenko <[email protected]> [140408 03:04]: > On Mon, Apr 07, 2014 at 06:37:01PM -0400, Denys Dmytriyenko wrote: > > Ok, it took me some time and effort (the error is severely misleading), but > > I > > was finally able to trace down what causes the breakage in the internal > > toolchain:
> > http://arago-project.org/git/?p=meta-arago.git;a=commitdiff;h=e9797a456c99c890e5ff62334b7d65e1ff7db676 Ah, nice catch! Thanks for the hard work debugging this! > > The addition of libc-headers version used for the platform into the > > PACKAGE_ARCH causes gcc-cross-initial to not find binutils binaries during > > bootstrap. > > I'm still trying to figure out if it would be possible to unbreak the > > build, > > while keeping the change, but at least it should be possible to have a > > quick For the moment, I'm going with this solution as the customer in question will only build for one SoC and uses a custom distro. > And this seems to have resolved the issue: > STAGING_BINDIR_TOOLCHAIN = > "${STAGING_DIR_NATIVE}${bindir_native}/${TUNE_PKGARCH}-${PREFERRED_VERSION_linux-libc-headers}${TARGET_VENDOR}-${TARGET_OS}" This should likely solve it in the more general case. Cheers, Anders -- Anders Darander ChargeStorm AB / eStorm AB _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
