in reply to Re: microperl for embedded target
in thread microperl for embedded target

> Thank you -- I'll give that a try. Thanks, that did appear to work, but I have yet to try the resulting binary image on my target. However, I'm somewhat alarmed :-)...the image is 2.52M unstripped. After I stripped it, it was down to a measly 2.42M. I suspect I'm not doing something right, but at the moment I don't see it. After all the native perl on the host (in /usr/bin) is only 11.96k. Guy

Replies are listed 'Best First'.
Re^3: microperl for embedded target
by gklose (Novice) on Jul 16, 2014 at 15:51 UTC
    Okay -- saw your addendum above. Thanks for checking into this. I appreciate your assistance. Thanks, Guy

      I just noticed in perl5180delta.pod this note about future deprecations:

      microperl, long broken and of unclear present purpose, will be removed.

      So thanks for your help -- I didn't catch the INSTALL txt file before, and there are some pointers in there for building a minimal build, which maybe I can couple with the cross-compilation notes.