[Vm-dev] VM IDE anyone

Igor Stasenko siguctua at gmail.com
Thu Apr 7 18:47:35 UTC 2011


On 7 April 2011 20:39, Marco Schmidt <Marco.Schmidt at taugamma.de> wrote:
>
> 2011/4/7 Mariano Martinez Peck <marianopeck at gmail.com>:
>>
>>
>> I have a couple of questions:
>> 1) is there a way to know which generator is the default?  I mean if I do  cmake .   which one is taking?
>> 2) So...the list of the generators are directly the parameter, aren't they?  example:
>>  cmake . -G "Unix Makefiles"
>> or
>> cmake . -G "KDevelop3 - Unix Makefiles"
>>
>
> Yes -  there is no default generator. You need to pass the generator
> on every call to cmake (e.g. cmake . -G"Xcode")
>
>> etc...
>>
>>
>>>
>>> at the end it provides a list of available generators.
>>>
>
> This lists the generators available on your current plattform. If you
> are on a MacOSX Host you do not get the Visual-Studio generators.
>
> You are linking to a version 2.6 of cmake. The current version is
> 2.8.4. There is better support for VS2010 and Xcode in the newer
> version.
>
> Marco
>
> Q: I have to investigate how to support cross compiling (Linux x86 ->
> ARM). Any first hand knowledge out there?
>

AFAIK cmake consists of modules, which you can add at your will.
So probably you have to find corresponding module and install it.


-- 
Best regards,
Igor Stasenko AKA sig.


More information about the Vm-dev mailing list