2015-06-20 11:20 AM
2015-06-22 03:40 AM
Hi David,
What error message are you getting?What do you mean by ''library creation and copy have a problem''?-Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2015-06-24 10:56 AM
The error message I'm getting is exactly as stated in my original message.
''--The Code is successfully generated under c:/dev/MyProject but library creation and copy have a problem.--''
An my question in your question, what does this mean?Dave2015-06-24 11:27 AM
Do the directories exist, or have rights issues?
An issue with the source of the files, or the destination?2015-06-25 09:48 AM
2017-02-09 02:10 AM
I just encountered and understood the problem.
I have open some files from CMSIS library into KEIL which lock the files.
Then STM32CubeMX fail to copy the files while generating project.
This can be confirmed looking at STM32CubeMX.log located in
~./.stm32cubemx/STM32CubeMX.log
I have following obvious messages :
2017-02-08 17:15:11,767 [ERROR] ProjectBuilder:2177 - Problem during Copy of File cmsis_armcc.h
2017-02-08 17:15:11,779 [ERROR] ProjectBuilder:2177 - Problem during Copy of File core_cm0plus.h
Closing KEIL instance locking the files fix the issue.
2017-05-09 08:43 AM
One more remark: just closing the project in Keil5.17 does not help! I had to completely exit that Keil5 instance.