The example works using MCUXpresso IDE. However when compiling the same example using VSCode it fails to compile. It complains that it cannot find some libethermind static libraries. I do find the libraries inside the SDK.
If I do copy the libraries to an absolute path it expects, it fixes the compilation issues and the compilation goes to 100%, however the linker complains for a syntax error.
I must say that other examples are working flawlessly.
Linker error attached:
... mimxrt1170evk_wireless_uart/armgcc/MIMXRT1176xxxxx_cm7_flexspi_nor.ld:96: syntax error
[build] collect2: error: ld returned 1 exit status
[build] ninja: build stopped: subcommand failed.
I use SDK2.13.1 on MIMXRT1170-EVK board.
Also must mention - all the bluetooth examples are not to be found on the newer 2.14 SDK.
Thanks,
Oleg