Support kernels 5.3.0+#6
Open
grandchild wants to merge 1 commit into
Open
Conversation
Add -mfentry CFLAG, which resolves
ERROR: "mcount" [gspca-kinect2/gspca_main.ko] undefined!
on kernels 5.3.0 (occurred on Ubuntu 5.3.0-53-lowlatency).
Tested also on default Ubuntu bionic kernel 4.15.0 (which
wouldn't need the flag) and it still works, so it doesn't
seem to break on older kernels either.
|
Do you have any idea why you are not running into error -22 (see this issue) once the driver detects the kinect? |
Author
|
I have no way of knowing, sorry. |
Author
|
I do now. It only affects kernels 5.4 and higher. See #8. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add -mfentry CFLAG, which resolves
ERROR: "mcount" [gspca-kinect2/gspca_main.ko] undefined!
on kernels 5.3.0 (occurred on Ubuntu 5.3.0-53-lowlatency).
Tested also on default Ubuntu bionic kernel 4.15.0 (which
wouldn't need the flag) and it still works, so it doesn't
seem to break on older kernels either.