Is Symbian can support CMake cross compiler?

Login to reply to this topic.
Fri, 2008-05-09 14:15
Joined: 2008-05-09
Forum posts: 2

Is Symbian can support CMake cross compiler?


Fri, 2008-05-09 15:32
Joined: 2006-05-08
Forum posts: 150
Re: Is Symbian can support CMake cross compiler?

Can you describe your usecase and BE MORE ELABORATE?
Why would you want to use CMake? The Symbian build system uses gnumake underneath to generate makefiles for spefiic targets.

Mon, 2008-05-12 14:05
Joined: 2008-05-09
Forum posts: 2
Re: Is Symbian can support CMake cross compiler?

Using Symbian build system we can create only one lib at time right i want to create nearly 100 libs at time thats why i am going to use CMake Cross compiler.

Can anybody tell me Is Symbian can support CMake cross compiler?

Mon, 2008-05-12 15:31
Joined: 2004-11-29
Forum posts: 1082
Re: Is Symbian can support CMake cross compiler?

I think the question should be asked the other way around:

"Does CMake support symbian?" (I have no idea)

There is no specific support in symbian for any 3rd party build environment afaik.

Symbian build environment is very convoluted though, and its quite hard to interface it to anything.

But.. as long as you can get CMake to run a .bat script on a windows computer to build, then you will be able to build... Catching errors is another thing though.

  • Login to reply to this topic.