- or download this
### Target Arch
ARCH = arm
...
OS = linux
#OS = solaris2.8
- or download this
You need a working and tested cross-compiler for your build
and target combination. The binary directory must be in
...
4) make patch ## This will patch the existing source-tree.
5) make perl ## Will make perl
- or download this
root@guo-qijiang-desktop:/tmp/perl-5.10.1/Cross# make patch
cd .. ; if [ ! -e ./CROSS_PATCHED ] ; then \
...
sed -e 's/XXSTRIPXX/arm-linux/' installperl-patched > installp
+erl; \
touch CROSS_PATCHED ; fi
root@guo-qijiang-desktop:/tmp/perl-5.10.1/Cross#