Compile problems because of linked resources
I update to V1.16 and found, that my project cannot compile anymore.
Problem are compile errors, double definitions and so on. I did not change the code, just updated and regenerated everything include the code generation of CubeMX ( from within the ide ).
So it turned out, that now the generated code is generated to an folder called Application beside the Core folder. And there are lots of files as linked resources within the project settings.
These linked resources are causing the problem, as the compiler tries to complie the same file double. once the real file and then again the linked file ( which of course is the same ).
Is that intended?
Can I adjust the cubemx to not create linked files and can I adjust whether to use "application"/"core" or not or whatsoever?
best regards,
Stefan
