Skip to main content
JRS
Associate III
November 13, 2019
Question

CubeMX 5.4 with lwip - conflicting filenames

  • November 13, 2019
  • 2 replies
  • 579 views

Hi,

When updating my current program with the newest version of cube-mx, I noticed that the newly generated sys.h /sys.c files in the core pathe are named equally named to the files generated by third-party - lwip under src / include / lwip.

Since I do not need the new sys-files, I have to delete them manually, but every time I change something in the cubemx configuration, I have to do it again.

I am using st32f407 with cube-mx creating gpdsc-file.

Best Regards,

Jan

This topic has been closed for replies.

2 replies

Khouloud ZEMMELI
ST Employee
November 13, 2019

​Hello @JRS​ ,Thanks for the feedback

You're right , sys.c/h shall not be generated.

Issue will be fixed in the next release.

Best Regards,

Khouloud

JRS
JRSAuthor
Associate III
November 14, 2019

Thanks for the Info!