Hi all, i am trying to build a GCC Cross-compiler for Cold Fire on cygwin. The Source versions i am using are
binutils 2.17 gcc 4.1.1 newlib 1.14 The way in which i am building the tool chain - build/install binutils: cd /binutil-2.17 ./configure --target=m68k-elf --prefix=/usr make make install - build/install compiler cd gcc-4.1.1 ./configure --target=m68k-elf --prefix=/usr make LANGUAGE="C" the native compiler i am using is gcc 3.4.4 Cygwin-special my binutils built successfully. while building the compiler i am getting error while running make "compiler cannot generate output file" Can any one tell me what are the stable sources for building a GCC Cross compiler for Coldfire or are there any other steps to follow while installation. Is there any way out of it? Regards, Rohit