Hi,

On Thu, 15 Jun 2006, Diego Serafin wrote:

> I'm a sofia-sip newbie and, after successfully compiling for PC (intel)
> platform I'm trying to cross-compile for ARM920. I did not find file
> docs/devel_platform_notes.txt mentioned in README though: do you have some
> hints to correctly ./configure and make it?

as sofia-sip is using the auto{conf,make} build system, cross-compiling is 
very straightforward. Just follow any of the many, many tutorials on how 
to cross-compile apps utilizing autotools:

http://www.kernelconcepts.de/~fuchs/gpe/doc/devmanual/x167.html
http://www.scratchbox.org/documentation/docbook/tutorial.html
http://is.rice.edu/~welsh/cross-compiler/Cross-Compiling-bookmarks.html
http://wxwidgets.org/docs/embedded.htm

The exact steps required depend on your build environment - are you using 
a regular cross-compiler, or build environment such as Scratchbox (see 
above), and where the various tools are installed. But basicly it's just a 
question of giving the right params to configure, so something like:

./configure --host=arm-linux --build=i686-pc-linux-gnu && make

-- 
  under work: Sofia-SIP at http://sofia-sip.sf.net


_______________________________________________
Sofia-sip-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to