This is the mail archive of the crossgcc@cygnus.com mailing list for the crossgcc project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Jim, What processor are you compiling for? A straight m68000? I compiled gcc for an m68000-coff using the Cygnus source. I did not have this exact error, but a similar one with the extb.l instruciton. I solved most of my problems by compiling with --target=m68000-coff instead of --target=m68k-coff (This does m68020 by default). This change made everything go smoothly without having to pass a bunch of flags. I didn't originally know that this was possible, but I just tried it for some reason, and it worked great. I hope this helps. Let me know how it comes out. Jeff Rosenow, Jim wrote: > Hello, > I'm getting the following error while trying to build gcc-2.7.2.2 for > an > m68k-coff target. Can anyone please help? > Thanks, > Jim > > C:\TEMP/cc005542.s:97: Error: operands mismatch -- statement `tst.l > %a4' > ignored