I am encountering a error when compiling my CMSIS project. My application is using a Cortex-M4 and I am using MDK v5.28 with the ARM compiler v6.12. The compilation failes with the following results:C:/Keil_v5/ARM/CMSIS/Include\core_cm4.h(188): warning: In file included from...C:/Keil_v5/ARM/CMSIS/Include\core_cmFunc.h(414): warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register uint32_t result; ^~~~~~~~~C:/Keil_v5/ARM/CMSIS/Include\core_cmFunc.h(441): warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register uint32_t result; ^~~~~~~~~C:/Keil_v5/ARM/CMSIS/Include\core_cmFunc.h(602): error: unknown register name 'vfpcc' in asm __ASM volatile ("VMSR fpscr, %0" : : "r" (fpscr) : "vfpcc");
This must be an old issue, but I have not been able to find any solutions in the forums.
Hello, are you able to share your project? At least can you share which pack(s) you are bringing into your project? Are you using the latest version of these packs?Go to Project -> Manage -> Run time environment -> Select Packs... do you have "use latest version of installed Software Packs" enabled?
Thank you for the suggestion to check if the latest pack was being used. Even though I had the latest packs installed, the project was not using them. The CMSIS files now compile successfully. Now if I can get some updated libraries from ST Micro.......
Hello Vint,
Can you please explain how you made it work?
Thank you!!