Hi, I'm trying to cross-compile Perl 5.10.1 to arm-merlin (ARM9), my target OS is Embedded Linux. My Cross-Compiler-Toolchain is MobilyGen SDK.

I followed the instructions in the /Cross/readme file an generated the config.sh file on my target-system. After I copied and renamed it, I changed the entries in /Cross/config. If I execute 'make patch' the following information occours in the console:

cd .. ; if [ ! -e ./CROSS_PATCHED ] ; then \ patch -p1 < Cross/Makefile.SH.patch; \ patch -p1 < Cross/installperl.patch ; mv installperl installperl-patch +ed; \ sed -e 's/XXSTRIPXX/arm-merlin-linux/' installperl-patched > installpe +rl; \ touch CROSS_PATCHED ; fi

Next, I typed 'make perl' and received the following error message:

make[3]: Leaving directory `/home/perl-5.10.1/x2p' make[2]: Leaving directory `/home/perl-5.10.1' make[1]: *** No rule to make target `more'. Stop. make[1]: Leaving directory `/home/perl-5.10.1' make: *** [perl] Error 2

I've tried to set the Compiler, Linker, etc. manually or used the predefined configure file, but finally I get always this error.

I'd be glad if someone could help me to fix this error.

thanks,
peanut

20090918 Janitored by Corion: Added formatting, code tags, as per Writeup Formatting Tips


In reply to Cross-Compiling Perl for arm-merlin (ARM9) by peanut_ger

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.