Hey everyone,<br><br>This took many hours searching and dozens of reinstallations of Cygwin and Eclipse. Finally I figured out what needs to be done to resolve the following error:<br><br><div style="margin-left: 40px;">**** Build of configuration Debug for project Lab3_Sum ****<br>

<br>****  WARNING: The &quot;Debug&quot; Configuration may not build  ****<br>****  because it uses the &quot;Cygwin GCC&quot;  ****<br>****  tool-chain that is unsupported on this system.  ****<br><br>****  Attempting to build...  **** <br>

</div><br>Eclipse doesn&#39;t know where to look for the &#39;Cygwin GCC&#39; tool-chain, and never asks you to tell it where it&#39;s located. Changing the Windows $PATH variable isn&#39;t enough on its own.<br><br>Attached is a registry file that you need to import into your registry to resolve the issue, it should work with Windows XP/Vista/7. I&#39;ve personally tested it on my laptop running Windows 7 Ultimate and my computer at work running Windows XP SP3.<br>

<br>If you installed Cygwin into another directory besides C:\cygwin - you must edit the file to change the directory (in 3 places) before importing. For those whose anti-virus programs blocks a file download with a .reg extension, copy the following section below, paste it into Notepad and save it as &#39;cygwin_reg.reg&#39; - without the quotes. Then double click it and click ok/yes to import into the registry. Restart Eclipse and try to build a program and the warning should no longer be there:<br>

<br><div style="margin-left: 40px;">Windows Registry Editor Version 5.00<br><br>[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions]<br><br>[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin]<br><br>[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2]<br>

&quot;cygdrive prefix&quot;=&quot;/cygdrive&quot;<br>&quot;cygdrive flags&quot;=dword:00000022<br><br>[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/]<br>&quot;flags&quot;=dword:0000000a<br>&quot;native&quot;=&quot;C:\\cygwin&quot;<br>

<br>[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin]<br>&quot;flags&quot;=dword:0000000a<br>&quot;native&quot;=&quot;C:\\cygwin/bin&quot;<br><br>[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib]<br>

&quot;native&quot;=&quot;C:\\cygwin/lib&quot;<br>&quot;flags&quot;=dword:0000000a<br><br>[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options]<br><br></div>Let me know if anyone needs help doing this. I was happy to finally get this issue resolved!<br>

<br clear="all">Thanks,<br>Tom Farmer<br><a href="mailto:tfarmer3@kent.edu">tfarmer3@kent.edu</a><br>