Hello friends,<br><br>I have a problem when I try to compile several files, for some reason it takes only the first of the list to build it. <br>It displays a few warnings and at the end the following error:<br><br>make[2]: *** [CMakeFiles/omap.dir/host/fastboot.c.o] Error 1<br>
make[2]: Leaving directory `/home/x0148488/omapflash/cmake_build'<br>make[1]: *** [CMakeFiles/omap.dir/all] Error 2<br>make[1]: Leaving directory `/home/x0148488/omapflash/cmake_build'<br>make: *** [all] Error 2<br>
<br>Even before doing the add_executable ( ), I display first the variable that contains the list of files to build, and it indeed has all the files to compile; somehow it only compiles the first one and then leave. Running make with the VERVOSE=1 I can see the command, and it has only the first file of the list; so CMake is generating the command wrong.<br>
Can you explain why only one file is compiled and not the entire list?<br><br>Thanks<br><br>Enrique<br>