in reply to Compiling Perl5.8.8 on ARMv7eb

Cross-compiling Perl has improved vastly in the more recent versions. Have you had success cross-compiling Perl 5.22? Only after this (and finding out all the parameters), I would look at compiling something ancient as 5.8.8.

You did not say for what OS you compiled. If it is for Android, I happen to have an ARMv7 Perl there, compiled for Android with the CCTools installed.

Replies are listed 'Best First'.
Re^2: Compiling Perl5.8.8 on ARMv7eb
by Fearless (Initiate) on Aug 28, 2015 at 14:45 UTC
    I am using NetBSD5.1. we working our legacy SW package, which runs on PPC and MIPS platform. We are trying to port complete SW package on newer ARM7 targets.

      Even though it will be lots slower, I would first try to do a native compilation of Perl 5.8.8 on the target machine. Compiling and testing Perl 5.22.0 on an ARMv7 (MediaTek) takes around 40 minutes and that would eliminate the "usual" architecture mix problems you get by trying out cross-compilation.