Re: LF: 68000 C Compiler


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

Re: LF: 68000 C Compiler



> On Mon, 18 Nov 1996 19:00:26 +0000, you wrote:
> 
> >>
> >>
> >> The problem is that the complier does not have a stdio.h file. It does
> >> not have any of the standard libraries. But, you can use for loops and
> >> stuff like that. 
> >> 
> >> -Tim
> >
> > >#include <stdio.h> //copied it from my C compiler's include dir
> >                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >                                      I used the one that I already
> >                                      had and copied it to the
> >                                      directory of  cc68k.
> >
> >
> >
> That does not matter. CC68K still does not have standard C library
> routines for the 68000. Your STDIO.H file would just point to a bunch
> of stuff that does not exist, according to CC68K. Hope this helps.
> 
> -Tim
> --
how can I create a new header file? are projects supported with 
cc68k?  I can make a new stdio.h file, but i would also have to make 
a new implementation file, so if I include stdio.h, I would also have 
to include stdio.c.


References: