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 is still not resolved.

r65388@shlinux3:~/toolchain_ltib/gcc-linaro-4.6.3-glibc-2.13-singlelib-2011.12/arm-fsl-linux-gnueabi/bin$
 ls -la /lib/ld*
lrwxrwxrwx 1 root root 20 2012-01-11 15:42 /lib/ld-linux.so.2 -> 
/lib32/ld-linux.so.2
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

        I'll check the server again.
        If you have suggestions, pls let me know.

        Thanks a lot for your help.

Yours
Terry

-----Original Message-----
From: Michael Hope [mailto:michael.h...@linaro.org] 
Sent: 2012年1月11日 15:37
To: Lv Terry-R65388
Cc: linaro-toolchain@lists.linaro.org
Subject: Re: Running pre-built linaro toolchain failed on Ubuntu 11.04, 64bit 
server

On Wed, Jan 11, 2012 at 8:23 PM, Lv Terry-R65388 <r65...@freescale.com> 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/lib/debug/lib32/ld-2.13.so
> libc6-dbg: /usr/lib/debug/lib/x86_64-linux-gnu/ld-2.13.so
> libc6-i386: /lib32/ld-2.13.so
> libc6:i386: /lib/i386-linux-gnu/ld-2.13.so
>
>        ia32-libs-multiarch is a recommended package founded when install 
> ia32-libs.
>
>        Some comments from google:
>        " Multi-arch versions of former ia32-libraries This package 
> depends on i386 versions of packages that were removed from ia32-libs 
> and transitioned to multi-arch. This allows applications using 
> ia32-libs in previous Ubuntu releases to continue functioning without 
> missing libraries. "
>
>        I think ia32-libs-multiarch is similar to ia32-libs, but may have 
> better compatibility.

You mentioned 11.04 earlier which is Ubuntu Natty.  According to 
packages.ubuntu.com, ia32-libs-multiarch first appeared in the next release, 
Oneiric.

Where did ia32-libs-multiarch come from?

FYI, here's what I see on Natty:

cbuild@crucis-natty:/etc/ld.so.conf.d$ apt-cache search multiarch libpango1.0-0 
- Layout and rendering of internationalized text multiarch-support - 
Transitional package to ensure multiarch compatibility apt-cross - retrieve, 
build and install libraries for cross-compiling gdb-multiarch - The GNU 
Debugger (with support for multiple architectures) binutils-multiarch - Binary 
utilities that support multi-arch targets

cbuild@crucis-natty:/etc/ld.so.conf.d$ lsb_release -a
LSB Version:    <snip>
Distributor ID: Ubuntu
Description:    Ubuntu 11.04
Release:        11.04
Codename:       natty

-- Michael

_______________________________________________
linaro-toolchain mailing list
linaro-toolchain@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-toolchain

Reply via email to