Download and Install arm-none-linux-gnueabi-runtime version cs2005q3.2 on Mac OS X
Friday the 25th of July, 2008

    arm-none-linux-gnueabi-runtime  most recent diff


      View the most recent changes for the arm-none-linux-gnueabi-runtime port at: arm-none-linux-gnueabi-runtime.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for arm-none-linux-gnueabi-runtime.
      The raw portfile for arm-none-linux-gnueabi-runtime cs2005q3.2 is located here:
      http://arm-none-linux-gnueabi-runtime.darwinports.com/dports/cross/arm-none-linux-gnueabi-runtime/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/arm-none-linux-gnueabi-runtime
      Google
      Web Darwinports.com



      # $Id: Portfile 30687 2007-11-04 07:27:28Z pguyot kallisys.net $

      PortSystem 1.0
      Name: arm-none-linux-gnueabi-runtime
      Version: cs2005q3.2

      # Parameters for this port.
      set scratchboxversion 1.0.5

      Description: headers and precompiled libraries arm-none-linux-gnueabi (Nokia Internet Tablet), obtained from scratchbox.
      Long Description: ${description}
      Homepage: http://www.scratchbox.org/
      Platform: darwin
      Category: cross devel
      Maintainers: pguyot kallisys.net
      master_sites http://www.scratchbox.org/download/files/sbox-releases/apophis/tarball/
      distfiles scratchbox-toolchain-${version}-glibc-arm-${scratchboxversion}-i386.tar.gz
      worksrcdir scratchbox
      checksums scratchbox-toolchain-${version}-glibc-arm-${scratchboxversion}-i386.tar.gz md5 bbaa58b63cc6c8e5a501126886a9cea5 sha1 4064f834dfa9bd77945222c8259a43a5b3809d95 rmd160 57eb527f2aaf43c850ac9f1e9c7b9a2b890bc3a6

      # All cross ports violate the mtree layout.
      destroot.violate_mtree yes

      # Download everything to scratchbox/
      dist_subdir scratchbox

      post-extract {
      # Trash gcc stuff that will be on the way.
      file delete -force ${worksrcpath}/compilers/cs2005q3.2-glibc-arm/lib/gcc/
      file delete -force ${worksrcpath}/compilers/cs2005q3.2-glibc-arm/lib/libiberty.a
      }
      configure {}
      build {}
      destroot {
      # Install files by copying them.
      xinstall -d ${destroot}${prefix}/arm-none-linux-gnueabi/
      file copy ${worksrcpath}/compilers/cs2005q3.2-glibc-arm/lib ${destroot}${prefix}/arm-none-linux-gnueabi/
      file copy ${worksrcpath}/compilers/cs2005q3.2-glibc-arm/usr ${destroot}${prefix}/arm-none-linux-gnueabi/
      }


    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/arm-none-linux-gnueabi-runtime
      % sudo port install arm-none-linux-gnueabi-runtime
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching arm-none-linux-gnueabi-runtime
      ---> Verifying checksum for arm-none-linux-gnueabi-runtime
      ---> Extracting arm-none-linux-gnueabi-runtime
      ---> Configuring arm-none-linux-gnueabi-runtime
      ---> Building arm-none-linux-gnueabi-runtime with target all
      ---> Staging arm-none-linux-gnueabi-runtime into destroot
      ---> Installing arm-none-linux-gnueabi-runtime
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using arm-none-linux-gnueabi-runtime with these commands:
      %  man arm-none-linux-gnueabi-runtime
      % apropos arm-none-linux-gnueabi-runtime
      % which arm-none-linux-gnueabi-runtime
      % locate arm-none-linux-gnueabi-runtime

     Where to find more information:

    Darwin Ports



    image test