Skip to content
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

ld: error: undefined symbol: fbd_devclass #27

Open
jsm222 opened this issue May 9, 2022 · 1 comment
Open

ld: error: undefined symbol: fbd_devclass #27

jsm222 opened this issue May 9, 2022 · 1 comment

Comments

@jsm222
Copy link

jsm222 commented May 9, 2022

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..

@jrtc27
Copy link

jrtc27 commented Aug 23, 2022

The fix is to delete fbd_devclass's declarations, and uses in DRIVER_MODULE (making it take one fewer arguments).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants