Thanks for the tips about using the Cross folder in the perl distribution. I had looked at that before, but was running into errors when compiling it, so I had given up on using that option. However, I'm guessing those errors were due to the fact that I was using the default configuration, so I'm going to give it another try.

I'm working on running Configure on the target right now, however I need to get my very minimalistic target system up to the point where it can actually run Configure. The difficulty with this system is that nearly everything is cross-compiled, so there is very little in the way of standard utilities on the target. Hopefully I can get this to work out.

Going back to the buildroot method I was trying: Does anyone know why building full perl as part of the buildroot make is such a problem, even though I'm able to successfully build microperl that way? Is it likely that there are inherent issues with building full perl that way or might it just be that I still have problems with my makefile for the full perl buildroot make?


In reply to Re^4: Perl for arm buildroot target by cbanker
in thread Perl for arm buildroot target by cbanker

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.