<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Probably allready asked by somebody else - but here 
we go:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>When trying to build RTEMS (2002-03-01 snapshot) 
using the latest tool chain from snapshot</FONT></DIV>
<DIV><FONT face=Arial size=2>for m68k Coldfire the assembler 
complains.</FONT></DIV>
<DIV><FONT face=Arial size=2>The module compiled is fat.c and I guess it origins 
from some bit-banging code in the FAT implementation.</FONT></DIV>
<DIV><FONT face=Arial size=2>Pretty shure that the correct as is 
used.</FONT></DIV>
<DIV><FONT face=Arial size=2>Working under cygwin.</FONT></DIV>
<DIV><FONT face=Arial size=2>Any idea?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>/Jonas Moberg</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>make[6]: Entering directory 
`/cygdrive/c/rtems/m68k-ss/m68k-rtems/c/mcf5206elite/libfs/src/dosfs'<BR>m68k-rtems-gcc 
--pipe -B../../../../../lib/ -B../../../../../mcf5206elite/lib/ -specs bsp_specs 
-qrtems -DHAVE_CONFIG_H<BR> -I.  -ansi 
-fasm      -O4 -fomit-frame-pointer   -g 
-Wall -m5200  -o o-optimize/fat.o -c 
/cygdrive/c/rtems/rtems-ss-200<BR>20301/c/src/libfs/src/dosfs/fat.c<BR>/cygdrive/c/rtems/rtems-ss-20020301/c/src/libfs/src/dosfs/fat.c: 
In function 
`fat_init_clusters_chain':<BR>/cygdrive/c/rtems/rtems-ss-20020301/c/src/libfs/src/dosfs/fat.c:537: 
warning: implicit declaration of function `fat_get_fat_cluster'<BR>{standard 
input}: Assembler messages:<BR>{standard input}:3627: Error: invalid instruction 
for this architecture; needs 68000 or higher -- statement `rorw #8,%d0' 
ignored<BR>{standard input}:3637: Error: invalid instruction for this 
architecture; needs 68000 or higher -- statement `rorw #8,%d0' 
ignored<BR>{standard input}:3655: Error: invalid instruction for this 
architecture; needs 68000 or higher -- statement `rorw #8,%d1' 
ignored<BR>{standard input}:3665: Error: invalid instruction for this 
architecture; needs 68000 or higher -- statement `rorw #8,%d1' 
ignored<BR></DIV></FONT></BODY></HTML>