Hi,<div>I just started to work with cmake. My fist task is to build an application for Windows CE6.</div><div>I have a sdk from device manufacturer (Beckhoff) and I am able to build my application in Visual Studio 2005 and run it on the device.</div>
<div><br></div><div>Now I must be able to build it with cmake. </div><div>I found out that I need the latest nighlty build ( <a href="http://trac.webkit.org/wiki/WinCE">http://trac.webkit.org/wiki/WinCE</a> ), so I installed it: "</div>
<table style="font-family:'Times New Roman'"><tbody><tr><td><a href="http://www.cmake.org/files/dev/cmake-2.8.10.20130309-ga1f09-win32-x86.exe">cmake-2.8.10.20130309-ga1f09-win32-x86.exe</a></td><td align="right">
11-Mar-2013 01:17</td><td align="right">9.9M" to my Windows 7 desktop.</td></tr></tbody></table><div><br></div><div>I run the cmake like this to get VS solution file:</div><div>cmake -G "Visual Studio 8 2005 Beckhoff_HMI_600 (x86)" ..\src</div>
<div><br></div><div>Running cmake for an application that shows "hello world" message box causes errors:</div><div><div><br></div><div>D:\Kokeilut\helloce6\build>cmake -G "Visual Studio 8 2005 Beckhoff_HMI_600 (x86)" ..\src</div>
<div>-- The C compiler identification is MSVC 14.0.50727</div><div>-- The CXX compiler identification is MSVC 14.0.50727</div><div>-- Check for working C compiler using: Visual Studio 8 2005 Beckhoff_HMI_600 (x86)</div><div>
-- Check for working C compiler using: Visual Studio 8 2005 Beckhoff_HMI_600 (x86) -- works</div><div>-- Detecting C compiler ABI info</div><div>-- Detecting C compiler ABI info - failed</div><div>-- Check for working CXX compiler using: Visual Studio 8 2005 Beckhoff_HMI_600 (x86)</div>
<div>-- Check for working CXX compiler using: Visual Studio 8 2005 Beckhoff_HMI_600 (x86) -- works</div><div>-- Detecting CXX compiler ABI info</div><div>-- Detecting CXX compiler ABI info - failed</div><div>-- Configuring done</div>
<div>-- Generating done</div><div>-- Build files have been written to: D:/Kokeilut/helloce6/build</div></div><div><br></div><div>Opening the solution file in Visual Studio and building causes linker errors.</div><div><br>
</div><div>Could someone help me?</div><div><br></div><div>- Mikko</div>