ÕÅÊÀÎÅ wrote:
> 
> 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 how. When directly
> compiled the source code downloaded from the official site in VxWorks' IDE
> Tornado, I kept receiving messages of certain header files missing. I've
> heard that VxWorks is POSIX compliant and SQLite works well in POSIX
> systems, but the compilation just don't work. Do any of you have experience
> of porting SQLite to VxWorks? Is there any modificaiton needed to achieve
> this? Any help will be appreciated.

The SQLite source tarball (e.g. www.sqlite.org/sqlite-3.6.14.tar.gz)
has support for vxworks >= 6.4 in RTP (real-time process) mode which has
been tested in x86 emulation of vxworks on a Linux/i386 development
system and on real hardware (PowerPC). Although the necessary defines
are in the os_unix.c and other modules, SQLite as a vxworks kernel
module has not been tested. For details on building, please consult the
Makefile.vxworks in the source tarball.

Best regards,
Christian
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to