I find this project of moving pjsip to blackfin very interesting. But let me ask some very basic questions. I have read the specs for the card and believe them to be: 600mhz blackfin processor 132meg ram on board My basic questions are as follows: 1) How many changes are developers looking to support with a single card? 2) how much memory does the linix on the card leave for PJSIP development? 3) Audio: Is all incoming and outgoing stored on the card only? Thanks for any reply, David Clark At 03:24 PM 1/3/2008, you wrote: >Note: (*) I believe that this error had a relation with the data type >declaration in pjlib. > (*) I'm building on a Slackware 12 system (kernel 2.6.23.12) >----------------------------- > >I'm building with the Pjsip svn revision 1656 (01-02-2008) > >The configuration script is invoked for cross compiling as follows >./configure CC=bfin-uclinux-gcc --host=bfin-uclinux >--build=i686-linux LDFLAGS=' >-Wl,-elf2flt' CFLAGS=-O2 > >and then building pjsip with: >make dep && make clean && make > >The error message excerpt: >-------- >make[1]: Entering directory >`/lfs/blackfin_devel/uClinux-dist.R1.1-RC3/user/pjproject/pjnath/build' >make -f >/lfs/blackfin_devel/uClinux-dist.R1.1-RC3/user/pjproject/build/rules.mak >APP=PJNATH app=pjnath ../lib/libpjnath-bfin-unknown-uclinux.a >make[2]: Entering directory >`/lfs/blackfin_devel/uClinux-dist.R1.1-RC3/user/pjproject/pjnath/build' >mkdir -p output/pjnath-bfin-unknown-uclinux >bfin-uclinux-gcc -c -Wall -DPJ_AUTOCONF=1 -O2 -Werror >-Wno-unused-label -I../include -I../../pjlib/include >-I../../pjlib-util/include \ > -o output/pjnath-bfin-unknown-uclinux/errno.o \ > ../src/pjnath/errno.c >bfin-uclinux-gcc -c -Wall -DPJ_AUTOCONF=1 -O2 -Werror >-Wno-unused-label -I../include -I../../pjlib/include >-I../../pjlib-util/include \ > -o output/pjnath-bfin-unknown-uclinux/ice_session.o \ > ../src/pjnath/ice_session.c >cc1: warnings being treated as errors >../src/pjnath/ice_session.c: In function 'dump_check': >../src/pjnath/ice_session.c:749: warning: format '%d' expects type >'int', but argument 4 has type 'long int' >../src/pjnath/ice_session.c:749: warning: format '%d' expects type >'int', but argument 4 has type 'long int' >make[2]: *** [output/pjnath-bfin-unknown-uclinux/ice_session.o] Error 1 >make[2]: Leaving directory >`/lfs/blackfin_devel/uClinux-dist.R1.1-RC3/user/pjproject/pjnath/build' >make[1]: *** [pjnath] Error 2 >make[1]: Leaving directory >`/lfs/blackfin_devel/uClinux-dist.R1.1-RC3/user/pjproject/pjnath/build' >make: *** [all] Error 1 >-------- > > >Anyone have a detailed clue or patch on the matter? > >I'm trying to work on the pjlib *hack* at the moment as well ;-) > >Regards, > >Darmawan Salihun >-------------------------------------------------------------------- >-= Human knowledge belongs to the world =- > >_______________________________________________ >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 > > >-- >No virus found in this incoming message. >Checked by AVG Free Edition. >Version: 7.5.516 / Virus Database: 269.17.13/1213 - Release Date: >1/7/2008 9:14 AM