Hello guys, I have problem with cross compiling Perl for mini2440. Firstly, I can not establish SSH connection between mini2440 and Host PC (I used following procedure http://cri.ch/sven/doku.php/blog/running-dropbear-on-android ). I am getting error message permission denied (publickey). Also, I tried without publickey but i have to enter password every five seconds when i start : ./Configure -des -Dusecrosscompile \ -Dtargethost=192.168.1.232\ -Dtargetdir=/cross/bin \ -Dtargetarch=arm-linux \ -Dcc=/opt/FriendlyARM/toolschain/4.4.3/bin/arm-linux-gcc \ -Dincpth=/opt/FriendlyARM/toolschain/4.4.3/include \ -Dusrinc=/opt/FriendlyARM/toolschain/4.4.3/include \ -Dlibpth=/opt/FriendlyARM/toolschain/4.4.3/lib So, my question is: 1. Is there any guide for establishing SSH between Mini2440 and Host? 2. Those someone knows how to install Perl without using SSH i tried with perl-5.12.3-cross-0.4.tar.gz which i need to put in Perl source folder. Those that mean i need to overwrite existing files? On this one i am little confused. Link for this method is: http://changetheworldwithyourpassion.blogspot.com/2009/07/how-to-cross-c... Thanks, Emil
Cross compile Perl with/without SSH
Hi, I am trying to cross-compile perl-5.16.2(latest-version) for my ARM machine.I am using compiler arm-nonelinux-gnueabi-gcc and also libraries and include files from arm-linux.My openssh in the board is working fine.Can you please provide me detailed steps on how to cross-compile perl with and without using openssh. The cross directory inside perl-5.16.2 is meant for arm-linux.But I am using arm-none-linux-gnueabi.I run configure file with options set for cross compiling and it generated make file.But when I run make file ,am getting error as "config.h : error:operator '>=' has no left operand".please help me to come out of this tricky problem appreciate the early response puneet