linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Cross Compiling Linphone to ARM


From: BIENKOWSKI Guillaume
Subject: Re: [Linphone-developers] Cross Compiling Linphone to ARM
Date: Wed, 26 Mar 2014 11:36:21 +0100

Look in your config.log file. I believe you cross compiler is not found.
What is the name of your cross compiler?

Guillaume BIENKOWSKI
http://www.belledonne-communications.com/
sip:address@hidden


On Tue, Mar 25, 2014 at 9:01 PM, Mike Winter (Miwin) <address@hidden> wrote:

Hi

 

I am new to the List, so I am just attempting to learn my way round linphone. I would like to cross compile linphone to an ARM processor, and have found the following link as to how to do it:

http://embedfun.blogspot.co.uk/2011/08/cross-compiling-linphone.html

 

I have followed it through successfully to the point of cross compiling libav, when I get some errors. When I enter:

./configure --prefix=$PREFIX --enable-cross-compile \
--cross-prefix=arm-none-linux-gnueabi- \
--arch=armv6 --target-os=linux \
--disable-ffserver --disable-ffplay --disable-ffprobe

I get
Unknown option "--disable-ffserver".
 
so if I remove the disables:
./configure --prefix=$PREFIX --enable-cross-compile \
--cross-prefix=arm-none-linux-gnueabi- \
--arch=armv6 --target-os=linux
 
I get
arm-none-linux-gnueabi-gcc is unable to create an executable file.
C compiler test failed.
 
I am unsure what to do next. Can anyone give me some advice
 
Thank you for any help out there!
 
Mike
 
 
 
 
 

_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers



reply via email to

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