Peter Schojer wrote: >Hi, >I tried to compile cegcc on an up-to-date Cygwin installation, >I have the latest svn version 805. > >- src/build-cegcc.sh is working >- but src/build-mingw32ce.sh yields the following error: > >Making in profile... >make[1]: Entering directory >`/cygdrive/p/cegcc/src/build-mingw32ce/mingw/profile >' > >
(Hopefully, but not tested,) Fixed in svn rev 806. The problem was the relying on the ARM preprocessor symbol instead of __arm__. I've moved the ARM definition to the w32api headers, so if none is included, ARM will not be defined. This matches the behaviour of the i386 gcc based compilers that use w32api (at least Cygwin and MinGW). Cheers, Pedro Alves ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel