Advice needed - Error: Process completed with exit code 1 #234
-
Hello all, I have been repeatably running into this issue when I am compiling a new keymap and I am not sure why. Whenever it is compiling, it will run everything smoothly but when it gets to the west build segment it fails every time. This is the error it is giving me;
I have not changed anything else in my ZMK file, and have only ever edited my keymap using this editor. Has anyone else run into an issue like this before? How did you solve it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This is kind of out of the scope of keymap editor, but from a cursory glance it seems that
You end up with multiple nodes using that |
Beta Was this translation helpful? Give feedback.
This is kind of out of the scope of keymap editor, but from a cursory glance it seems that
You end up with multiple nodes using that
&spi1_default
label, and my guess is that you don't want that unless one is going to replace the other (if this was working before maybe that relied on the node names matching but I haven't had to deal with overlays for the actual controller). I'd try reverting that commit for starters. If that doesn't do it or else you need to modify…