linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-users] Compile sucessfully with an error...


From: Andrew Brager
Subject: Re: [Linphone-users] Compile sucessfully with an error...
Date: Mon, 08 Oct 2012 11:30:03 -0700
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20120907 Thunderbird/15.0.1

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]