Question
cubemx code generation issue
Posted on April 11, 2016 at 10:56
Hi,
I'm developing some application with STM32L4 uC, cubeMX and truestudio.Unfortunately after some modification cubeMX do not generate compile-able code. I dig into the problem and found out that if I go into the .cproject file and revert the following line to the original the compile will be successfull.before: <sourceEntries> <entry flags=''VALUE_WORKSPACE_PATH|RESOLVED'' kind=''sourcePath'' name=''''/> </sourceEntries>after: <sourceEntries><entry flags=''VALUE_WORKSPACE_PATH|RESOLVED'' kind=''sourcePath'' name=''Src'' /><entry flags=''VALUE_WORKSPACE_PATH|RESOLVED'' kind=''sourcePath'' name=''Inc'' /> Can somebody help me about this?Thank you in advance, Dave #cubemx-stm32-truestudio