-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Closed
Copy link
Labels
area: WestWest utilityWest utilitybugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug
Description
To Reproduce
Steps to reproduce the behavior:
- Have (at least) two zephyr clones: one created with the west tool + the other without west
- Define ZEPHYR_BASE=/path/to/zephyrnowest and try to build samples/hello_word (or anything else) in zephyrnowest while west is in PATH
Expected behavior
Everything builds without any error
Impact
(hopefully? )minor: confusing error message
Screenshots or console output
Error: "/home/user/zephyrnowest/samples/hello_world" is not in a west installation.
Things to try:
- Set ZEPHYR_BASE to a zephyr repository path in a west installation.
- Run "west init" to set up an installation here.
- Run "west init -h" for additional information.
Then everything seems to build as usual (can someone confirm?)
Environment (please complete the following information):
Linux Fedora
Reproduced with either zephyr-0.9.5 or "host"
v1.14.0-rc1-849-g35b7fde8a60b
Additional context
workaround: pip3 uninstall west
Metadata
Metadata
Assignees
Labels
area: WestWest utilityWest utilitybugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug