Hi,
I'm trying to use pre-built version of linaro toolchain for
cross-compiler in Ubuntu 11.04 on our 64bit server.
I got it from http://people.linaro.org/~michaelh/incoming/binaries/.
When I run arm-linux-gnueabi-gcc to compile a c source, it says "No
such file or direc
The arm-linux-gnueabi-gcc's attribute is:
r65388@shlinux3:~/MEMCPYBM$ ls -l
~//toolchain_ltib/gcc-linaro-4.6.3-glibc-2.13-singlelib-2011.12/arm-fsl-linux-gnueabi/bin/arm-linux-gnueabi-gcc
-rwxr-xr-x 2 r65388 s2101 383162 2012-01-04 09:47
/home/r65388//toolchain_ltib/gcc-linaro-4.6.3-glibc-2.13-si
Hi Michael,
I can't remember if I told you before, but I shall be away at the
CodeSourcery (Ok, Mentor Graphics's ESD TOOLS) annual meeting most of
next week.
I ought to be back at work on Friday. In the meantime I shall be reading
email, but not spending much time on Linaro work.
I can pr
Hi,
I use pre-built version of linaro toolchain (got from
http://people.linaro.org/~michaelh/incoming/binaries/) to build a uImage.
The build succeeded, but the uImage couldn't start.
The console hangs at:
Using FEC0 device
TFTP from server 10.193.100.158; our IP address
On 01/10/2012 04:58 AM, Lv Terry-R65388 wrote:
> Hi,
>
> I use pre-built version of linaro toolchain (got from
> http://people.linaro.org/~michaelh/incoming/binaries/) to build a uImage.
> The build succeeded, but the uImage couldn't start.
> The console hangs at:
>
> Using FEC
Hi there. Linaro is about what's next and, as part of this, we should
backport any reasonable Cortex-A15 changes to our 4.6 branch.
Richard and Matthew, could you let us know directly when new patches
from ARM land upstream?
We're already doing this but I thought I'd say it out loud.
-- Michael
Hi Andrew. The current tip looks good. Could you please run the
release process, spin the build, and fire it into the auto builders?
Ta,
-- Michael
___
linaro-toolchain mailing list
linaro-toolchain@lists.linaro.org
http://lists.linaro.org/mailman/li
2012/1/10 Lv Terry-R65388 :
> The arm-linux-gnueabi-gcc's attribute is:
> r65388@shlinux3:~/MEMCPYBM$ ls -l
> ~//toolchain_ltib/gcc-linaro-4.6.3-glibc-2.13-singlelib-2011.12/arm-fsl-linux-gnueabi/bin/arm-linux-gnueabi-gcc
> -rwxr-xr-x 2 r65388 s2101 383162 2012-01-04 09:47
> /home/r65388//toolcha
On Tue, Jan 10, 2012 at 11:58 PM, Lv Terry-R65388 wrote:
> Hi,
>
> I use pre-built version of linaro toolchain (got from
> http://people.linaro.org/~michaelh/incoming/binaries/) to build a uImage.
> The build succeeded, but the uImage couldn't start.
> The console hangs at:
>
On Tue, Jan 10, 2012 at 11:12 PM, Andrew Stubbs
wrote:
> Hi Michael,
>
> I can't remember if I told you before, but I shall be away at the
> CodeSourcery (Ok, Mentor Graphics's ESD TOOLS) annual meeting most of next
> week.
>
> I ought to be back at work on Friday. In the meantime I shall be readi
Hi Åsa. Well, the first proposals have arrived. I've cc'ed this to
linaro-toolchain so we have a record.
First, visit:
http://ex.seabright.co.nz/helpers/proposals
and see there are new merge requests from Ulrich with new results.
Next, login:
http://ex.seabright.co.nz/helpers/login
Your log
Hi Michael,
Actually, I've already have ia32-libs and ia32-libs-multiarch installed.
r65388@shlinux3:~/toolchain_ltib/ltib$ sudo apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
ia32-libs is already the newest version.
0 up
Hi Andy,
Really sorry for that.
Actually, I'm doing a bench marking with gcc-linaro toolchain with our
old toolchain.
The kernel version is 2.6.38, our board is CortexA9 and we're using
armv7 option for building.
With the old toolchain, which is based on gcc 4.4.
Hi Michael,
The Ubuntu server already have a gcc-linaro toolchain installed by
"sudo apt-get install gcc-arm-linux-gnueabi".
Will this prevent the running of the new linaro toolchain?
Thanks~~
Yours
Terry
-Original Message-
From: linaro-toolchain-boun...@lists.
2012/1/11 Lv Terry-R65388 :
> Hi Michael,
>
> The Ubuntu server already have a gcc-linaro toolchain installed by
> "sudo apt-get install gcc-arm-linux-gnueabi".
>
> Will this prevent the running of the new linaro toolchain?
I wouldn't expect so, no.
-- Michael
2012/1/11 Lv Terry-R65388 :
> Hi Michael,
>
> Actually, I've already have ia32-libs and ia32-libs-multiarch
> installed.
>
> r65388@shlinux3:~/toolchain_ltib/ltib$ sudo apt-get install ia32-libs
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
>
Hi Michael,
Here it is:
r65388@shlinux3:~/toolchain_ltib/gcc-linaro-4.6.3-glibc-2.13-singlelib-2011.12/arm-fsl-linux-gnueabi/bin$
ldd arm-linux-gnueabi-gcc
linux-gate.so.1 => (0xf770f000)
libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf7602000)
libm.so.6 => /lib3
Hi Michael,
r65388@shlinux3:~/toolchain_ltib/gcc-linaro-4.6.3-glibc-2.13-singlelib-2011.12/arm-fsl-linux-gnueabi/bin$
ldd ./arm-linux-gnueabi-gcc
linux-gate.so.1 => (0xf77d)
libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf76c3000)
libm.so.6 => /lib32/libm.so.6 (0xf769
Hi Michael,
I remove gcc-arm-linux-gnueabi from the server and run ldd
./arm-linux-gnueabi-gcc again.
r65388@shlinux3:~/toolchain_ltib/gcc-linaro-4.6.3-glibc-2.13-singlelib-2011.12/arm-fsl-linux-gnueabi/bin$
ldd ./arm-linux-gnueabi-gcc
linux-gate.so.1 => (0xf773c000)
li
On Wed, Jan 11, 2012 at 7:03 PM, Lv Terry-R65388 wrote:
> Hi Michael,
>
> I remove gcc-arm-linux-gnueabi from the server and run ldd
> ./arm-linux-gnueabi-gcc again.
>
> r65388@shlinux3:~/toolchain_ltib/gcc-linaro-4.6.3-glibc-2.13-singlelib-2011.12/arm-fsl-linux-gnueabi/bin$
> ldd ./arm-l
Hi Michael,
Here's the output.
r65388@shlinux3:~/toolchain_ltib/gcc-linaro-4.6.3-glibc-2.13-singlelib-2011.12/arm-fsl-linux-gnueabi/bin$
md5sum ./arm-linux-gnueabi-gcc
22c4ecfc01b1084856d072d4f70809ce ./arm-linux-gnueabi-gcc
r65388@shlinux3:~/toolchain_ltib/gcc-linaro-4.6.3-glibc-2.13-s
Hi Michael,
Here's the output. formatted. Sorry for last mail.
r65388@shlinux3:~/toolchain_ltib/gcc-linaro-4.6.3-glibc-2.13-singlelib-2011.12/arm-fsl-linux-gnueabi/bin$
md5sum ./arm-linux-gnueabi-gcc 22c4ecfc01b1084856d072d4f70809ce
./arm-linux-gnueabi-gcc
r65388@shlinux3:~/toolchain_l
On Wed, Jan 11, 2012 at 7:26 PM, Lv Terry-R65388 wrote:
> Hi Michael,
>
> Here's the output. formatted. Sorry for last mail.
>
> r65388@shlinux3:~/toolchain_ltib/gcc-linaro-4.6.3-glibc-2.13-singlelib-2011.12/arm-fsl-linux-gnueabi/bin$
> md5sum ./arm-linux-gnueabi-gcc 22c4ecfc01b1084856d072
Hi Michael,
Here's the output.
r65388@shlinux3:~/toolchain_ltib/gcc-linaro-4.6.3-glibc-2.13-singlelib-2011.12/arm-fsl-linux-gnueabi/bin$
./arm-linux-gnueabi-gcc
-bash: ./arm-linux-gnueabi-gcc: No such file or directory
r65388@shlinux3:~/toolchain_ltib/gcc-linaro-4.6.3-glibc-2.13-singlel
On Wed, Jan 11, 2012 at 7:48 PM, Lv Terry-R65388 wrote:
> Hi Michael,
>
> Here's the output.
>
> r65388@shlinux3:~/toolchain_ltib/gcc-linaro-4.6.3-glibc-2.13-singlelib-2011.12/arm-fsl-linux-gnueabi/bin$
> ./arm-linux-gnueabi-gcc
> -bash: ./arm-linux-gnueabi-gcc: No such file or directory
>
Hi Michael,
dpkg -S ld-2.13 outputs is:
r65388@shlinux3:~/toolchain_ltib/gcc-linaro-4.6.3-glibc-2.13-singlelib-2011.12/arm-fsl-linux-gnueabi/bin$
dpkg -S ld-2.13
libc6: /lib/x86_64-linux-gnu/ld-2.13.so
libc6-dbg: /usr/lib/debug/lib32/ld-2.13.so
libc6-dbg: /usr/lib/debug/lib/x86_64-linux-
On Wed, Jan 11, 2012 at 8:23 PM, Lv Terry-R65388 wrote:
> Hi Michael,
>
> dpkg -S ld-2.13 outputs is:
>
> r65388@shlinux3:~/toolchain_ltib/gcc-linaro-4.6.3-glibc-2.13-singlelib-2011.12/arm-fsl-linux-gnueabi/bin$
> dpkg -S ld-2.13
> libc6: /lib/x86_64-linux-gnu/ld-2.13.so
> libc6-dbg: /usr/
Hi Michael,
I check the server version. It has been updated to 11.10.
I don't know that.
Sorry for this.
Thanks~~
Yours
Terry
-Original Message-
From: Michael Hope [mailto:michael.h...@linaro.org]
Sent: 2012年1月11日 15:37
To: Lv Terry-R65388
Cc: linaro-to
On Wed, Jan 11, 2012 at 8:51 PM, Lv Terry-R65388 wrote:
> Hi Michael,
>
> I check the server version. It has been updated to 11.10.
> I don't know that.
Ah, OK. I'll give that a go tomorrow.
-- Michael
___
linaro-toolchain mailing list
29 matches
Mail list logo