[CMake] cmake + windows mobile (visual studio, SDK)

Jun Sun jsun at junsun.net
Tue May 15 01:15:44 EDT 2007


On Mon, May 14, 2007 at 02:24:16PM -0400, Alexander Neundorf wrote:
<snip>
> > You can download so-called windows mobile SDK for free. 
> 
> Can you give me an URL ?
> Last time I tried I thought I got the right thing but then when I tried to 
> install it it asked me for some key. 
> 

Googling "windows mobile SDK" gives this: 

http://www.microsoft.com/downloads/details.aspx?familyid=83A52AF2-F524-4EC5-9155-717CBE5D25ED&displaylang=en

AFAIK, cross compilers and necesary libraries are included in the SDK.

However, most of the time when I installed it I already got visual studio
which the installer would check for. But I believe at least once
it installed anyway without visual studio. (I will do another test shortly)

I don't think it ever asked for product key. But I could be wrong here.

> > I would have to dig in further to answer the command line options question.
> > Hold on for a day or two.
>

One of my colleagues did the following experiment which seems
to be successful in creating a static library with the cross tool.

-------------
CC = "/cygdrive/c/Program Files/Microsoft Visual Studio 8/VC/ce/bin/x86_arm/cl"

CFLAG = /Od /Os /D "_WIN32_WCE=0x501" /D "UNDER_CE=0x501" /D "WINCE" /D
"WIN32_PLATFORM_PSPC" /D "_DEBUG" /D "DEBUG" /D "_WINDOWS" /D "ARM" /D "_ARM_"
/D "_UNICODE" /D "UNICODE" /D "POCKETPC2003_UI_MODEL" /Gm /EHsc /MDd /fp:fast
/GR /Fo"Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\Debug/" /Fd"Windows Mobile 5.0Pocket PC SDK (ARMV4I)\Debug/vc80.pdb" /W3 /nologo /c /Zi /TP

-------------

Cheers.

Jun 


More information about the CMake mailing list