Hi,
Thank you for your quick response.
I have followed the following instructions:
1. Open the desired demo application workspace.
2. Select the desired build target from the drop-down. For this example, select the “hello_world – Debug” target.
3. To build the demo application, click the “Make” button, highlighted in red below.
4. The build completes without errors.
But when I execute the Make button the I get errors:
Error[438]: This instruction is not available in the selected cpu/core C:\Users\dmul\Downloads\SDK_2.5.1_EVK-MIMX8MQ_iar\devices\MIMX8MQ6\iar\startup_MIMX8MQ6_cm4.s 211
Error[446]: The selected cpu/core does not support this status register C:\Users\dmul\Downloads\SDK_2.5.1_EVK-MIMX8MQ_iar\devices\MIMX8MQ6\iar\startup_MIMX8MQ6_cm4.s 216
Error[438]: This instruction is not available in the selected cpu/core C:\Users\dmul\Downloads\SDK_2.5.1_EVK-MIMX8MQ_iar\devices\MIMX8MQ6\iar\startup_MIMX8MQ6_cm4.s 218
Error[438]: This instruction is not available in the selected cpu/core C:\Users\dmul\Downloads\SDK_2.5.1_EVK-MIMX8MQ_iar\devices\MIMX8MQ6\iar\startup_MIMX8MQ6_cm4.s 219
Do you know why this happens?
(I am using the last sdk update by the way)
Kind regards,
Daniel
EDIT:
I think the reason i cannot make the binary is that the imx8 series are note officially supported by IAR...
I did the following to fix it:
-Open in the SDK hello_world.eww
-In the project settings (alt + f7)
-general options -> processor variant-> core -> select "m4"