[cfe-dev] clang assembler problems

Eli Friedman eli.friedman at gmail.com
Wed Feb 10 21:36:00 PST 2010


On Wed, Feb 10, 2010 at 9:27 PM, kalyan ponnala
<ponnala.kalyan at gmail.com> wrote:
> hi,
> I tried this by installing MinGW. When I execute a small program like
> helloworld.c
>
> #include<stdio.h>
> int main()
> {
> printf("\n hello world");
> return 0;
> }
>
>
> It gives the output as given in this snapshot. It still connects to mingw
> but the assembler cant figure out these statements i guess. It is giving
> errors as shown in the snapshot. Do you know why is it doing this?

Hmm, I was under the impression that this was supposed to work; I
think it has something to do with the target triple.  Can someone
who's been working on Windows stuff please comment?

-Eli



More information about the cfe-dev mailing list