Vadim Konovalov wrote:
i read README from Cross directory and actualy build miniperl for
my target, but...
Further targets use miniperl itself. So how arm-linux did it?


AFAIK these cross-compilations go up to miniperl, and it will be manually
renamed to 'perl' and then used on target platform.

On the contrary, WinCE crosscompilation (including arm) builds miniperl on
host first and then full perl is built for target, but this is completely
different story, as there's no 'configure' step there...
I found Cross directory with README and etc.
Changed generate_config_sh and couple of small fixes in <root>/Makefile.SH
This built me miniperl

I understand it is 1st way. How to do it in 2nd way?

Reply via email to