Hi, Iam trying to build PJSIP (verison used: pjproject-1.5.5) on ARM processor. But it fails while running "make dep". Please help me. But it worked on i386-linux Steps followed, 1. Downloaded pjproject-1.5.5.tar.bz2 2. untar 3. ./configure CC=/home/user/openrd/toolchain/gcc/bin/arm-none-linux-gnueabi-gcc -host=arm-none-linux-gnueabi 4. make dep it fails with following error, make dep for dir in pjlib pjlib-util pjnath third_party pjmedia pjsip pjsip-apps; do \ if make -C $dir/build dep; then \ true; \ else \ exit 1; \ fi; \ done make[1]: Entering directory `/home/user/openrd/sipclient/pjproject-1.5.5/pjlib/build' make -f /home/user/openrd/sipclient/pjproject-1.5.5/build/rules.mak APP=PJLIB app=pjlib depend make[2]: Entering directory `/home/user/openrd/sipclient/pjproject-1.5.5/pjlib/build' *.pjlib-arm-none-linux-gnueabi.depend:1: *** missing separator. Stop.* make[2]: Leaving directory `/home/user/openrd/sipclient/pjproject-1.5.5/pjlib/build' make[1]: *** [depend] Error 2 make[1]: Leaving directory `/home/user/openrd/sipclient/pjproject-1.5.5/pjlib/build' make: *** [dep] Error 1 *Also tried: make distclean* (as said in threads) Even it fails: make[3]: Entering directory `/home/user/openrd/sipclient/pjproject-1.5.5/third_party/build/resample' .libresample-arm-none-linux-gnueabi.depend:1: *** missing separator. Stop. make[3]: Leaving directory `/home/user/openrd/sipclient/pjproject-1.5.5/third_party/build/resample' make[2]: *** [realclean] Error 2 make[2]: Leaving directory `/home/user/openrd/sipclient/pjproject-1.5.5/third_party/build/resample' make[1]: *** [distclean] Error 1 make[1]: Leaving directory `/home/user/openrd/sipclient/pjproject-1.5.5/third_party/build' make: *** [distclean] Error 1 Please help. Thanks, Prem On Wed, Feb 10, 2010 at 2:36 PM, Premalatha Kuppan <premalatha at ngintech.com>wrote: > > Sorry. Unknowingly disturbed the thread. > > Sorry for the inconvienence. > > And Thanks for the replies. > > > > On Wed, Feb 10, 2010 at 1:38 PM, Klaus Darilion < > klaus.mailinglists at pernau.at> wrote: > >> Hi Premalatha! >> >> Am 10.02.2010 07:24, schrieb Premalatha Kuppan: >> >>> Hi, >>> >>> Iam a new user to PJSIP. >>> >> >> Then, first you should learn some mailing list rules: >> >> 1. avoid thread hijacking >> http://en.wikipedia.org/wiki/User:DonDiego/Thread_hijacking >> >> 2. use a subject which correlates with your topic >> >> Iam trying to use PJSIP as my SIPSTACK. I understand PJSIP can be used >>> as UA. >>> Can any1 explain me how to use PJSIP. >>> >> >> One of the advantages of pjsip is the comprehensive documentation: >> http://www.pjsip.org/docs.htm - read it >> >> I want a client to communicate to IMSCORE. Though various imsclients are >>> available, iam trying to use PJSIP. Will it work? Can i use PJSIP, also >>> wonder whether PJSIP has capabilites to speak (3GPP standars) with IMS >>> core. >>> >> >> Yes, PJSIP has some 3GPP extensions, but probably not all of them. So best >> is to: >> >> - download pjsip >> - build pjsip: this is easiest on a Linux server, see the documentation: >> http://www.pjsip.org/docs.htm --> Getting Started --> Linux >> >> Once you have built pjsip you will find pjsua, a command line SIP UA, in >> folder pjsip-apps\bin. Use it and try to register with IMS. There are some >> 3GPP parameters. Start pjsua with --help and you will get al the answers you >> need. >> >> the pjsua client uses the pjsua-lib API, a very high level API which >> allows you to easily create a SIP client. >> >> regards >> klaus >> >> >> >> >> >>> Please clarify. >>> >>> Thanks, >>> Premalatha >>> >>> >>> >>> >>> _______________________________________________ >>> Visit our blog: http://blog.pjsip.org >>> >>> pjsip mailing list >>> pjsip at lists.pjsip.org >>> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20100210/c85e1b51/attachment.html>