I'm trying to cross-compile gst-ti-plugin
for arm device but when I do make install
libtool returns me error:
../libtool: line 1085: arm-none-linux-gnueabi-ranlib: command not found
The problem here is that this tool is available from PATH and when I'm trying it from console it works fine.
What could be wrong? I use CodeSourcery Toolchain.