Re: [Cegcc-devel] building Qt 4.5 for Windows Mobile with Cegcc: how?

2009-03-26 Thread Sébastien Lorquet
Hi, I already had you idea months ago, the qt guys told me it was not possible. http://lists.trolltech.com/pipermail/qt-wince-interest/2007-October/32.html Yes, it *should* work since - qt normal is ok with mingw normal and - the arm cpu is supported. This is more a QT linked problem I think

[Cegcc-devel] building Qt 4.5 for Windows Mobile with Cegcc: how?

2009-03-26 Thread Jean Parigaud
Hi all, the Qt Gui toolkit and framework is supposed to support Windows Mobile [see link1] However, the official requirements as stated by Trolltech/Qt Software include the Windows Mobile 6 Standard SDK, which in turn requires MS Visual Studio (full, not the express edition). What I would like is

Re: [Cegcc-devel] gcc on x86 Windows CE

2009-03-26 Thread Eneko Fernandez
I have solved the problem with this: $ d2u i386pe.sh Now I´m in the same point than Danny: make[3]: Entering directory `/cegcc/src/build-x86/gcc-bootstrap/gcc' for d in libgcc; do \ if [ -d $d ]; then true; else /bin/sh /cegcc/src/gcc/gcc/../mkinstalldirs $d; fi; \ done mkdir -p -- l