Re: Right way of matching cross compile version?

2012-03-27 Thread Paul Shirren
On 28/03/12 10:23 AM, Mike Thompson wrote: gcc-4.6-arm-linux-gnueabi-base 4.6.1-9ubuntu3cross1.55 Oops. I must have forgotten to caffeinate before I turned the computer on. Multiple ssh sessions into multiple machines with different chroots probably doesn't help either. -- To UNSUB

Right way of matching cross compile version?

2012-03-27 Thread Paul Shirren
I want to have a play with distcc and am sick of compiling my own toolchains already, not that crosstools-ng is difficult but I am really lazy. The default gcc in testing is way ahead of the cross compile packages and I want to match up the versions (and I don't want to go back to earlier gcc v

Re: Questions regarding armhf port for Raspberry Pi

2012-03-27 Thread Martin Guy
On 27 March 2012 07:34, Mike Thompson wrote: > I came across something that should help significantly with the problem of > determining if there is ARMv7 code leakage into my recompiled armhf packages > that should be ARMv6 pure. > > Basically, I can use the 'readelf -A' command to determine when

Re: ARM kernel cross compilation issues for iMX53

2012-03-27 Thread Lennart Sorensen
On Mon, Mar 26, 2012 at 10:55:12PM -0400, Lennart Sorensen wrote: > On the other hand using the ubuntu 2.6.35 kernel like this works fine: > > MX53LOCO U-Boot > setenv bootargs root=/dev/sda1 rw rootwait > video=mxcdi0fb:RGB24,1080P60 > MX53LOCO U-Boot > set bootargs ${bootargs} root=/dev/sda1 rw

Re: ARM kernel cross compilation issues for iMX53

2012-03-27 Thread Lennart Sorensen
On Mon, Mar 26, 2012 at 08:26:25PM -0700, Mike Thompson wrote: > Len, I also used those patches and they worked for me. To get things > going, I also had to apply the patch at the following link as well: > > https://raw.github.com/RobertCNelson/Bootloader-Builder/master/patches/0003-net-eth.c-fix