Skip to main content

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



Andrew Voronin wrote:
> 
> Hi All.
> 
> I get the same message, but because I'v change cygwin home dir (is's not
> "C:/cygwin" now).
> How to tell CDT where cygwin lives ?
> 
> Thancks.
> 
> Andrew.
> 
> 

It looks like it checks in the registry for

HKEY_CURRENT_USER\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/etc

(note that "/etc" is the final component of the key name!)

and if that's not there (which is typical) it appends "etc" to

HKEY_CURRENT_USER\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/

(again, "/" is the key name)

and if neither of these is found, it looks in HKEY_LOCAL_MACHINE instead.

-- 
View this message in context: http://www.nabble.com/cygwin-toolchain-unsupported--tp15180630p23839911.html
Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.



Back to the top