Re: [sqlite] Cross compilation

2009-01-16 Thread MikeW
writes: > > Yes its generating the binary > > But how can i make sure that the binary is for ARM > > I can able to run the binary in X86 environment. (Actually it should not run > in x86) > Look like you aren't using the cross-compiler - that ./configure statement should

Re: [sqlite] Cross compilation

2009-01-15 Thread mkrajachandru
Yes its generating the binary But how can i make sure that the binary is for ARM I can able to run the binary in X86 environment. (Actually it should not run in x86) On Thu, Jan 15, 2009 at 7:42 PM, MikeW wrote: > writes: > > > > > Hello MikeW > >

Re: [sqlite] Cross compilation

2009-01-15 Thread MikeW
writes: > > Hello MikeW > All the information in that link to cross compile sqlite > for ARM is Sqlite-3.3.7. > > But now i am using sqlite-3.6.7. I am unable to find the lines to comment in > the latest configure script. > > and I need to generate

Re: [sqlite] Cross compilation

2009-01-14 Thread mkrajachandru
Hello MikeW All the information in that link to cross compile sqlite for ARM is Sqlite-3.3.7. But now i am using sqlite-3.6.7. I am unable to find the lines to comment in the latest configure script. and I need to generate "testfixture" binary to run all test in arm

Re: [sqlite] Cross compilation

2009-01-14 Thread MikeW
writes: > > Hello all > > How can i cross compile tcl and sqlite for arm and ppc > > Tahnks in advance > > Chandru K http://www.sqlite.org/cvstrac/wiki?p=HowToCompile MikeW ___ sqlite-users mailing list

[sqlite] Cross compilation

2009-01-12 Thread mkrajachandru
Hello all How can i cross compile tcl and sqlite for arm and ppc Tahnks in advance Chandru K ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] Cross Compilation Install Patch

2006-10-16 Thread Andrew Teirney
Hi There, Currently i am going through the process of getting a compilation of sqlite 3.3.7 going via cross compilation to mingw hosted on a linux x86 box. In doing this i discovered that there is a problem with the Makefile.in where the install target has a dependency on sqlite3 instead