Re: Introduce a C Compiler ucc

karel <gress@optusnet.com.au>
Sat, 10 May 2008 23:46:20 -0700 (PDT)

          From comp.compilers

Related articles
Introduce a C Compiler ucc dream_anders@yahoo.com.cn (dreamAnders) (2008-05-10)
Re: Introduce a C Compiler ucc gress@optusnet.com.au (karel) (2008-05-10)
Re: Introduce a C Compiler ucc liangkun1983@gmail.com (Alex L.K) (2008-05-11)
Re: Introduce a C Compiler ucc gress@optusnet.com.au (karel) (2008-05-11)
Re: Introduce a C Compiler ucc admin@kam.ro (Razvan Aciu) (2008-05-12)
| List of all articles for this month |

From: karel <gress@optusnet.com.au>
Newsgroups: comp.compilers
Date: Sat, 10 May 2008 23:46:20 -0700 (PDT)
Organization: Compilers Central
References: 08-05-027
Keywords: C, question
Posted-Date: 11 May 2008 23:28:21 EDT

On May 11, 11:13 am, dreamAnders <dream_and...@yahoo.com.cn> wrote:
> ucc is an ANSI C Compiler. Its code size is about 15,000 lines.


Tryin to compile this :
#include <stdio.h>
int main()
{
                printf("hello world\n");
                return 0;
}
gives me this:
[k2@Antec ucc]$ ucc t.c
fatal error in /usr/local/lib/ucc/ucl
ucc fatal error
If I remove the include it compiles OK.
Where the ucl searches for <stdio.h> ?


Jaro Gress



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.