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.
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?
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.
Forum posts: 150
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.
Forum posts: 2
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?
Forum posts: 1082
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.