[cmake-developers] [PATCH] Added very basic Windows CE Makefile support

Patrick Gansterer paroga at paroga.com
Sat Jul 21 09:48:03 EDT 2012


Hi,

On Sat, 21 Jul 2012 09:30:58 -0400, David Cole wrote:
> On Sat, Jul 21, 2012 at 8:16 AM, Patrick Gansterer 
> <paroga at paroga.com> wrote:
>> Hi,
>>
>>
>> On Sat, 21 Jul 2012 08:08:43 -0400, David Cole wrote:
>>>
>>> Do you have a local branch that has all 6 patches one on top of the 
>>> other?
>>>
>>>
>>> On Sat, Jul 21, 2012 at 7:49 AM, Patrick Gansterer 
>>> <paroga at paroga.com>
>>> wrote:
>>>>
>>>> Hi,
>>>>
>>>>
>>>> On Sat, 21 Jul 2012 07:44:33 -0400, David Cole wrote:
>>>>>
>>>>>
>>>>> What branch did you base these on?
>>>>>
>>>>> They don't apply cleanly on top of master today.
>>>>
>>>>
>>>>
>>>> If I made no mistake the basic revision was the master branch of 
>>>> last
>>>> weekend:
>>>> 21b45ce16f88172eac3386f002fe112014053a36
>>>>
>>>> -- Patrick
>>
>>
>> I pushed it as "ce" to 
>> https://gitorious.org/~paroga/cmake/parogas-cmake
>> (git://gitorious.org/~paroga/cmake/parogas-cmake.git)
>>
>> BTW: Are there any plans to use gerrit for CMake too?
>>
>> -- Patrick
>
>
> (cc'ing the CMake Developers list back in...)
>
>
> OK, finally got it. Whew. Sometimes I could throw git straight out
> the window...
>
> It merges to 'next' cleanly, and builds ok on my machine with Visual
> Studio 9, but then one test fails... Looks like MSVC71 is somehow
> getting defined for my msvc 9 build:
> ...
> I'll continue following up on this on Monday, (looking more closely 
> at
> the changes and trying to fix the failing test if you don't beat me 
> to
> it) -- but for now I have some other deadlines I have to meet.

Uuups. Missed to stage the VS71 generator changes. ^^

I fixed it and pushed again to the same branch (with --force).

> Did you make any progress towards setting up a dashboard for this,
> that demonstrates actually building some WinCE stuff with a toolchain
> file?

Is there any good example how to set up a cross compiling environment?
I changed a few files, but didn't find the correct ones until now. It 
still compiles for the host system and not for the target system.
If someone can give me a few hints, I can set up the machine in the 
next few days. Otherwise I'll need some time to read the code myself, 
but it's still on my todo list. :-)

-- Patrick



More information about the cmake-developers mailing list