This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
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
- 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.
Regards, Rohit
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |