Hi All, I've now successfully built a canadian cross compiler toolchain for an arm-linux-uclibc target on an ubuntu 9.10 build machine for a mingw32 host with crosstool-NG 1.5.2. Many thanks to Yann for doing a great job and saving much time for many frustrated developer :-) After that success I tried to build a cross gdb for the mingw32 host also, but unfortunately the build system stopped with some error messages. I've tried several configurations (gdb 6.8, 6.6, ...) but I've got never a successful completion. Here is the output (gdb 6.6) where it breaks: [INFO ] Installing cross-gdb [ERROR] Build failed in step 'Installing cross-gdb' [ERROR] Error happened in '/home/erlera/src/ct-ng/lib/ct-ng-1.5.2/scripts/functions' in function 'CT_DoExecLog' (line unknown, sorry) [ERROR] called from '/home/erlera/src/ct-ng/lib/ct-ng-1.5.2/scripts/build/debug/300-gdb.sh' at line # 116 in function 'do_debug_gdb_build' [ERROR] called from '/home/erlera/src/ct-ng/lib/ct-ng-1.5.2/scripts/build/debug.sh' at line # 35 in function 'do_debug' [ERROR] called from '/home/erlera/src/ct-ng/lib/ct-ng-1.5.2/scripts/crosstool-NG.sh' at line # 544 in function 'main' [ERROR] Look at '/home/erlera/x-tools/arm-unknown-linux-uclibcgnueabi/build.log' for more info on this error. [ERROR] (elapsed: 36:16.82) [36:18] / make: *** [build] Error 1 Can anyone please give me a hint what is going wrong here? Cheers Andy