The projects in this repository for ADuCM355 depend on ARM Compiler 5, which the latest of Keil uVision5 does not come with by default. Customers can go learn how to install this compiler for Keil here:
https://developer.arm.com/documentation/ka005073/latest
However, the projects also depend on the ARM::CMSIS packs, which no longer support ARM Compiler 5 as of version 6.0.0+
Current projects can move to ARM::CMSIS 5.9.0 via the CMSIS Pack Manager, but currently this means none of the ADuCM355 projects compile by default, and there's no existing documentation for a customer to figure out how to fix this problem.
This issue is to request that all projects have their dependencies updated to reflect proper version dependencies for the compiler & CMSIS Packs, either by updating to the latest ARM Compiler (the preferred method) or by explicitly stating the ARM CMSIS dependency to be compatible with ARM Compiler 5.
This issue may very well impact IAR projects as well, since that IDE is also based on CMSIS Packs. But this was observed in Keil.
The projects in this repository for ADuCM355 depend on ARM Compiler 5, which the latest of Keil uVision5 does not come with by default. Customers can go learn how to install this compiler for Keil here: https://developer.arm.com/documentation/ka005073/latest
However, the projects also depend on the ARM::CMSIS packs, which no longer support ARM Compiler 5 as of version 6.0.0+
Current projects can move to ARM::CMSIS 5.9.0 via the CMSIS Pack Manager, but currently this means none of the ADuCM355 projects compile by default, and there's no existing documentation for a customer to figure out how to fix this problem.
This issue is to request that all projects have their dependencies updated to reflect proper version dependencies for the compiler & CMSIS Packs, either by updating to the latest ARM Compiler (the preferred method) or by explicitly stating the ARM CMSIS dependency to be compatible with ARM Compiler 5.
This issue may very well impact IAR projects as well, since that IDE is also based on CMSIS Packs. But this was observed in Keil.