2016-05-11 06:47 AM
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 #stm32cubemx2016-05-11 07:01 AM
Hi,
- Have a look at this , it can be very helpful.- I confirm that apop-up sharepoint server appears when I click on ''Click for help about adding HTML formatting'', but from this pop-up you can get help aboutHTML Editor.
Regards