Hi,
I was in the process of installing OpenSSL 1.0.0d on the AM335x Starter Kit based on the instructions mentioned in the following link:
http://processors.wiki.ti.com/index.php/Build_OpenSSL_for_Sitara
I was able to successfully compile it through the "make" command. But, during "make install" the following error occurs:
....
....
.....
make[2]: Leaving directory `/home/bh/openssl-1.0.1d/engines/ccgost'
make[1]: Leaving directory `/home/bh/openssl-1.0.1d/engines'
making install in apps...
make[1]: Entering directory `/home/bh/openssl-1.0.1d/apps'
installing openssl
installing CA.sh
installing CA.pl
installing tsget
make[1]: Leaving directory `/home/bh/openssl-1.0.1d/apps'
making install in test...
make[1]: Entering directory `/home/bh/openssl-1.0.1d/test'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/home/bh/openssl-1.0.1d/test'
making install in tools...
make[1]: Entering directory `/home/bh/openssl-1.0.1d/tools'
make[1]: Leaving directory `/home/bh/openssl-1.0.1d/tools'
installing libcrypto.a
/bin/sh: arm-linux-gnueabihf-ranlib: not found
installing libssl.a
/bin/sh: arm-linux-gnueabihf-ranlib: not found
make: *** [install_sw] Error 127
The error exists though arm-linux-gnueabihf-ranlib is accessible from the /bin directory. Any help on this will be appreciated.
Thanks