Open GoogleCodeExporter opened 8 years ago
Seems that the android's gcc-strip seems not to be in the path! But as you
compiled everything the path seems to be right!? Try to locate the file in your
ndk (what version do you use?). Go to the folder and type:
find -name "arm-linux-androideabi-strip"
Hmm,...btw arm-linux-*** is that the right name for the mac's version?j
One problem I once had was that the path was not right and it pointed to
something like this: .../prebuilt/linux-x86/... but somehow expected
..../prebuilt/linux/...
It helped to create a symlink like this (not sure if that is the case with your
problem but in case you can try this: ln -s linux-x86 linux
Original comment by thomas.t...@googlemail.com
on 12 Nov 2011 at 1:17
Original issue reported on code.google.com by
lin...@gmail.com
on 12 Nov 2011 at 9:39