Re: [sqlite] Porting SQLite 3.7.2 to vxWorks 6.7

2010-10-09 Thread ZhiHua Huang
dev/urandom", O_RDONLY); > > --- 27817,27823 > > ** tests repeatable. > > */ > > memset(zBuf, 0, nBuf); > > ! #if !defined(SQLITE_TEST) && !defined(OS_VXWORKS) > > { > > int pid, fd; > > fd = open("/dev

Re: [sqlite] Porting SQLite 3.7.2 to vxWorks 6.7

2010-10-08 Thread ZhiHua Huang
in kernel mode. Apparently, there are a > few folks attempting it. And fewer succeeding at it. > > I found an article published by ZhiHua Huang where he describes the mods > he made to port SQLite 3.6.23.1 to vxWorks 6.5 > http://www.mail-archive.com/sqlite-users@sqlite.org

Re: [sqlite] problem porting sqlite amalgamation 3.6.23.1 to vxworks 6.5 pentium3 DKM

2010-04-10 Thread ZhiHua Huang
Hi, -- Forwarded message -- From: ZhiHua Huang <huangzhi...@gmail.com> Date: 2009/8/26 Subject: Re: [sqlite] port sqlite to VxWorks To: General Discussion of SQLite Database <sqlite-users@sqlite.org> Hi, use these definitions. -DOS_VXW

Re: [sqlite] port sqlite to VxWorks

2009-08-25 Thread ZhiHua Huang
Hi, use these definitions. -DOS_VXWORKS_660=660\ -DOS_VXWORKS_670=670\ -DOS_VXWORKS=OS_VXWORKS_670\ -DSQLITE_HOMEGROWN_RECURSIVE_MUTEX\ -DSQLITE_ENABLE_LOCKING_STYLE=1\ -DSQLITE_OMIT_LOAD_EXTENSION and below is my patch

Re: [sqlite] Port SQLite to VxWorks

2009-05-21 Thread ZhiHua Huang
I'v already tested SQLite 3.6.13 with VxWorks 6.6/6.7 in DKM mode with basic test application. It works fine for me. 2009/5/21 张世闻 > Hi, all. I am new to SQLite database and encountered a big problem. I > intend > to port SQLite to VxWorks OS and don't really know