Hi, On 2/26/08, Karsten Schubotz <[EMAIL PROTECTED]> wrote: > I tried to compile the sipXtapi sources for ARM-linux architecture. > I cross- compiled the libraries openssl, pcre, glib2 and cppunit to > obtain them in the ARM linux format. Now I started to compile the > sipXportLib Library and I get the following error message during the > make process: > os/OsConnectionSocket.cpp: error:253: invalid 'asm': invalid operand for > code `w` > os/OsConnectionSocket.cpp: error:247: invalid 'asm': invalid operand for > code `w` > Do someone has an idea, why these error messages are appearing? > If I don't use the cross compilation, everything works fine.
It is trying to use header files for x86 instead of ARM. You have to override include path for it to point to your arm toolchain only, not to usual /usr/include, etc. -- Regards, Alexander Chemeris. SIPez LLC. SIP VoIP, IM and Presence Consulting http://www.SIPez.com tel: +1 (617) 273-4000 _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
