I'm running cygwin on WindowsXP and need to compile a sqlite library for
use with our ARM embedded system which uses the eCOS.  I have the 3.0.2
sources to build from and am using the command:
configure --host=arm
 
After running make, the gcc cross compiler seems to be invoked
correctly, but it errors out with the following:
In file included from /usr/include/sys/types.h:364,
                 from /usr/include/stdio.h:46,
                 from ../src/sqliteInt.h:23,
                 from ../src/date.c:51:
/usr/include/cygwin/types.h:29: conflicting types for `off_t'
../src/os_win.h:25: previous declaration of `off_t'
make: *** [date.lo] Error 1
 
Incedentally, configure comes up with the following build and host
types:
checking build system type... i686-pc-cygwin
checking host system type... arm-unknown-none
 
Any suggestions?


Jeff Dever (B.C.S, E.Tech)
Software Developer
 
VAULT Technologies
Direct: 403.516.6316
Main: 403.723.2200
[EMAIL PROTECTED]
http://vaultpark.com

Reply via email to