On Mon, Dec 6, 2010 at 2:12 PM, Chul Kim <chulkim77 at gmail.com> wrote: > Hi, > > Has anyone compiled/run the pjsip with the mips-24kec core? > > I could not see any 'm_*.h' file for the core under > "./pjlin/include/pj/compat/" directory (i.e. m_mips.h). > > I am using the version 1.8.5. > It should be supported with the default set to little endian in pj/config.h. If you're using autoconf, then the configure script will use m_auto.h. The other m_*.h files are for non-autoconf targets such as Win32, WM, and Symbian. -Benny