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: Mike Winter \(Miwin\)
Subject: Re: [Linphone-developers] Cross Compiling Linphone to ARM
Date: Thu, 27 Mar 2014 13:13:02 -0000

Thanks for helping Guillaume
 
I have Mentor Graphics and Freescale on my development machine
 
I have now set the path to
export PATH=$PATH:/home/info/MentorGraphics/Sourcery_CodeBench_for_ARM_Embedded/arm-none-linux-gnueabi/bin/
 
and this seems to have got it – thank you!
 
I have now followed all the steps through to ‘make’ for linphone-3.4.3, I have attached the config.log
 
When I ‘make’, I come up with some errors – see linphone-3.4.3 make.log.
 
I am unsure what to do now to fix this – have you any clues?
 
Thank you for your time
 
Regards
 
Mike
 
 
 
Sent: Wednesday, March 26, 2014 10:36 AM
Subject: Re: [Linphone-developers] Cross Compiling Linphone to ARM
 
Look in your config.log file. I believe you cross compiler is not found.
What is the name of your cross compiler?
 


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

 


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

Attachment: linphone-3.4.3 config.log
Description: Binary data

Attachment: linphone-3.4.3 make.log
Description: Binary data


reply via email to

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