cancel
Showing results for 
Search instead for 
Did you mean: 

Bug report CubeMX V 4.14.0

mattreed9
Associate II
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
1 REPLY 1
slimen
Senior
Posted on May 11, 2016 at 16:01

Hi,

- Have a look at this

https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Java/Flat.aspx?RootFolder=https%3a//my.st.com/public/STe2ecommunities/mcu/Lists/STM32Java/cubemx%20code%20generation%20issue&FolderCTID=0x01200200770978C69A1141439FE559EB459D758000F9A0E3A95BA69146A17C2E80209ADC21&currentviews=99

, 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