Cross compilation of openssh for ARM
问题 I am trying to cross-compile openssh for ARM. I have suceesfully installed zlib and openssl. I configured openssh package as following: ./configure --prefix=/usr/openssharm --host=arm -- oldincludedir=/usr/opensslarm/include --includedir=/usr/opensslarm/include --with-libs --with-zlib=/usr/zlibArm --with-ssl-dir=/usr/opensslarm --disable-etc-default-login CC=arm-linux-gnueabi-gcc AR=arm-linux-gnueabi-ar Now when I am trying to make it, I get the following error: arm-linux-gnueabi-ld -o ssh