Re: [xml] I'm trying to port libxml2 for Embedded OS.



On Sat, Mar 15, 2003 at 09:26:14AM +0900, ±èº´°Ç wrote:
I'm trying to port libxml2 for Embedded OS.

Embedded OS which I target to port doesn't support POSIX.

most of Embedded OS is not rich to support POSIX interface.

so I think that I/O, thread, memory code need to rewrite, 

  See win32/wince/wincecompat.* for existing work on non-Posix
platform, especially the I/O. Threads support is not needed
for libxml2, and for memory it's mosty a matter of providing 
the equivalent of malloc/realloc/free , see the xmlMemSetup()
call in include/libxml/xmlmemory.h

  In a nutshell that should not be hard,

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]