I am using Arm compiler(AC6.19) with MDK 5.38 and Cortex M85(CM85) chip. As we know that MDK5.38 can set the CM85 Vector Extensions (MVE) setting as below to enable Marco "ARM_MATH_HELIUM", "ARM_MATH_MVEF". "ARM_MATH_MVEI". This setting impacts ARM CMSIS DSP library.
Thanks
1) From the 'Vector Extensions' pull down that you highlighted, select 'Not used'. This will be reflected in the compiler options used:
2) Such a library should link without issue, assuming other options are consistent.