On Tue, May 6, 2008 at 11:13 AM, emanuele bottegoni <emanuele.b at automaonline.com> wrote: > Hello community, > > I'd like to compile well Pjsip and its UA on ARM9 based > microcontroller of ATMEL. > Anyone has never been experiences of this? > > Every help or advice is well accepted. > I did tried pjsua on ARM9 before, and I'm sure few people on this list have do it too. The main task to be done is to setup your cross compile tools/libs. Once it's done, it's just a matter of running pjsip's "./aconfigure" script with the proper --host parameters since cross compiling is supported by pjsip. Have a look at the output of "./aconfigure --help" for more info. Maybe others can share their experience. Cheers Benny