Hi all. Can anybody explain me steps how to build a pjlib for the Blackfin target(uClinux)? I have some errors on compilation progress - got it on socket library, as i know it's because compiler (taken from the blackfin site) use a x86 headers, not embedded. Has pjlib a right headers for this platform or is it need to select an ARM headers for example or something else? i'm trying to do: ./configure CC=bfin-uclinux-gcc --host=bfin-uclinux --build=i686-linux --with-lib-path=/opt/uClinux/bfin-uclinux/lib LDFLAGS='-Wl,-elf2flt' CFLAGS=-O2 in this stage i have no ssl support - this is strange because i have openssl-devel installed already then make dep && make and got next errors: ..src/pj/sock_bsd.c: In function 'pj_htonl": ..src/pj/sock_bsd.c:181: error: invalid 'asm': invalid operand for code 'w' ... as i understand this because it try to use x86 socket library can anyone help? Thanks in advance -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20091019/abc3640f/attachment.html>