Chinaunix首页 | 论坛 | 博客
  • 博客访问: 51875
  • 博文数量: 18
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 172
  • 用 户 组: 普通用户
  • 注册时间: 2013-02-04 14:17
文章分类

全部博文(18)

文章存档

2014年(3)

2013年(15)

我的朋友

分类: 其他平台

2013-12-20 22:51:52

执行安装arm-2013.11-24-arm-none-eabi.bin前需要安装一些32位系统库,可以参考以下网页


另附原文

What do I need to do to install and run Sourcery CodeBench on an x86 64-bit Linux host system?



Question

What do I need to do to install and run Sourcery CodeBench on an x86 64-bit Linux host system?

Answer

In order to use Sourcery CodeBench on an x86 64-bit Linux host system, you must have 32-bit system libraries installed. You can install these 32-bit libraries using your system's package management tool, or build them from source.

If installing CodeBench 2013.03.x and later, it is not necessary to install xulrunner as this component is now packaged with CodeBench.

Distribution Notes:

Debian/Ubuntu

The following 32-bit libraries are available as packages that can be installed using apt-get on the command line or graphically using Synaptic:

  • ia32-libs
  • ia32-libs-gtk (not required for Hardy 8.04 and later)

To install these packages from the command line:

apt-get install ia32-libs ia32-libs-gtk (NOTE for Ubuntu 12.04+, see below)

Next you will need to use Getlibs to install a 32-bit version of xulrunner:

  • Download 

  • Install getlibs-all.deb by running:

    sudo dpkg -i getlibs-all.deb
    
  • Install the 32-bit xulrunner by running:

    sudo getlibs -p xulrunner-1.9.2
    
  • Setup the IDE to use your recently installed 32-bit xulrunner:

    export MOZILLA_FIVE_HOME=/usr/lib32/xulrunner-1.9.2.X
    

    Substitute X for the version you see installed on your system. You will need to set this environment variable every time you start the IDE.

Ubuntu 12.04 and later

Since 12.04 Ubuntu introduced Multi Arch () and removed ia32-libs ia32-libs-gtk packages from the repository. To install 32-bit libs you need the run the following command line:

apt-get install libgtk2.0-0:i386 libxtst6:i386 gtk2-engines-murrine:i386

Red Hat Enterprise Linux

The following 32-bit library is available as a package that can be installed from the command line:

  • glibc-devel

To install this package from the command line:

  • RHEL 4 and older:

    up2date-nox -i --arch=i386 glibc
    
  • RHEL 5 and later:

    yum install glibc-devel.i686 gtk2-devel.i686 gtk-nodoka-engine.i686 \
    libcanberra.i686 libcanberra-gtk2.i686 PackageKit-gtk-module.i686 \
    GConf2.i686 ncurses-libs.i686 xulrunner.i686
    

Fedora

If working with a new installation of the operating system please run yum update before attempting the following steps.

Logged in as the root user run the following:

  • Fedora 14:

    yum install glibc-devel.i686 gtk2-devel.i686 gtk-nodoka-engine.i686 \
    libcanberra.i686 libcanberra-gtk2.i686 PackageKit-gtk-module.i686 \
    GConf2.i686 ncurses-libs.i686 xulrunner.i686
    
  • Fedora 11:

    yum install glibc-devel.i586 gtk2-devel.i586 gtk-nodoka-engine.i586 \
    libcanberra.i586 libcanberra-gtk2.i586 PackageKit-gtk-module.i586 \
    GConf2.i586 ncurses-libs.i586 xulrunner.i586
    

Generic Linux

The following 32-bit libraries must be installed with versions greater than or equal to those listed here:

  • GLIBC 2.3
  • GTK 2.2.1
  • ATK 1.2.0
  • glib 2.2.1
  • Pango 1.2.1
  • Freetype 2.1.3
  • Ncurses 5.0
  • XULRunner 1.9.1

阅读(1843) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~