Re: trouble building linux-linaro-3.0-2011.08-0

2012-02-21 Thread Matt Sealey
On Tue, Feb 21, 2012 at 1:03 AM, Marcin Juszkiewicz marcin.juszkiew...@linaro.org wrote: W dniu 21.02.2012 04:37, Matt Sealey pisze: I'm kind of languishing in gcc 4.4 hell right now and would quite like an updated toolchain for 4.6.2 or thereabouts (synced with the 2012.12 Linaro release).

Re: trouble building linux-linaro-3.0-2011.08-0

2012-02-21 Thread Matt Sealey
Oh just an FYI, after installing the existing 4.5 (doesn't work with C++ btw hrw, libstdc++6-4.5 won't install due to a version mismatch so that PPA definitely needs a kick) and then 4.6 to perform testing and hitting that error, rolling back to 4.5 and then 4.4, I still get that same error

Re: trouble building linux-linaro-3.0-2011.08-0

2012-02-21 Thread Matt Sealey
neko@shinji:/etc$ sudo apt-get install gcc-4.4-arm-linux-gnueabi libc6-armel-cross libc6-dev-armel-cross cpp-4.4-arm-linux-gnueabi g++-4.4-arm-linux-gnueabi Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed:

Re: trouble building linux-linaro-3.0-2011.08-0

2012-02-20 Thread Matt Sealey
Hi guys, On Sun, Aug 21, 2011 at 9:29 PM, John Rigby john.ri...@linaro.org wrote: On Sun, Aug 21, 2011 at 7:54 PM, Nicolas Pitre nicolas.pi...@linaro.org wrote: On Sun, 21 Aug 2011, John Rigby wrote: I'm having trouble building the Thumb2 kernel on, I actually believe this same code worked

Re: trouble building linux-linaro-3.0-2011.08-0

2012-02-20 Thread Marcin Juszkiewicz
W dniu 21.02.2012 04:37, Matt Sealey pisze: I'm kind of languishing in gcc 4.4 hell right now and would quite like an updated toolchain for 4.6.2 or thereabouts (synced with the 2012.12 Linaro release). Is this available as a package or PPA somewhere or am I going to spend the night

Re: trouble building linux-linaro-3.0-2011.08-0

2011-08-31 Thread Dave Martin
On Mon, Aug 22, 2011 at 10:42:39AM -0300, Christian Robottom Reis wrote: On Sun, Aug 21, 2011 at 09:54:56PM -0400, Nicolas Pitre wrote: AS arch/arm/boot/compressed/head.o arch/arm/boot/compressed/head.S: Assembler messages: arch/arm/boot/compressed/head.S:127: Error: selected

Re: trouble building linux-linaro-3.0-2011.08-0

2011-08-31 Thread Christian Robottom Reis
On Wed, Aug 31, 2011 at 03:03:21PM +0100, Dave Martin wrote: On Mon, Aug 22, 2011 at 10:42:39AM -0300, Christian Robottom Reis wrote: On Sun, Aug 21, 2011 at 09:54:56PM -0400, Nicolas Pitre wrote: AS arch/arm/boot/compressed/head.o arch/arm/boot/compressed/head.S: Assembler

Re: trouble building linux-linaro-3.0-2011.08-0

2011-08-31 Thread John Rigby
On Wed, Aug 31, 2011 at 11:25 AM, Christian Robottom Reis k...@linaro.org wrote: On Wed, Aug 31, 2011 at 03:03:21PM +0100, Dave Martin wrote: On Mon, Aug 22, 2011 at 10:42:39AM -0300, Christian Robottom Reis wrote: On Sun, Aug 21, 2011 at 09:54:56PM -0400, Nicolas Pitre wrote:   AS      

Re: trouble building linux-linaro-3.0-2011.08-0

2011-08-22 Thread Christian Robottom Reis
On Sun, Aug 21, 2011 at 09:54:56PM -0400, Nicolas Pitre wrote: AS arch/arm/boot/compressed/head.o arch/arm/boot/compressed/head.S: Assembler messages: arch/arm/boot/compressed/head.S:127: Error: selected processor does not support requested special purpose register -- `mrs r2,cpsr'

Re: trouble building linux-linaro-3.0-2011.08-0

2011-08-22 Thread Nicolas Pitre
On Mon, 22 Aug 2011, Christian Robottom Reis wrote: On Sun, Aug 21, 2011 at 09:54:56PM -0400, Nicolas Pitre wrote: AS arch/arm/boot/compressed/head.o arch/arm/boot/compressed/head.S: Assembler messages: arch/arm/boot/compressed/head.S:127: Error: selected processor does not

Re: trouble building linux-linaro-3.0-2011.08-0

2011-08-21 Thread Nicolas Pitre
On Sun, 21 Aug 2011, John Rigby wrote: I'm having trouble building the Thumb2 kernel on, I actually believe this same code worked some time ago before a toolchain update. There are actually two problems described below. I get past the first with a config change but don't know how to fix the

Re: trouble building linux-linaro-3.0-2011.08-0

2011-08-21 Thread John Rigby
On Sun, Aug 21, 2011 at 7:54 PM, Nicolas Pitre nicolas.pi...@linaro.org wrote: On Sun, 21 Aug 2011, John Rigby wrote: I'm having trouble building the Thumb2 kernel on, I actually believe this same code worked some time ago before a toolchain update.  There are actually two problems described