Hi Jared, log files from the Setup command and Init Repo Commands. The Build command did not give me any output. I have copied text here since I could not find a way to attach files. I have a snap shot of the notification after I run the build command but could not attach the
Log Output from Setup
[SETUP] unzip C:\Users\kweku.zephyrtools\downloads\zephyr-tools-0.1.7-x86_64-pc-windows-msvc.zip to C:\Users\kweku.zephyrtools\zephyr-tools
[SETUP] unzip C:\Users\kweku.zephyrtools\downloads\newtmgr.zip to C:\Users\kweku.zephyrtools\newtmgr
[SETUP] unzip C:\Users\kweku.zephyrtools\downloads\ninja-win.zip to C:\Users\kweku.zephyrtools\ninja
[SETUP] unzip C:\Users\kweku.zephyrtools\downloads\cmake-3.22.0-windows-x86_64.zip to C:\Users\kweku.zephyrtools\cmake
[SETUP] Installing zephyr-sdk-0.16.4 toolchain…
[SETUP] 7z extract C:\Users\kweku.zephyrtools\downloads\zephyr-sdk-0.16.4_windows-x86_64_minimal.7z to C:\Users\kweku.zephyrtools\toolchain
[SETUP] 7z extract C:\Users\kweku.zephyrtools\downloads\toolchain_windows-x86_64_arm-zephyr-eabi.7z to C:\Users\kweku.zephyrtools\toolchain\zephyr-sdk-0.16.4
git version 2.43.0.windows.1
[SETUP] git installed
python –version
[SETUP] python3 found
python -m pip –version
pip 21.2.4 from C:\Program Files\lib\site-packages\pip (python 3.9)
[SETUP] pip installed
python -m venv –help
[SETUP] python3 venv OK
python -m venv “C:\Users\kweku.zephyrtools\env”
[SETUP] virtual python environment created
Requirement already satisfied: west in c:\users\kweku.zephyrtools\env\lib\site-packages (1.1.0)
Requirement already satisfied: colorama in c:\users\kweku.zephyrtools\env\lib\site-packages (from west) (0.4.6)
Requirement already satisfied: PyYAML>=5.1 in c:\users\kweku.zephyrtools\env\lib\site-packages (from west) (6.0.1)
Requirement already satisfied: pykwalify in c:\users\kweku.zephyrtools\env\lib\site-packages (from west) (1.8.0)
Requirement already satisfied: setuptools in c:\users\kweku.zephyrtools\env\lib\site-packages (from west) (68.2.0)
Requirement already satisfied: packaging in c:\users\kweku.zephyrtools\env\lib\site-packages (from west) (23.2)
Requirement already satisfied: docopt>=0.6.2 in c:\users\kweku.zephyrtools\env\lib\site-packages (from pykwalify->west) (0.6.2)
Requirement already satisfied: python-dateutil>=2.8.0 in c:\users\kweku.zephyrtools\env\lib\site-packages (from pykwalify->west) (2.8.2)
Requirement already satisfied: ruamel.yaml>=0.16.0 in c:\users\kweku.zephyrtools\env\lib\site-packages (from pykwalify->west) (0.17.35)
Requirement already satisfied: six>=1.5 in c:\users\kweku.zephyrtools\env\lib\site-packages (from python-dateutil>=2.8.0->pykwalify->west) (1.16.0)
Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in c:\users\kweku.zephyrtools\env\lib\site-packages (from ruamel.yaml>=0.16.0->pykwalify->west) (0.2.8)
[notice] A new release of pip is available: 23.2.1 -> 24.0
[notice] To update, run: python.exe -m pip install –upgrade pip
[SETUP] west installed
[SETUP] Zephyr setup complete!
Log ouput from Init Repo
Command failed: west list -f {path:28}
FATAL ERROR: no west workspace found from “c:\Nordic\nrf9160_FEather_Test”; “west list” requires one.
Things to try:
- Change directory to somewhere inside a west workspace and retry.
- Set ZEPHYR_BASE to a zephyr repository path in a west workspace.
- Run “west init” to set up a workspace here.
- Run “west init -h” for additional information.