[CMake] XCode iPhone-3.2 and CMake fail

j j at dynamica.org
Thu Jul 29 09:42:53 EDT 2010


Hi, thanks for the advice, I've now reduced the toolchain file
so the things that make most sense, but I still get the same error.

anyone ?



On Wed, 28 Jul 2010 20:59:45 +0200, Alexander Neundorf
<a.neundorf-work at gmx.net> wrote:
> On Tuesday 27 July 2010, j wrote:
>> Hi there,
>>
>> I have a CMakeLists.txt that succesfully describes a project
>> that can be built for XCode MACOSX10.6.sdk and Microsoft Visual
>> studio. So far so good. Now I'm trying to generate an XCode project
>> for the iPhone-3.2.sdk which doesn't seem to work.
>> I have the following toolchain file which seems ok to me, all paths
> 
> No, it contains much too much.
> It should only contain what is necessary, i.e. the things cmake can't
> guess 
> for cross compiling, so basically the name of target system and where
the 
> compilers are.
> All the add_definitions() etc. shouldn't be there.
> 
> But I don't know more about developing for the iPhone, so I can't help
> more.
> 
> Alex


More information about the CMake mailing list