On 10/8/2012 6:55 AM, 704358025 wrote:
Hi~I have finished compiling the linphone source code!
But when I skin the log~I viewed this:
$ ./prepare_sources.sh
...
Unable to invoke compiler: /cygdrive/d/mds/java_android/android-ndk-r8b/toolchains/arm-linux-androideabi-4.4.3/prebuilt/windows/bin/arm-linux-androideabi-gcc

The question is, why is that shell script unable to invoke your compiler?
The obvious answer to that question is your compiler is either missing, or doesn't have the proper permissions. Have you built and installed the compiler? Is that where the compiler lives on your system?

What are the results of the following two commands? The simple solution is likely to (re)install your compiler.

cd /cygdrive/d/mds/java_android/android-ndk-r8b/toolchains/arm-linux-androideabi-4.4.3/prebuilt/windows/bin/

ls -l arm-linux-androideabi-gcc

Another possibility is you haven't mounted the filesystem where the compiler lives and/or there is a network issue. Only you (or your system administrator) know how your system is configured.


_______________________________________________
Linphone-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/linphone-users

Reply via email to