RE: [sqlite] met "ARM7TDMI raised an exception,data abort" when executing sqlite3Parser() in ARM environment

2006-09-12 Thread Barrass, Richard
Hi We have sqlite (v3.3.7) running on an os-less ARM based platform - we use MINGW cross compilers (GCC3.4.4) - from CodeSourcery. There was an issue earlier on that seems to be an issue with 64 bit support - we switched off the 64bit support in the compilation of the sqlite library and this for

RE: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform

2006-08-14 Thread Barrass, Richard
-users@sqlite.org Subject: Re: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform "Barrass, Richard" <[EMAIL PROTECTED]> wrote: > Thanks for the help. > > I took a little while to extract our standard out ( It's multiplexed > with the test harness resul

RE: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform

2006-08-14 Thread Barrass, Richard
Sent: 14 August 2006 15:32 To: sqlite-users@sqlite.org Subject: Re: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform "Barrass, Richard" <[EMAIL PROTECTED]> wrote: > > The breakpoint was hit twice during execution of this test ( once from > the CREATE TAB

RE: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform

2006-08-14 Thread Barrass, Richard
Hello Thanks for responding so quickly. It's taken awhile for me to do these tests, as it took me a little time to double check how the compiler lays out it's 64 bit integers ( I've never quite trusted an emulator's watch window! ). I've simplified my tests to an in memory database with the

RE: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform

2006-08-14 Thread Barrass, Richard
1 f: 01256 388466 -Original Message- From: Barrass, Richard Sent: 11 August 2006 19:58 To: sqlite-users@sqlite.org Subject: [sqlite] Problems with sqlite 3.3.6 on ARM embedded platform Hello We have the source code of SQlite 3.3.6 working in the following configuration: mingw-win32 compi

[sqlite] Problems with sqlite 3.3.6 on ARM embedded platform

2006-08-11 Thread Barrass, Richard
Hello We have the source code of SQlite 3.3.6 working in the following configuration: mingw-win32 compiler (GCC v3.4.2). Our test application works fine with our small (~22k) test database. However, on our embedded platform (ARM 9) with the following configuration Code-sourcey