Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] cygwin toolchain unsupported?

Thanks Don, that was the problem.

I don't know how my cygwin-installation got into that state (I certainly
had the 
packages installed, but they were not listed in the installed.db). 

Markus.


> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Don Porges
> Sent: Wednesday, January 30, 2008 11:26 PM
> To: cdt-dev@xxxxxxxxxxx
> Subject: Re: [cdt-dev] cygwin toolchain unsupported?
> Importance: Low
> 
> 
> 
> Schorn, Markus wrote:
> > 
> > With my sample projects that I use to test CDT I am now seeing the 
> > following message when attempting to build them:
> > **** WARNING: The "Debug" Configuration may not build ****
> > 
> > **** because it uses the "Cygwin GCC" ****
> > 
> > **** tool-chain that is unsupported on this system. ****
> > 
> > Why is this the case, what can I do to make this work again?
> > 
> > Markus.
> > 
> > 
> Check in the cygwin installation's /etc/setup/installed.db, 
> and see if all three of these are listed:
> 
> gcc
> binutils
> make
> 
> If they are not all present, CDT decides that not enough of 
> Cygwin gcc is installed to proceed.
> 
> --
> View this message in context: 
> http://www.nabble.com/cygwin-toolchain-unsupported--tp15180630
p15193545.html
> Sent from the Eclipse CDT - Development mailing list archive 
> at Nabble.com.
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top