arm-none-linux-gnueabi-ranlib: command not found
Added by hussain6001 over 14 years ago
i am trying to cross compile lighttpd for my arm board
first i run the configure script by running the following command and arguments,
CC=arm-none-linux-gnueabi-gcc RANLIB=arm-none-linux-gnueabi-ranlib STRIP=arm-none-linux-gnueabi-strip ./configure --prefix=/srv/nfs/_install/ --host=arm-linux --disable-static --enable-shared --without-pcre --without-zlib --without-bzip2
its works fine,
after that i run make command it also works without bug,
but when i try running sudo make install,after some lines its throw the error as below,
libtool: install: arm-none-linux-gnueabi-ranlib /srv/nfs/_install/lib/mod_flv_streaming.a
../libtool: line 944: arm-none-linux-gnueabi-ranlib: command not found
make3: * [install-libLTLIBRARIES] Error 127
make3: Leaving directory `/home/abdul/Desktop/lighttpd-1.4.28/src'
make2: [install-am] Error 2
make2: Leaving directory `/home/abdul/Desktop/lighttpd-1.4.28/src'
make1: [install] Error 2
make1: Leaving directory `/home/abdul/Desktop/lighttpd-1.4.28/src'
make: * [install-recursive] Error 1
can anyone help me to sort out there bug,
Thanks in advance....
Replies (2)
RE: arm-none-linux-gnueabi-ranlib: command not found - Added by stbuehler over 14 years ago
what is so difficult to understand in that message: "arm-none-linux-gnueabi-ranlib: command not found" ?
i guess you are probably copy-pasting some tutorial, and have no idea what you are doing.
RE: arm-none-linux-gnueabi-ranlib: command not found - Added by hussain6001 over 14 years ago
hussain6001 wrote:
i am trying to cross compile lighttpd for my arm board
first i run the configure script by running the following command and arguments,
CC=arm-none-linux-gnueabi-gcc RANLIB=arm-none-linux-gnueabi-ranlib STRIP=arm-none-linux-gnueabi-strip ./configure --prefix=/srv/nfs/_install/ --host=arm-linux --disable-static --enable-shared --without-pcre --without-zlib --without-bzip2
its works fine,
after that i run make command it also works without bug,
but when i try running sudo make install,after some lines its throw the error as below,
libtool: install: arm-none-linux-gnueabi-ranlib /srv/nfs/_install/lib/mod_flv_streaming.a
../libtool: line 944: arm-none-linux-gnueabi-ranlib: command not found
make3: * [install-libLTLIBRARIES] Error 127
make3: Leaving directory `/home/abdul/Desktop/lighttpd-1.4.28/src'
make2: [install-am] Error 2
make2: Leaving directory `/home/abdul/Desktop/lighttpd-1.4.28/src'
make1: [install] Error 2
make1: Leaving directory `/home/abdul/Desktop/lighttpd-1.4.28/src'
make: * [install-recursive] Error 1can anyone help me to sort out there bug,
Thanks in advance....
well i understood the error, but in my toolchain it is available..then what is that?