Download and Install arm-apple-darwin-cc version r118 on Mac OS X
Monday the 1st of December, 2008

    arm-apple-darwin-cc  most recent diff


    version r118

      View the most recent changes for the arm-apple-darwin-cc port at: arm-apple-darwin-cc.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for arm-apple-darwin-cc.
      The raw portfile for arm-apple-darwin-cc r118 is located here:
      http://arm-apple-darwin-cc.darwinports.com/dports/cross/arm-apple-darwin-cc/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-apple-darwin-cc
      Google
      Web Darwinports.com



      # $Id: Portfile 42724 2008-11-30 00:50:57Z toby macports.org $

      PortSystem 1.0
      Name: arm-apple-darwin-cc
      Version: r118
      revision 2
      Category: iphone
      Maintainers: landonf macports.org openmaintainer
      Description: Cross-compiler (driver) for arm-apple-darwin (iPhone)
      Long Description: ${description}

      Homepage: http://developer.berlios.de/projects/iphone-binutils/
      Platform: darwin

      master_sites http://landonf.bikemonkey.org/static/iphone/
      distname iphone-binutils-$version
      checksums md5 111b11f80fe535b3beb3d40633962f3b
      depends_run port:arm-apple-darwin-binutils port:llvm-gcc42 port:llvm

      patchfiles patch-Makefile.in patch-driver_Makefile.in patch-driver_arm-cc-specs.in patch-libtool-driver

      set iphone_prefix ${prefix}/arm-apple-darwin

      configure.args --prefix=${iphone_prefix} --with-heavenly=${iphone_prefix}/heavenly

      build.target driver
      build.args DESTDIR=${destroot}

      # Work-around the experimental destroot validation
      destroot.violate_mtree yes

      post-patch {
      reinplace s| MACPORTS_PREFIX |${prefix}|g ${worksrcpath}/driver/arm-cc-specs.in
      }

      pre-build {
      file mkdir ${destroot}/${iphone_prefix}/bin
      }

      post-destroot {
      # Make the binaries externally visible.
      system "cd ${destroot}${prefix}/bin && ln -s ${iphone_prefix}/bin/arm-apple-darwin-cc ./"

      # Set up non-prefixed binaries in the iphone bin directory
      system "cd ${destroot}/${iphone_prefix}/bin && ln -s arm-apple-darwin-cc cc"
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.