Hello everybody,
does someone have any experience with building for the QNX operating system? And for the Power PC processor?
QNX 6.2.1 is a real-time Linux but it behaves strangely sometimes. It has not gcc but a qcc compiler. Our testing program runs correctly on the x86 PC. It creates a database, a table, inserts and selects data. But the same program cross-compiled on the same computer for PPC ends at the first "CREATE TABLE" statement with SQLITE_BUSY.
I am using SQLite 2.8.6. Is it possible that the little-or-big-endian thing could cause this trouble? Or do you have any other ideas?
Thank you very much, Jakub