Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instructions in README fail #56

Closed
jasonish opened this issue Nov 15, 2022 · 1 comment · Fixed by #57
Closed

Instructions in README fail #56

jasonish opened this issue Nov 15, 2022 · 1 comment · Fixed by #57

Comments

@jasonish
Copy link
Contributor

make all

Fails with:

docker run --rm -it --name zmk \
	-v /home/jason/projects/keyboard/adv360/Adv360-Pro-ZMK/firmware:/app/firmware \
	-v /home/jason/projects/keyboard/adv360/Adv360-Pro-ZMK/config:/app/config:ro \
	-e TIMESTAMP=20221115171029 \
	zmk
usage: west [-h] [-z ZEPHYR_BASE] [-v] [-V] <command> ...
west: error: argument <command>: invalid choice: 'build' (choose from 'init', 'update', 'list', 'manifest', 'diff', 'status', 'forall', 'help', 'config', 'topdir', 'selfupdate')
make: *** [Makefile:9: all] Error 2

make build

make build fails as there is no build target in the Makefile.

@ReFil
Copy link
Collaborator

ReFil commented Nov 16, 2022

Make all works on my setup, can you try make clean then make all
make build has indeed been removed, i will fix the docs

@ReFil ReFil linked a pull request Nov 16, 2022 that will close this issue
@ReFil ReFil closed this as completed in #57 Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants