LeafCutterLabs / bigKNOB

Macropad Media Controrller with QMK + USC-C + RGB underglow + Hotswaps
51 stars 12 forks source link

QMK MSYS #4

Open jackg9890 opened 3 years ago

jackg9890 commented 3 years ago

make[1]: *** No rule to make target '.build/obj_leafcutterlabs_bigknob_default/keyboards/leafcutterlabs/bigknob/bigknob.o', needed by '.build/leafcutterlabs_bigknob_default.elf'. Stop.

Unable to customise the keyboard.

LeafCutterLabs commented 3 years ago

I use: qmk compile -kb leafcutterlabs/bigknob -km keymap/folder name

for example: qmk compile -kb leafcutterlabs/bigknob -km midi or qmk compile -kb leafcutterlabs/bigknob -km default

On Thu, Feb 11, 2021 at 3:40 AM jackg9890 notifications@github.com wrote:

make[1]: *** No rule to make target '.build/obj_leafcutterlabs_bigknob_default/keyboards/leafcutterlabs/bigknob/bigknob.o', needed by '.build/leafcutterlabs_bigknob_default.elf'. Stop.

Unable to customise the keyboard.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/LeafCutterLabs/bigKNOB/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJRHDXWWXRQBSSCIF3XU3QTS6O64DANCNFSM4XOVWDNQ .

jackg9890 commented 3 years ago

Yeah, exactly what I'm doing:

$ qmk compile -kb leafcutterlabs/bigknob -km default Ψ Compiling keymap with make -j 1 leafcutterlabs/bigknob:default

QMK Firmware 0.11.64 Making leafcutterlabs/bigknob with keymap default

make[1]: No rule to make target '.build/obj_leafcutterlabs_bigknob_default/keyboards/leafcutterlabs/bigknob/bigknob.o', needed by '.build/leafcutterlabs_bigknob_default.elf'. Stop. Make finished with errors make: [Makefile:523: leafcutterlabs/bigknob:default] Error 1

jackg9890 commented 3 years ago

Still having this issue. Any chance of some help?