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

2012-08-10 Thread Elvis Dowson
Hi, I cloned the meta-sourcery repo, added it to my bblayers.conf $ cd /tool/yocto $ git clone git://github.com/MentorEmbedded/meta-sourcery.git I specified the following variables in my local.conf: # Set the toolchain. TCMODE = external-csl EXTERNAL_TOOLCHAIN =

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

2012-08-10 Thread Elvis Dowson
Hi, On Aug 10, 2012, at 7:37 PM, Elvis Dowson wrote: I cloned the meta-sourcery repo, added it to my bblayers.conf $ cd /tool/yocto $ git clone git://github.com/MentorEmbedded/meta-sourcery.git I specified the following variables in my local.conf: # Set the toolchain. TCMODE =

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

2012-08-10 Thread Chris Larson
On Fri, Aug 10, 2012 at 8:59 AM, Elvis Dowson elvis.dow...@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