<div class="gmail_quote">On Fri, Mar 15, 2013 at 9:52 AM, Florian Reinhard <span dir="ltr">&lt;<a href="mailto:florian.reinhard@googlemail.com" target="_blank">florian.reinhard@googlemail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I&#39;m testing the next branch at the moment.<br>
Changes i noticed:<br>
setting the following options is no longer required (yay!):<br>
<div class="im">SET (CMAKE_C_COMPILER_WORKS   1)<br>
SET (CMAKE_CXX_COMPILER_WORKS 1)<br>
#skip ABI checks<br>
SET (CMAKE_DETERMINE_C_ABI_COMPILED   1)<br>
SET (CMAKE_DETERMINE_CXX_ABI_COMPILED 1)<br>
SET (CMAKE_DETERMINE_ASM_ABI_COMPILED 1)<br></div></blockquote><div><br>I personally never needed them.<br><br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">
</div>
questions:<br>
i still have to set CMAKE_C_COMPILER etc, what do i have to set, so<br>
cmake has a hint where to search for cl6x.exe?<br></blockquote><div><br>I would guess it is not a TI specific question. You can do this for instance: <a href="https://projects.kde.org/projects/playground/mobile/wiki-reader/repository/revisions/master/entry/frontends/blackberry/cmake/Toolchain-C6X.cmake#L64">https://projects.kde.org/projects/playground/mobile/wiki-reader/repository/revisions/master/entry/frontends/blackberry/cmake/Toolchain-C6X.cmake#L64</a><br>
<br>Perhaps, CMAKE_FIND_ROOT_PATH can also help, but the point is that cmake cannot guess for you where you installed the environment. We used to have a script (batch on Windows, and shell on Unix) for the Blackberry NDK that the developers would run, but I am not aware of such a script from TI. I am just setting that variable in my build script on top of cmake.<br>
<br>Laszlo<br> <br></div></div>