Thanks - I didn't have that compiler installed:
../tools/configure: line 3651: i686-pc-mingw32-cpp: command not found
This was fixed by re-running Cygwin setup to add the packages:
mingw-gcc-core (I already had gcc-mingw-core!)
mingw-binutils
I can then run your configure command with no errors, then make clean and make, but compiling fails with:
CC uisimulator/common/io.c
/home/Steve/rockbox/uisimulator/common/io.c:39:21: fatal error: windows.h: No such file or directory
compilation terminated.
/home/Steve/rockbox/uisimulator/uisimulator.make:38: recipe for target `/home/Steve/rockbox/buildsim/uisimulator/common/
io.o' failed
make: *** [/home/Steve/rockbox/buildsim/uisimulator/common/io.o] Error 1
The only windows.h I have is in \cygwin\usr\include\w32api, nothing down in \cygwin\usr\i686-pc-mingw32\sys-root\mingw\include.
Any idea what I'm doing wrong?
p.s. I don't think make reconf is taking the CROSS_COMPILE prefix into account, but that's one for the future.
pondlife