This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

cmsis_compiler.h missing from MW V7.4.1

Hi,

I have just updated to Middleware 7.4.1 and I now get the following compilation error:

compiling USBD_Config_0.c...
C:\Keil_v5\ARM\PACK\Keil\MDK-Middleware\7.4.1\USB\Include\usb_compiler.h(12): error: #5: cannot open source input file "cmsis_compiler.h": No such file or directory #include "cmsis_compiler.h"
RTE\USB\USBD_Config_0.c: 0 warnings, 1 error

I do not have a “cmsis_compiler.h” file.
It seems that “usb_compiler.h” in 7.4.0 did not #include this file but 7.4.1 does.

Does anyone else have this issue?

Thanks