#/usr/local/bin/cmake -DWEST_PYTHON=/usr/bin/python3 -B/tmp/tmp.MG70bID3Oo -GNinja -DBOARD=nice_nano_

1 messages · Page 1 of 1 (latest)

bronze lynx
#

I am getting an error that says this:

"FATAL ERROR: command exited with status 1: /usr/local/bin/cmake -DWEST_PYTHON=/usr/bin/python3 -B/tmp/tmp.MG70bID3Oo -GNinja -DBOARD=nice_nano_v2 -DZMK_CONFIG=/tmp/zmk-config/config -DSHIELD=minisix -DZMK_EXTRA_MODULES=/__w/zmk-config-mini6/zmk-config-mini6 -S/tmp/zmk-config/zmk/app"

i dont see anything on the zmk documentation, and have looked over my files to check for anything wrong but i cant seem to find anything.

here is the link: https://github.com/Oher22/zmk-config-mini6/actions/runs/10599684555/job/29375326281#step:11:238

GitHub

Contribute to Oher22/zmk-config-mini6 development by creating an account on GitHub.

atomic marten
#

I have exactly the same problem. I hope someone can help with the answer

knotty patio
#

.
To OP:

The name of your shield needs to be consistent across all references.
Rename all minisix Mini6 to be the same.

bronze lynx
#

/usr/local/bin/cmake -DWEST_PYTHON=/usr/bin/python3 -B/tmp/tmp.MG70bID3Oo -GNinja -DBOARD=nice_nano_

knotty patio
#

I see you have changed the name to mini6. Casing matters, the folder name is Mini6.

If you're on Windows you can try renaming it to something totally different first, then rename it to mini6, otherwise Windows will think Mini6 is the same as mini6 and keep it unchanged.

#

The "real" error message is this part btw

#

Kconfig.Shield should also be renamed to Kconfig.shield

bronze lynx
#

thank you, changing this removed the shield error. however, now i am getting another error too

#

image above is in west build too, around rows 40

#

it says there is an expected number or parenthesized expression

bronze lynx
#

its just a parse error, but i cant really figure out what it is wanting me to fix

unborn scarab
bronze lynx
#

im a noob, ive just been copying most from this video

unborn scarab
#

You're allowed to consult whatever sources you wish, but the official documentation is going to have the most accurate and up to date information.
Have you checked the line number of your keymap that the error message mentions?

bronze lynx
unborn scarab
#

It's actually all your other keys on that layer that are the problem. Go back, check the docs, and maybe look at some examples: #1278494839247343687 message

bronze lynx
#

what i was doing wrong

unborn scarab
#

The idea is to point you at useful resources so you can figure out how to solve any problems you run into. And it looks like you got it building. blobthumbsup