Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Eclipse Compile error using mingw

Hmmm. Good point. I do indeed get the same error when I run gcc from
the commandline. However, re-installing mingw did not resolve the
issue for me. Perhaps there is something broken with MinGW-5.1.4 ?


Regards,


John Smith.


On Sun, May 11, 2008 at 3:49 PM, Subs <dmsubs@xxxxxxxxxxxxx> wrote:
> What happens when you run from the command line? It looks like your compiler
> is not correctly installed.
>
>  John Smith wrote:
>
> >
> >
> >
> > Hi,
> >
> > When i Try to compile a simple C 'helloworld' program, I get the
> > following error:
> >
> > **** Rebuild of configuration Debug for project helloworld ****
> >
> > **** Internal Builder is used for build ****
> > gcc -O0 -g3 -Wall -c -fmessage-length=0 -osrc\helloworld.o
> ..\src\helloworld.c
> > gcc: installation problem, cannot exec `cc1': No such file or directory
> > Build error occurred, build is stopped
> > Time consumed: 125 ms.
> >
> >
> > Do you have any idea what might be wrong with my configuration ?
> >
> >
> > Thanks,
> >
> >
> > Regards,
> >
> >
> > John Smith
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> >
> >
>
>
>  --
>  Subs
>  _______________________________________________
>  cdt-dev mailing list
>  cdt-dev@xxxxxxxxxxx
>  https://dev.eclipse.org/mailman/listinfo/cdt-dev
>


Back to the top