cross compiling to m68k

Jeffrey A Law law@cygnus.com
Mon Sep 29 09:25:00 GMT 1997


  In message <11105324400548@DOMAIN_H>you write:
  > I have tried to cross compile the snapshot to target M68K. 
  > This works for the standard gcc package.
  > With egcs I get errors from the gnu assembler when the make gets to libgcc2
  >  and 
  > module bb
  > The errors relates to constructions of form:
  > #APP
  >         movem.l  d0-d3,sp@-
  > #NO APP
  > 
  > being inserted into the assembler file.
  > Does anyone know why:
  > 1)  these are put in
  > 2) In wrong syntax for GAS - should be movem.l %d0-%d3,%sp@-
I believe this bug was fixed a while ago.  So recent snapshots
should not have this problem.

jeff



More information about the Gcc-bugs mailing list