I have the cross-compiler and qtopia sdk working, and compiled SDL. I was now going or sdl_mixer when problems emerged:
- SDL_mixer configures and compiles fine, but when going for "make install", it fails with
CODE
arm-linux-ranlib /opt/Embedix/tools/arm-linux/lib/libSDL_mixer.a
eval: 1: arm-linux-ranlib: not found
eval: 1: arm-linux-ranlib: not found
And indeed with I try to run arm-linux-ranlib by hand:
CODE
$ sudo arm-linux-ranlib /opt/Embedix/tools/arm-linux/lib/libSDL_mixer.a sudo: arm-linux-ranlib: command not found
But the arm-linux-ranlib binary exists. Could you help me identify the problem?
Thanks
--Solved-- setting the full path to RANLIB=/opt/Embedix/tools/bin/arm-linux-ranlib solved the problem