[pjsip] porting pjsip to PPC 440EPX
Nigel Hsiung
nigelcz at hotmail.com
Wed Feb 4 20:44:07 EST 2009
Hi,
When cross-compiling, configure as per what the executables are in the /opt/montavista/pro/devkit/ppc/440ep/bin/ directory
./configure --host=ppc_440ep
Then theres probably no need to change any of the GCC or CC variables.
If u get a missing separator error, do a make distclean
make dep
make
make install
Then ./pjsua-powerpc-montavista-linux-gnu --help
best,
Nigel
From: hotsblanc at hotmail.com
To: pjsip at lists.pjsip.org
Date: Wed, 4 Feb 2009 09:41:45 -0600
Subject: Re: [pjsip] porting pjsip to PPC 440EPX
it seems to be coming from ALSA, is that a required external dependency or would I be able to remove it from build if I just want to run SIP and RTP (and no prompts for instance) ...?
From: hotsblanc at hotmail.com
To: pjsip at lists.pjsip.org
Date: Wed, 4 Feb 2009 09:34:52 -0600
Subject: Re: [pjsip] porting pjsip to PPC 440EPX
Hi,
I am getting the following link error at runtime
root at sebastien:/data/work/pjsip-apps/bin# ./pjsua-powerpc-montavista-linux-gnu
./pjsua-powerpc-montavista-linux-gnu: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory
I however don't see any asound library in my runtime tree (plus it looks like I am not configured to generate shared libraries, only static ones).
root at VirtualTarget:~/DEV/pjproject-1.0.1# find . -name *asound*
./pjmedia/src/pjmedia/pasound.c
./pjmedia/build/output/pjmedia-powerpc-montavista-linux-gnu/pasound.o
root at VirtualTarget:~/DEV/pjproject-1.0.1# find . -name Makefile -exec grep -i sound {} \; -print
NULLSOUND_OBJS := nullsound.o
session.o silencedet.o sound_port.o stereo_port.o \
wsola.o $(SOUND_OBJS) $(NULLSOUND_OBJS)
./pjmedia/build/Makefile
Do you know where this library is supposed to be located ?
Thanks,
seb.
_________________________________________________________________
More than messages–check out the rest of the Windows Live™.
http://www.microsoft.com/windows/windowslive/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090205/ecf0e765/attachment.html>
More information about the pjsip
mailing list