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 "ADSP-BF533" )<br>
SET( ADSP_PROCESSOR_SILICIUM_REVISION "0.5" )<br><br>SET( CMAKE_C_COMPILER ccblkfn )<br>SET( CMAKE_CXX_COMPILER ccblkfn )<br>SET( CMAKE_CXX_COMPILER_ARG1 "-c++" CACHE STRING "First argument" )<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"><<a href="mailto:a.neundorf-work@gmx.net">a.neundorf-work@gmx.net</a>></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>
> ok, the make can be found:<br>
> the variable to set for the tool chain file is named<br>
> CMAKE_TOOLCHAIN_FILE not TOOLS_CHAIN_FILE...<br>
><br>
> so the commandline should be changed to something like<br>
> C:\path_to_sources>cmake -DCMAKE_TOOLCHAIN_FILE=Toolch<br>
> ain-ADSP-Blackfin.cmake -G "Unix Makefiles"<br>
><br>
> However, it seems, that there is more work on the toolchain file<br>
> I get the following output. Since I can run the compiler from comandline<br>
> 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>