in reply to Cross compile perl for arm-linux

Read the README, namely, perl-5.12.3/Cross/README

Replies are listed 'Best First'.
Re^2: Cross compile perl for arm-linux
by prabhuk (Initiate) on May 12, 2011 at 10:14 UTC
    Hi Anonymous, I have tried "make patch" and it exited with the below message.
    [root@linuxpc Cross]# make patch cd .. ; if [ ! -e ./CROSS_PATCHED ] ; then \ patch -p1 < Cross/Makefile.SH.patch; \ patch -p1 < Cross/installperl.patch ; mv installperl installpe +rl-patched ; \ sed -e 's/XXSTRIPXX/arm-linux/' installperl-patched > installp +erl; \ touch CROSS_PATCHED ; fi [root@linuxpc Cross]#
    Any inputs on how to proceed?
      Any inputs on how to proceed?

      Normally

        The next step "make install" fails.
        [root@linuxpc Cross]# make install make: *** No rule to make target `install'. Stop. [root@linuxpc Cross]#