Re: LF: 68000 C Compiler
[Prev][Next][Index][Thread]
> I am *so* close to getting a C program assembled and turned into a
> Fargo program. The compiler is called CC68K. I don't have the URL
> handy, but I will soon. It's at the Motorola web site (www.mot.com)
> with a file name CC68K.ARC. Good luck!
>
> -Tim
> --
> Tim Gerla | timg@climax.polaristel.net
> Tyball@irc | www.geocities.com/SiliconValley/Park/1691
> Tyball Dragon| -==<UDIC>==-
> Fargo Program Archive: www.geocities.com/SiliconValley/Park/1691/ti.html
>
I just d/l the compiler, and it doesn't work! I tried the simplest
prog that I could:
#include <stdio.h> //copied it from my C compiler's include dir
int main()
{
printf("Hello World");
return 0;
}
and I added the fargo parts that are needed like @program and RTS and
the other stuff, but it still wouldn't compile error free!
References: