Hi,<br>Here is the toolchain I use for a Blackfin 533:<br><br>SET( CMAKE_SYSTEM_NAME Generic )<br><br># these are ADSP specific, so it makes sense to have them separated from CMAKE_SYSTEM_PROCESSOR<br>SET( ADSP_PROCESSOR &quot;ADSP-BF533&quot; )<br>
SET( ADSP_PROCESSOR_SILICIUM_REVISION &quot;0.5&quot; )<br><br>SET( CMAKE_C_COMPILER ccblkfn )<br>SET( CMAKE_CXX_COMPILER ccblkfn )<br>SET( CMAKE_CXX_COMPILER_ARG1 &quot;-c++&quot; CACHE STRING &quot;First argument&quot; )<br>
SET( CMAKE_ASM_COMPILER easmBLKFN )<br><br>Raph<br><br><div class="gmail_quote">On Sat, Jun 27, 2009 at 2:46 PM, Alexander Neundorf <span dir="ltr">&lt;<a href="mailto:a.neundorf-work@gmx.net">a.neundorf-work@gmx.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Friday 26 June 2009, you wrote:<br>
&gt; ok, the make can be found:<br>
&gt; the variable to set for the tool chain file is named<br>
&gt; CMAKE_TOOLCHAIN_FILE not TOOLS_CHAIN_FILE...<br>
&gt;<br>
&gt; so the commandline should be changed to something like<br>
&gt; C:\path_to_sources&gt;cmake -DCMAKE_TOOLCHAIN_FILE=Toolch<br>
&gt; ain-ADSP-Blackfin.cmake -G &quot;Unix Makefiles&quot;<br>
&gt;<br>
&gt; However, it seems, that there is more work on the toolchain file<br>
&gt; I get the following output. Since I can run the compiler from comandline<br>
&gt; I guess there are more toolspecific configurations needed.<br>
<br>
</div>How does your toolchain file look like ?<br>
<div><div></div><div class="h5"><br>
Alex<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</div></div></blockquote></div><br>