-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
awk command not found #413
Comments
Which keyboard have you enabled it on? I can't reproduce it with the Planck. |
Planck. There's also the following warning:
Not sure if this is relevant, but I was also having issues with switching |
You're using the most up-to-date code, right? What OS are you on? |
I cloned on the 10th. And I'm on Windows 10. |
Ah, pull the updates if you can - there was a big commit on the 11th. |
Ok, update pulled. Now it's breaking at the beginning of
Also tried doing a fresh clone, and I get the same thing. |
|
I'm not very familiar with Windows systems, but awk is needed for the new build system. Are you able to compile with git-bash? |
I was just trying that. Now gives:
|
Make has the worst errors. Does |
Nope, exactly the same |
Let me prune the |
Yeah
|
Do you have access to |
I've just committed 33e83aa that should work if you have |
|
Can you paste the full error? This is with |
Yeah, it is
|
Can you try doing this to diff --git a/tmk_core/rules.mk b/tmk_core/rules.mk
index f8a83df..d1a9780 100644
--- a/tmk_core/rules.mk
+++ b/tmk_core/rules.mk
@@ -89,11 +89,11 @@ ifeq ($(COLOR),true)
BOLD=\033[1m
endif
-ifeq ("$(awk /dev/null 2>&1)", "")
- AWK=awk
-else
+# ifeq ("$(awk /dev/null 2>&1)", "")
+ # AWK=awk
+# else
AWK=cat && test
-endif
+# endif
OK_STRING=$(OK_COLOR)[OK]$(NO_COLOR)\n
ERROR_STRING=$(ERROR_COLOR)[ERRORS]$(NO_COLOR)\n |
That seemed to work. I was able to run |
Awesome - thanks for testing! I'll refine the test line a little bit. |
No problem! ( |
This is working on my machine - would you mind testing it when you get the chance? I'm debating just removing ifneq ($(shell awk --version 2>/dev/null),)
AWK=awk
else
AWK=cat && test
endif |
Seems to be working correctly |
Awesome, thanks again for testing. Fixed at 91b469d. |
* Port Keychron Q11 to VIAL * Add back removed `KC_TASK` and `KC_FLXP` keycodes in `default` and `via` keymaps * Sync qmk#20125 from `qmk/master`
Switching
BLUETOOTH_ENABLE
toyes
causes the following inprotocol/lufa/lufa,c
:undefined reference to 'bluefruit_serial_send'
and'serial_init'
The text was updated successfully, but these errors were encountered: