-
-
Notifications
You must be signed in to change notification settings - Fork 39.7k
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
[Bug] Massdrop CTRL Endgame - Build Error 'undefined reference to g_suspend_state' #13782
Labels
Comments
Our Feel free to make a PR if what you've done fixes it. |
I'm afraid to mess something up with a PR, but here are the two fixed files if someone could please pull them in? |
14 tasks
zvecr
pushed a commit
that referenced
this issue
Jul 31, 2021
CharlesSchimmel
pushed a commit
to CharlesSchimmel/qmk_firmware
that referenced
this issue
Aug 8, 2021
VictorIsaacChavezEscamilla
pushed a commit
to VictorIsaacChavezEscamilla/qmk_firmware
that referenced
this issue
Aug 28, 2021
asaph
added a commit
to asaph/qmk_firmware
that referenced
this issue
Nov 16, 2021
This was the same issue as seen in the endgame keymap. References: Same issue in endgame keymap: qmk#13782 Fix in endgame keymap: qmk@3f5482b
nhongooi
pushed a commit
to nhongooi/qmk_firmware
that referenced
this issue
Dec 5, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Bug
Massdrop CTRL Endgame: Firmware building fails with the error 'undefined reference to g_suspend_state'
It can be resolved by deleting the reference to g_suspend_state from keymap.c and keymap.h in the Endgame files
It looks like it might be related to this (May 21 breaking changes): https://github.com/qmk/qmk_firmware/commit/1646c0f26cfa21a7023d404008e4d0aa4917193d
One of the changes mentions USB Suspend changes, which points to this pull request: https://github.com/qmk/qmk_firmware/pull/12697/files
System Information
Additional Context
The error was confirmed by two other users helping me:
The text was updated successfully, but these errors were encountered: