[yocto] external-sourcery-toolchain: ERROR: Function failed: do_install

Chris Larson clarson at kergoth.com
Fri Aug 10 09:03:02 PDT 2012


On Fri, Aug 10, 2012 at 8:59 AM, Elvis Dowson <elvis.dowson at gmail.com> wrote:
> I found the solution. I had to specify NO32LIBS = "0", since I'm building on
> an Ubuntu 12.04 64-bit machine.
>
> # Set the toolchain.
> TCMODE = "external-csl"
> EXTERNAL_TOOLCHAIN = "/tool/mentor/csl-2012.03.71"
> NO32LIBS = "0"
> CSL_TARGET_SYS_powerpc = "powerpc-mentor-linux-gnu"

Yeah, we should probably make the tcmode set that — things get unhappy
due to the LD_PRELOAD when it tries to run the 32 bit toolchain
binaries without a 32 bit libpseudo around.
-- 
Christopher Larson



More information about the yocto mailing list