hello , I got pjsua to work fine on Linux pc ,so now i am trying to cross compile it on ARM processor: These are the steps iam using to cross compile 1>>CC=arm-linux-gnu-gcc ./configure --host=arm --target=arm 2>>Then did some changes in build.mak: export MACHINE_NAME := arm export OS_NAME := linux export HOST_NAME := unix export CC_NAME := gcc export TARGET_NAME := arm-unknown-linux export CROSS_COMPILE := arm-linux-gnu- export LINUX_POLL := select 3>>then edited pjlib/include/pj/config.h. as follows: ... #elif defined (PJ_M_ARMV4) && PJ_M_ARMV4 != 0 # include <pj/compat/m_armv4.h> 4>> then gave make dep && make the compilation was done properly but while running the executable on the arm target their is an assert that triggers pa_front.c, line 352: > > PA_VALIDATE_ENDIANNESS > Iam using pjproject-0.7.0 release... Can any body help me please....ASAP thanks Anitha --------------------------------- Looking for last minute shopping deals? Find them fast with Yahoo! Search. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20080102/d031c133/attachment.html