[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] gcc compiling problem



Hello,

I've updated my gcc setup.  All the latest stuff from sparement. From the
mint specific doc it says to test compile this:

#include <stdio.h>

int main (int argc, char* argv[])
{
  printf ("Hello world!\n");
  return 0;
}

Easy enough, rather small.  I enter 'gcc hw.c' and off it goes.
However it spits out this:

/h/usr/local/src/hw # gcc hw.c
/tmp/ccjxCGIq.s:10:"Unknown operator" -- Statement 'link.w a6,#0' ignored
/tmp/ccjxCGIq.s:14:"Unknown operator" -- Statement 'addq.l #4,sp' ignored
/tmp/ccjxCGIq.s:15:"Unknown operator" -- Statement 'moveq.l #0,d0' ignored
/tmp/ccjxCGIq.s:16:"Unknown operator" -- Statement 'jbra L2' ignored
16:39:02 Sun Aug 18  Hades060 root

Any ideas?

------------------------------------------
http://www.q1.net/~atari/    Lonny Pursell