Dear all,
Hello, resently I have met some troubles when using SQLite on
VxWorks5.5. Does anybody know how to transplant SQLite to VxWorks5.5,
please help me, thank you very much.
The VxWorks' vesion must be 5.5.
Having used VxWorks in the past, I knew that threading and file locking
issues would be most likely to present issues for this port. So I did a
quick web search, which turned up this interesting result:
http://marc.info/?l=sqlite-users&m=108060346504084
If you do not need multi-threading support, the VxWorks port should be
fairly trivial as you can stub out those system calls. For a
single-threaded (and single-process) access pattern, SQLite is pretty
much just another C program doing file I/O. The above-linked page
suggests preprocessor settings you need to consider. It also mentions
that there is a Berkeley DB port to VxWorks, which is likely to have
done most of the work already. (Berkeley DB is layered over SQLite.)
Best regards,
--
Larry Brasfield
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users