Download and Install mipsel-linux-kernel-headers version 2.4.30 on Mac OS X
Tuesday the 2nd of December, 2008

    mipsel-linux-kernel-headers  most recent diff


    version 2.4.30

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



      # $Id: Portfile 30222 2007-10-22 22:44:41Z jmpp macports.org $

      PortSystem 1.0

      Name: mipsel-linux-kernel-headers
      Version: 2.4.30
      Category: cross
      Platform: darwin
      Maintainers: nomaintainer
      Description: Linux kernel headers for mips-linux cross development
      Long Description: ${description}

      Homepage: http://www.kernel.org/
      master_sites http://www.de.kernel.org/pub/linux/kernel/v2.4/
      distname linux-${version}
      checksums sha1 280768f529d018af44ced85b7c9d221d536ca1d7
      use_bzip2 yes

      dist_subdir linux

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

      extract.post_args "| tar -xf - ${distname}/include ${distname}/Makefile ${distname}/Rules.make ${distname}/arch/mips/Makefile ${distname}/scripts ${distname}/arch/mips/config*.in ${distname}/*/*/Config.in ${distname}/*/Config.in"
      post-extract {
      file copy ${filespath}/config ${worksrcpath}/.config
      }

      patch {
      reinplace "s/ expr length/ -expr length/" ${worksrcpath}/Makefile
      }

      use_configure no

      build.target oldconfig
      build.args ARCH=mips

      destroot {
      xinstall -m 755 -d ${destroot}${cprefix}/include/
      file copy ${worksrcpath} ${destroot}${cprefix}/include/
      system "cd ${destroot}${cprefix}/include/ && ln -s ${distname} linux"
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.