Dorian33 wrote:
> 
> I am looking for anybody who has managed to compile sqlite3 and build up any
> kind of application using arm-wince-mingw32ce tool.

It is possible nearly OOB when a custom makefile is used,
see http://www.ch-werner.de/pocketpc/Makefile.mingw32ce-cross
for a working example using the SQLite 3.5.2 source tarball.

The SQLite shell can be built with minimal tweaks, see 
http://www.ch-werner.de/pocketpc/ceshell.c (derived from
original shell.c with compile instructions at top).

The resulting binary http://www.ch-werner.de/pocketpc/sqlite3.exe
runs on Windows Mobile 2003 (iPAQ 55xx) and WM 5 (FSC T830)
(all ARM/XScale processors, see screenshot of T830 on
 http://www.ch-werner.de/pocketpc/sqlite_wm5.png)
provided that the PPC_Command_Shell from Windows Mobile Developer
Power Toys has been installed.

Cheers,
Christian

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to