Re: Running Linaro toolchain on ubuntu 13.10 x86_64

2013-11-13 Thread Ard Biesheuvel
On 13 November 2013 14:48, Matthew Gretton-Dann wrote: > On 13 November 2013 10:02, Zhenqiang Chen wrote: >>> From: Deepak Saxena >>> Date: 12 November 2013 07:25 >>> Subject: Running Linaro toolchain on ubuntu 13.10 x86_64 >>> To: Linaro Dev >>

Re: Running Linaro toolchain on ubuntu 13.10 x86_64

2013-11-13 Thread Matthew Gretton-Dann
On 13 November 2013 10:02, Zhenqiang Chen wrote: >> From: Deepak Saxena >> Date: 12 November 2013 07:25 >> Subject: Running Linaro toolchain on ubuntu 13.10 x86_64 >> To: Linaro Dev >> >> >> I'm working on getting my new build system up an

Re: Running Linaro toolchain on ubuntu 13.10 x86_64

2013-11-13 Thread Zhenqiang Chen
> From: Deepak Saxena > Date: 12 November 2013 07:25 > Subject: Running Linaro toolchain on ubuntu 13.10 x86_64 > To: Linaro Dev > > > I'm working on getting my new build system up and running and with > 13.10. Running any of our toolchain commands leads to "

Re: Running Linaro toolchain on ubuntu 13.10 x86_64

2013-11-12 Thread Fathi Boudra
On 12 November 2013 22:13, Deepak Saxena wrote: > On 12 November 2013 05:49, Nicolas Dechesne > wrote: >> >> On Tue, Nov 12, 2013 at 2:39 PM, Ryan Harkin wrote: >>> >>> On 12 November 2013 06:25, Deepak Saxena wrote: >>> > I'm working on getting my new build system up and running and with >>>

Re: Running Linaro toolchain on ubuntu 13.10 x86_64

2013-11-12 Thread Deepak Saxena
On 12 November 2013 05:49, Nicolas Dechesne wrote: > > On Tue, Nov 12, 2013 at 2:39 PM, Ryan Harkin wrote: >> >> On 12 November 2013 06:25, Deepak Saxena wrote: >> > I'm working on getting my new build system up and running and with >> > 13.10. Running any of our toolchain commands leads to "No

Re: Running Linaro toolchain on ubuntu 13.10 x86_64

2013-11-12 Thread Deepak Saxena
On 12 November 2013 02:01, Ola Dahl wrote: > Hi, > > in my experience (Ubuntu 13.04, 64-bit), it worked fine (building with the > Linaro toolchain) after doing two installs: > > sudo apt-get install ia32-libs > > and > > sudo apt-get install ia32-libs-multiarch Those have been dropped in 13.10.

Re: Running Linaro toolchain on ubuntu 13.10 x86_64

2013-11-12 Thread Nicolas Dechesne
On Tue, Nov 12, 2013 at 2:39 PM, Ryan Harkin wrote: > On 12 November 2013 06:25, Deepak Saxena wrote: > > I'm working on getting my new build system up and running and with > > 13.10. Running any of our toolchain commands leads to "No such file or > > directory". > > I had exactly the same probl

Re: Running Linaro toolchain on ubuntu 13.10 x86_64

2013-11-12 Thread Ryan Harkin
On 12 November 2013 06:25, Deepak Saxena wrote: > I'm working on getting my new build system up and running and with > 13.10. Running any of our toolchain commands leads to "No such file or > directory". I had exactly the same problem. > I'm guessing this has to with my system being x86_64 and

Re: Running Linaro toolchain on ubuntu 13.10 x86_64

2013-11-12 Thread Matthias Klose
Am 12.11.2013 07:25, schrieb Deepak Saxena: > I'm working on getting my new build system up and running and with > 13.10. Running any of our toolchain commands leads to "No such file or > directory". I'm guessing this has to with my system being x86_64 and > 13.10 no longer including ia32_libs pac

Re: Running Linaro toolchain on ubuntu 13.10 x86_64

2013-11-12 Thread Ola Dahl
Hi, in my experience (Ubuntu 13.04, 64-bit), it worked fine (building with the Linaro toolchain) after doing two installs: sudo apt-get install ia32-libs and sudo apt-get install ia32-libs-multiarch Best regards, Ola On Tue, Nov 12, 2013 at 7:25 AM, Deepak Saxena wrote: > I'm working on

Running Linaro toolchain on ubuntu 13.10 x86_64

2013-11-11 Thread Deepak Saxena
I'm working on getting my new build system up and running and with 13.10. Running any of our toolchain commands leads to "No such file or directory". I'm guessing this has to with my system being x86_64 and 13.10 no longer including ia32_libs package, but could be incorrect. If this is indeed the