Hi Chris, Every time you hit the build d a project, the previous .out file should be erased automatically from your debug folder, so if the build fails, it won't generate a .out. However, suppose somehow there is a .out file that was not corrupted in the debug folder during the build (regardless of whether the new build was successful). In that case, it will ask if you want to load the existing .out file (most likely thinking that the current .out file is the expected .out from a "good" build.) Thus, a "good" .out file in the debug folder, even when the build fails, is out of the regular behavior of CCS. Best Regards, Diego Abad
↧