[sqlite] sqlite 3.8.11 - binary size

2015-10-22 Thread Shuhrat Rahimov
Hi, I am running sqlite3 v3.8.10 on an ARM Cortex-M4 based embedded system. The minimal size I could achieve was 184 K. Do you really have 44.8 K? And how much runtime RAM is used by your binary? My RAM usage is 72-74 K. 2015-10-22 10:51 GMT+02:00 Romain Crausaz : > Dear, > > We have an embedded

[sqlite] vdbeUnbind return occasionally Error

2015-09-22 Thread Shuhrat Rahimov
and is not released properly. Any hints to this problem would be very appreciated. Kind Regards 2015-09-21 14:42 GMT+02:00 Richard Hipp : > On 9/21/15, Shuhrat Rahimov wrote: > > What could I do here in order to free > > memory after sqlite3_step() for further operations. > > h

[sqlite] vdbeUnbind return occasionally Error

2015-09-21 Thread Shuhrat Rahimov
sqlite3_step() for further operations. Regards 2015-09-21 14:08 GMT+02:00 Richard Hipp : > On 9/21/15, Shuhrat Rahimov wrote: > > Hi all, > > I have ported SQLite to an embedded ARM Cortex M4 based processor. a bare > > metal firmware is using SQLite, no OS. It seems to work but occ

[sqlite] vdbeUnbind return occasionally Error

2015-09-21 Thread Shuhrat Rahimov
Hi all, I have ported SQLite to an embedded ARM Cortex M4 based processor. a bare metal firmware is using SQLite, no OS. It seems to work but occasionaly bindText function fails. So, I am doing 20 inserts as a one transaction, but occasionally after 400-460 inserts bindText returns Error 21. I

[sqlite] VFS for an MCU internal flash

2015-07-13 Thread Shuhrat Rahimov
Hello, I was trying to run SQLite on ARM Cortex M4 CPU. What I need is a minimal SQLite without the most features. I have no file system, so I wanted to save a single file db on the internal MCU flash. I have successfully cross compiled SQLite for ARM Cortex M4. I have set among others compile