|
From: Pedro A. <ped...@po...> - 2006-09-22 16:32:24
|
WU Zilong escreveu: > Hi all, > > I build thearm-wince-mingw32 target in cygwin but failed when building > gcc, the following is the stages aind output: > > sh build-mingw32ce.sh . ./tmp /opt/ce-mingw all > > > Does anybody know what's wrong with the building process? > The mingw32 target is still a work-in-progress. The c++ part is still not ready. That is, I have some patches that make it work, but still haven't committed them. I'm a little tight on time right now, but it shouldn't take long. Stay tuned. Meanwhile, you can build a C only toolchain, by going into the build-mingw32ce.sh script and where is reads: --enable-languages=c,c++ replace with: --enable-languages=c Cheers, Pedro Alves |