Download and Install mipsel-linux-binutils version 2.16.1 on Mac OS X
Thursday the 7th of August, 2008

    mipsel-linux-binutils  most recent diff


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



      # $Id: Portfile 33297 2008-01-23 09:32:47Z ryandesign macports.org $

      PortSystem 1.0

      Name: mipsel-linux-binutils
      Version: 2.16.1
      revision 2
      Category: cross
      Platform: darwin
      Maintainers: nomaintainer
      Description: FSF Binutils for mipsel-linux cross development
      Long Description: ${description}

      Homepage: http://mipsel-linux-binutils.sourceforge.net/
      master_sites http://ftp.gnu.org/gnu/binutils/
      distname binutils-${version}
      checksums sha1 5c80fd5657da47efc16a63fdd93ef7395319fbbf
      use_bzip2 yes
      dist_subdir binutils
      patchfiles 100-uclibc-conf.patch 110-uclibc-libtool-conf.patch 300-001_ld_makefile_patch.patch 300-006_better_file_error.patch 300-012_check_ldrunpath_length.patch 702-binutils-skip-comments.patch

      set target mipsel-linux-uclibc
      set cprefix ${prefix}/cross/${target}

      patch.pre_args -p1

      configure.pre_args --prefix=${cprefix}
      configure.args --target=${target} --disable-werror --disable-nls --enable-multilib --with-float=soft

      platform darwin powerpc {
      configure.args-append --host=powerpc-apple-darwin --build=powerpc-apple-darwin
      }
      platform darwin x86 {
      configure.args-append --host=i686-apple-darwin --build=i686-apple-darwin
      }

      post-destroot {
      file delete -force ${destroot}${cprefix}/lib/libiberty.a ${destroot}${cprefix}/info ${destroot}${cprefix}/man
      }


    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/mipsel-linux-binutils
      % sudo port install mipsel-linux-binutils
      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 mipsel-linux-binutils
      ---> Verifying checksum for mipsel-linux-binutils
      ---> Extracting mipsel-linux-binutils
      ---> Configuring mipsel-linux-binutils
      ---> Building mipsel-linux-binutils with target all
      ---> Staging mipsel-linux-binutils into destroot
      ---> Installing mipsel-linux-binutils
    - 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 mipsel-linux-binutils with these commands:
      %  man mipsel-linux-binutils
      % apropos mipsel-linux-binutils
      % which mipsel-linux-binutils
      % locate mipsel-linux-binutils

     Where to find more information:

    Darwin Ports



    image test