Skip to main content

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


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--tp15180630p15193545.html
Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.



Back to the top