config file
### Target Arch ARCH = arm #ARCH = i386-pc #ARCH = sh4 #ARCH = mips #ARCH = mipsel #ARCH = ppc ## Specific arm #CONFIG_TARGET_ARM_SA11X0 = 1 #CONFIG_TARGET_ARM_XSCALE = 1 ### Target OS OS = linux #OS = solaris2.8
readme file :
You need a working and tested cross-compiler for your build and target combination. The binary directory must be in your path. 1) You should be reading me (README) in perl-5.x.y/Cross 2) Make sure you are in the Cross directory. 3) Edit the file 'config' to contain your target platform informa +tion. 4) make patch ## This will patch the existing source-tree. 5) make perl ## Will make perl
so , before "make perl", I use "make patch" but the terminal show this info :
root@guo-qijiang-desktop:/tmp/perl-5.10.1/Cross# make patch cd .. ; if [ ! -e ./CROSS_PATCHED ] ; then \ patch -p1 < Cross/Makefile.SH.patch; \ patch -p1 < Cross/installperl.patch ; mv installperl installpe +rl-patched; \ sed -e 's/XXSTRIPXX/arm-linux/' installperl-patched > installp +erl; \ touch CROSS_PATCHED ; fi root@guo-qijiang-desktop:/tmp/perl-5.10.1/Cross#
I really don't know what happened then. please help me, thank you.

In reply to Re^2: perl in arm-linux cross compile failure! by gqjjqg
in thread perl in arm-linux cross compile failure! by gqjjqg

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.