We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FYI
ld: error: undefined symbol: fbd_devclass >>> referenced by aw_de2_drm.c >>> aw_de2_drm.o:(fbd_aw_de2_drm_driver_mod) >>> referenced by rk_drm.c >>> rk_drm.o:(fbd_rk_drm_driver_mod) *** [kernel.full] Error code 1
Caused by on src main: commit 9360510b167618987f2b552929fba2fa4cb4817b Author: John Baldwin [email protected] Date: Tue Apr 26 11:31:11 2022 -0700
Remove unused fbd_devclass.
if reverted it builds and works but should probably be fixed in another way..
The text was updated successfully, but these errors were encountered:
The fix is to delete fbd_devclass's declarations, and uses in DRIVER_MODULE (making it take one fewer arguments).
Sorry, something went wrong.
No branches or pull requests
FYI
Caused by on src main:
commit 9360510b167618987f2b552929fba2fa4cb4817b
Author: John Baldwin [email protected]
Date: Tue Apr 26 11:31:11 2022 -0700
if reverted it builds and works but should probably be fixed in another way..
The text was updated successfully, but these errors were encountered: