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

Yes, this is a MinGW issue. Please ask on the mingw-users list at
sourceforge.

BTW, it looks like the gcc on Vista issue. There is a patched version at
mingw.org.

Doug.

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Subs
> Sent: Sunday, May 11, 2008 12:20 PM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] Eclipse Compile error using mingw
> 
> Perhaps you would be better off asking on a mingw group?
> 
> 
> John Smith wrote:
> > 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
> >>
> > _______________________________________________
> > 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