<div dir="ltr"><div>1. What your environment exactly is? It does not look like Windows only (because I see in your log: <font face="georgia">bash-3.1$ cmake -G "Unix Makefiles" . </font>), so I expect you are using something like Cygwin and when you use this kind of environment you can<br>

</div><div>have problems with paths. For example <font face="georgia">C:/software/propgcc/bin/propeller-elf-gcc <span style="font-family:arial,helvetica,sans-serif">is not a valid path for Cygwin, because <font face="georgia"><span style="font-family:arial,helvetica,sans-serif">cygwin</span> </font>uses /cygdrive/ in its path for things which are located in Windows.</span><br>

</font></div><div><br></div>2. When I use cmake on Windows (just 
Windows, cmd, not Cygwin or else) I use "MinGW Makefiles" not "Unix 
Makefiles" with GNU compilers.<br></div>