I used NXP FRDM-MCXN947 board, I can use IAR 9.50 to build and run single core hello world & led samples, but build multicore examples always fails.
I download multicore_examples/hello_world code from:
https://mcuxpresso.nxp.com/en/example-projects?uvid=573500
I can use IAR 9.50, 9.40 build core1 project, but can not build core0 project, I always got following error:
Error[Li005]: no definition for "_hello_world_cm33_core1_image" [referenced from <internal module>]
Is there anyway to build this sample project?