This is the mail archive of the gcc-bugs@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]

Re: Problem with cross compilation !


Vasudev Mulchandani wrote:
> 
> Hello there
> 
> I was trying to build a cross compiler (gcc) for m68k-rtems
> target. I was buidling this on Red Hat Linux 6.1 running i586.
> 
> Configuration went on well and compilation resulted in error.
> I am listing down a re-run of the make.
<snip>

> seems that the assembler on linux is not recoginizing the target 68020..
> any help ??
> 

Yes.  You'll need to compile binutils first so that you'll have an
assembler, linker, etc that work for the m68k-rtems target.  I believe
that there is also a cross-gcc newsgroup/mailing list.

-eric

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]