Danny Backx wrote: > Could you send detailed output of the command that fails, and be sure to > copy some context so we can easily see which command it is, and which > parameters it gets invoked with ? >
Also look at files named config.log under $(builddir)/binutils/, to see if configure failed to find anything that sounds important (flex, bison, etc). > Be sure to specify some data about your system too (you mention flex and > bison, which versions; etc). > Speaking of $(builddir), the mingw32ce build script has changed recently. Don't just type ./build-mingw32ce.sh under src/. Create a separate build dir anywhere on your drive, and run the script from there. eg: cd src/ mkdir build-mingw32ce cd build-mingw32ce ../build-mingw32ce.sh If you run it from src/, you will be building binutils/gcc/gdb with srcdir==builddir, which isn't very well supported. Humm, maybe our build script should forbid it. Cheers, Pedro Alves ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel