Help for this page

Select Code to Download


  1. or download this
    ### Target Arch
    ARCH = arm
    ...
    OS = linux
    #OS = solaris2.8
    
  2. or download this
    You need a working and tested cross-compiler for your build
    and target combination.  The binary directory must be in
    ...
    4)      make patch      ## This will patch the existing source-tree.
    5)      make perl       ## Will make perl
    
  3. or download this
    root@guo-qijiang-desktop:/tmp/perl-5.10.1/Cross# make patch
    cd .. ; if [ ! -e ./CROSS_PATCHED ] ; then \
    ...
            sed -e 's/XXSTRIPXX/arm-linux/' installperl-patched > installp
    +erl; \
            touch CROSS_PATCHED ; fi
    root@guo-qijiang-desktop:/tmp/perl-5.10.1/Cross#