Re: [sqlite] Porting SQLite: Stack error

2017-07-14 Thread Richard Hipp
Try commenting-out the three lines and https://www.sqlite.org/src/artifact/e384cb73f?ln=77-79 and see if that helps. Let us know either way. On 7/13/17, LukasOsswald wrote: > Hello, > > I am trying to port SQLite3 to an embedded system using an ARM926 running a > real time os. The VFS is based o

[sqlite] Porting SQLite: Stack error

2017-07-14 Thread LukasOsswald
Hello, I am trying to port SQLite3 to an embedded system using an ARM926 running a real time os. The VFS is based on the example OneFile VFS created by the SQLite Developers. The following compiler flags are used: 'SQLITE_INT64_TYPE=long long',