Hi everyone,
I installed VSCode, MCUXpresso for VSCode, then on the MCUXpresso Installer I installed most of the items including Zephyr Developer (it gives green tick to ensure proper installation). I then imported basic projects like blinky and hello_workd for board NXPMIMXRT1060-EVKB.
However, I am unable to build any project, same error shows up:
CMake Error at C:/Users/jahme/zephyr-sdk-0.17.0/cmake/zephyr/generic.cmake:27 (message):
Unable to find 'x86_64-zephyr-elf' or any other architecture in
C:/Users/jahme/zephyr-sdk-0.17.0
On further investigation it seems like it is unable to find a *-*zephyr-* toolchain.
In the "mcuxpresso-tools.json" file following toolchain path is given
"toolchainPath": "C:/Users/jahme/zephyr-sdk-0.17.0/arm-zephyr-eabi",
Howevr, there is no file or folder with the name "arm-zephyr-eabi" at the above path.
It seems like an error in Zephyr sdk.
I have already spent many hours trying to get that build but failed, any help will be great,
Thanks and regards
jahmed