Question
Bug report CubeMX V 4.14.0
Posted on May 11, 2016 at 15:47
Cube is corrupting the .cproject file, resulting in no symbol table for the debug elf file.
Create a project with Cube, edit run, test etc.Create a 'Release' build (No-debug).Back into Cube, modify and re-generate.Back in Eclipse, select Debug configuration, do a build. No symbol table.Comparing the .cproject file we see this change that when reverted restores the symbol table.Correupt .cprogram file:^<sourceEntries>
<entry flags=''VALUE_WORKSPACE_PATH|RESOLVED'' kind=''sourcePath'' name=''Src''/>
<entry flags=''VALUE_WORKSPACE_PATH|RESOLVED'' kind=''sourcePath'' name=''Inc''/>
</sourceEntries>
^Good .cprogram file^<sourceEntries>
<entry flags=''VALUE_WORKSPACE_PATH|RESOLVED'' kind=''sourcePath'' name=''''/>
</sourceEntries>
^(also, on this forum, if you click ''Click for help about adding HTML formatting.'' you get pop-up about sharepoint server).-Matt #cube #cubemx #stm32cubemx