Hi,
I'm attempting to install Zephyr Developer via MCUXpresso Installer. I'm getting two errors.
[error] Could not spawn command 7z
[error] Command 7z exited with code spawn 7z ENOENT.
I have 7z installed, version 24.09. So it's not clear to me at the moment what my issue is. Any insight might be helpful. Thank you.
[info] 7-Zip already installed. Version: 24.09
[info] Checking hash for file C:\Users\gzeiss\AppData\Local\Programs\MCUXpressoInstaller\.cache\zephyr-sdk-0.17.0_windows-x86_64_minimal.7z...
[info] Installing Zephyr SDK
[info] Extracting zephyr-sdk-0.17.0_windows-x86_64_minimal.7z to C:\Users\gzeiss
[info] Executing command "7z x C:\Users\gzeiss\AppData\Local\Programs\MCUXpressoInstaller\.cache\zephyr-sdk-0.17.0_windows-x86_64_minimal.7z -oC:\Users\gzeiss -y"
[error] Could not spawn command 7z
[error] Command 7z exited with code spawn 7z ENOENT.
I manually put in the string for executing into my command prompt. That worked. Then I refreshed MCUXpresso and now it shows as installed.
Fixed, but strange.