CORTEX_A9_Cyclone_V_SoC_DK not support the latest DS-5

I use the latest 5.29.2 and freeRTOS 10.1.1. When I compile CORTEX_A9_Cyclone_V_SoC_DK demo, there are errors below.

C:\Users\RAYMAN~1\AppData\Local\Temp\ccXCeKf7.s: Assembler messages:
C:\Users\RAYMAN~1\AppData\Local\Temp\ccXCeKf7.s:469: Error: selected processor does not support cpsid i' in ARM mode C:\Users\RAYMAN~1\AppData\Local\Temp\ccXCeKf7.s:472: Error: selected processor does not support dsb’ in ARM mode

It looks the demo not comptible the new DS-5. Perhaps some assembler config has changed. Anyone know how to solve this problem.

Thanks in advance.

Thanks for letting us know. It looks like the project no longer knows the target architecture as it is trying to build for one architecture but seeing assembly code for another. Have a look in the project options to see where the architecture is set and set it back to A9 - alternatively set the compiler options manually.