Hi Samuel, Thanks for your input. Disabled the sound and made only the make, but I still get this output with error: for dir in pjlib pjlib-util pjnath third_party pjmedia pjsip pjsip-apps; do \ if make -C $dir/build all; then \ true; \ else \ exit 1; \ fi; \ done make[1]: Entering directory `/cygdrive/c/pjproject-1.0-rc4/pjlib/build' make -f /cygdrive/c/pjproject-1.0-rc4/build/rules.mak APP=PJLIB app=pjlib ../lib /libpj-mipsallegrexel-psp-elf.a make[2]: Entering directory `/cygdrive/c/pjproject-1.0-rc4/pjlib/build' .pjlib-mipsallegrexel-psp-elf.depend:1: *** multiple target patterns. Stop. make[2]: Leaving directory `/cygdrive/c/pjproject-1.0-rc4/pjlib/build' make[1]: *** [pjlib] Error 2 make[1]: Leaving directory `/cygdrive/c/pjproject-1.0-rc4/pjlib/build' make: *** [all] Error 1 Any ideias? On Wed, Oct 8, 2008 at 3:51 PM, samuel.vinson <samuelv at laposte.net> wrote: > Hi Fabio, > > I think your process is correct. You can deactivate sound in the first step, > add --null-sound (I think) in configure step. > Just run make and not make depend. Logically the library will be build. > pjsip is just static library so I think you don't need --disable-shared > option > > > Samuel > > > > >> Message du 08/10/08 16:05 >> De : "F?bio Pedrosa" <127.0.0.69 at gmail.com> >> A : pjsip at lists.pjsip.org >> Copie ? : >> Objet : [pjsip] Porting to PSP (PSPSDK toolchain) > >> >> Hi all. >> >> I'm developing an application for the PSP Console using the PSPSDK >> toolchain and I'm having trouble porting pjSIP to this platform. >> I've read the document "Porting SIP and Media Stack to Embedded >> Systems" witch I found very insightful but didn't reference the needed >> steps to make the porting. I also have read the PJLIB Porting Guide >> from PJLIB's manual but its deprecated because of the current >> autoconf. >> >> I'm sort of noob in unix/linux toolchains, and PSPSDK is based on >> them, so its possible I'm trying to do to much to soon... can anyone >> provide any guidance or tips on this matter? >> >> What I've done is: >> - Added to config.sub: >> psp) >> basic_machine=mipsallegrexel-psp >> os=-elf >> ;; >> Then I run this: >> CPPFLAGS="-I$(psp-config --pspsdk-path)/include -G0" \ >> LDFLAGS="-L$(psp-config --psp-prefix)/lib -L$(psp-config >> --pspsdk-path)/lib" \ >> LIBS="-lc -lpspnet_inet -lpspnet_resolver -lpspuser" \ >> bash ./configure --host=psp --disable-tools --disable-shared \ >> --prefix=$(psp-config --psp-prefix) >> >> (The psp-config gives the path to the PSP SDK) >> >> The output to configure and make are in attachment. >> >> I would appreciate any input. >> >> Thanks >> F?bio Pedrosa >> > >> [ make_dep.txt (1.0 Ko) ] >> [ configure.txt (11.3 Ko) ] >> [ (pas de nom de fichier) (0.2 Ko) ] > > Cr?ez votre adresse ?lectronique prenom.nom at laposte.net > 1 Go d'espace de stockage, anti-spam et anti-virus int?gr?s. > > _______________________________________________ > 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 > > -- F?bio Pedrosa