Hi, I have this CMakeLists.txt: PROJECT( CMakeTest ) SET( CMAKE_SYSTEM_NAME Generic )
# specify the cross compiler SET( CMAKE_C_COMPILER ccblkfn ) # where is the target environment SET( CMAKE_FIND_ROOT_PATH "G:/tools/AnalogDevices/VisualDSP4.5/Blackfin" ) I have put *Generic-ccblkfn-C.cmake *and *Generic-ccblkfn-CXX.cmake *in Modules/Platforms and the .c and .cpp files into Modules. The run of cmake gives: G:\build\CMakeTest>..\CMake\bin\cmake.exe G:\src\CMakeTest -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/bin/cl.exe -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/bin/cl.exe -- works -- Check size of void* -- Check size of void* - done -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/bin/cl.exe -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/bin/cl.exe -- works -- Configuring done -- Generating done -- Build files have been written to: G:/build/CMakeTest Any idea? Thanks Raphael On 6/19/07, Alexander Neundorf <[EMAIL PROTECTED]> wrote:
On Tuesday 19 June 2007 11:58, you wrote: > Hi, > Sorry for the delay, I was very busy. > I think that the previous version was ok. I was just not testing it on the > right machine. Tomorrow I'll have access to the PC with the tools and will > let you know. > Raph Cool, thanks. Alex
_______________________________________________ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake