--host refers to the machine which you are doing the build --build used for building tools to use in canadian cross, usually same as the target --target destination you would like to build.
eg., to build for arm on the pentinum i686 machine --host=i686 --build=arm-linux --target=arm-linux sometimes the compilers will not be of standard format. arm-be-kl-linux-gcc like this in this case, create a softlink for the compiler on the same compiler. ln -s arm-be-kl-linux-gcc arm-linux-gcc Before you start the configure, make sure you add the bin path to find the cross compiler tools. Hope it helps ! Kannaiyan ----- Original Message ----- From: "venkatram mustoor" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, April 09, 2007 11:55 AM Subject: [Linphone-users] differences betwwen HOST & BUILD & TARGET
Hi All, I am trying to cross compile Linphone binaries to ML-403 powerpc-405 processor, while cross compiling we have to use ----build, host, target--- to set the paths, what exactly the meaning of --build -------------------------------------------host --------------------------------------------target, because i have used build=/usr like this, so i have got my binaries configured to my HOST (intel processor) itself, i have not got binaries cross compiled to powerpc-405 processor. please let me know what to use ------whether --build or target in setting the path to binaries cross compiled to the powerpc-405 processor. On 4/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:Send Linphone-users mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://lists.nongnu.org/mailman/listinfo/linphone-users or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of Linphone-users digest..." Today's Topics: 1. botphone: topcom butler 4012 and linphone (Luca Olivetti) ---------------------------------------------------------------------- Message: 1 Date: Fri, 6 Apr 2007 19:05:31 +0200 From: "Luca Olivetti" <[EMAIL PROTECTED]> Subject: [Linphone-users] botphone: topcom butler 4012 and linphone To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hello, I just published botphone, a program inspired by yeaphone, only using a topcom butler 4012 instead of the yealink. It's written in freepascal and uses linphone (with the yeaphone patch) as the sip engine. It's available at http://ventoso.org/luca/topcombutler4012/ Bye -- Luca ------------------------------ _______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users End of Linphone-users Digest, Vol 53, Issue 3 *********************************************_______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
_______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
