Re: Running pre-built linaro toolchain failed on Ubuntu 11.04, 64bit server

2012-01-11 Thread Javier Martinez Canillas
On Thu, Jan 12, 2012 at 12:28 AM, Michael Hope wrote: > On Wed, Jan 11, 2012 at 11:56 PM, Lv Terry-R65388 > wrote: >> Hi Michael, >> >>        I changed the symbol link of /lib/ld-linux.so.2. >> >>        sudo ln -s -f /lib32/ld-linux.so.2 /lib/ld-linux.so.2 >> >>        But it seems the problem

Re: [Qemu-devel] [PATCH 1/1] hw: Add IGEPv2 board support

2012-01-11 Thread Javier Martinez Canillas
On Wed, Jan 11, 2012 at 1:20 PM, Peter Maydell wrote: > On 11 January 2012 11:53, Javier Martinez Canillas > wrote: >> Yes, the IGEPv2 and the Overo are indeed very similar machines so we >> base the hardware modeling on the Overo. >> >> The only differences here

Re: [Qemu-devel] [PATCH 1/1] hw: Add IGEPv2 board support

2012-01-11 Thread Javier Martinez Canillas
On Wed, Jan 11, 2012 at 12:15 PM, Peter Maydell wrote: > On 11 January 2012 08:43, Javier Martinez Canillas > wrote: >> Add ISEE IGEPv2 board definition (an OMAP3730 based board). >> >> Signed-off-by: Javier Martinez Canillas > Hello Peter, > It's polite

[PATCH 1/1] hw: Add IGEPv2 board support

2012-01-11 Thread Javier Martinez Canillas
Add ISEE IGEPv2 board definition (an OMAP3730 based board). Signed-off-by: Javier Martinez Canillas --- Makefile.target |2 +- hw/igep.c | 123 +++ 2 files changed, 124 insertions(+), 1 deletions(-) create mode 100644 hw/igep.c

Re: Building Linaro GCC from source

2012-01-09 Thread Javier Martinez Canillas
On Sun, Jan 8, 2012 at 9:33 PM, Michael Hope wrote: > Hi Javier. Give crosstool-NG (http://crosstool-ng.org/) a try. It > hasn't been released yet, but you could try the Linaro branch which > includes a Linaro sample config. > > Something like: > * bzr branch lp:~linaro-toolchain-dev/crosstool-

Building Linaro GCC from source

2012-01-07 Thread Javier Martinez Canillas
Hello, I'm trying to build the Linaro GCC from source on an x86_64 Fedora 16 box. I'm using as a guide a wiki entry I found in linaro.org site [1] that explains how to build a native version of the compiler. But instead of a native version I want to be able to cross-compile ARM binaries for my tar