Hi people,<br><br>I would like to know if someone has experience with armcc compiler provide by the RVDS compilation suite. I am work normally with cygwin environment and my current project has manual Makefile that are impossible to manage for new people. I would like to suggest a construction software as CMake but I couldn&#39;t configure a simple project with the armcc compiler. The ARM compiler is not the Dashboard with the testing building system but I don&#39;t undertand why it will not work.
<br><br>I have posted the output at the end of the mail. I think that the error is in the generation of the example files &quot;build.make&quot; and the &quot;testCCompiler.c&quot;. If I use gcc it works properly.<br><br>
If someone has an idea please comment to me.<br><br>-------------------------------------------------------------<br>$cmake.exe --debug-output<br>Running with debug output on.<br>-- Check for working C compiler: /home/lramirez/bin/armcc.exe
<br>-- Check for working C compiler: /home/lramirez/bin/armcc.exe -- broken<br>CMake Error: Error in cmake code at<br>/usr/share/cmake-2.4.7/Modules/CMakeTestCCompiler.cmake:33:<br>MESSAGE The C compiler &quot;/home/lramirez/bin/armcc.exe&quot; is not able to compile a simple test program.
<br>It fails with the following output:<br>&nbsp;make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build<br>make[1]: Entering directory `/tmp/CMakeExample/CMakeFiles/CMakeTmp&#39;<br>/usr/bin/cmake.exe -E cmake_progress_report /tmp/CMakeExample/CMakeFiles/CMakeTmp/CMakeFiles 1
<br>Building C object CMakeFiles/cmTryCompileExec.dir/testCCompiler.o<br>/home/lramirez/bin/armcc.exe&nbsp;&nbsp; -o CMakeFiles/cmTryCompileExec.dir/testCCompiler.o&nbsp;&nbsp; -c /tmp/CMakeExample/CMakeFiles/CMakeTmp/testCCompiler.c<br>&quot;no source&quot;: Error:&nbsp; #5: cannot open source input file &quot;\tmp\CMakeExample\CMakeFiles\CMakeTmp\testCCompiler.c&quot;: No such file or directory
<br>make[1]: *** [CMakeFiles/cmTryCompileExec.dir/testCCompiler.o] Error 1<br>make[1]: Leaving directory `/tmp/CMakeExample/CMakeFiles/CMakeTmp&#39;<br>make: *** [cmTryCompileExec/fast] Error 2<br><br><br>CMake will not be able to correctly generate this project.
<br>Current CMake stack: <br>[2]&nbsp;&nbsp;&nbsp;&nbsp; /usr/share/cmake-2.4.7/Modules/CMakeTestCCompiler.cmake<br>[1]&nbsp;&nbsp;&nbsp;&nbsp; /tmp/CMakeExample/CMakeLists.txt<br>-- Configuring done<br>-------------------------------------------------------------------
<br clear="all">-- <br>Luis Ramírez González.