-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
when I build this project on my ubuntu 20.04.
I have following error after I set the command "make insmod" or "sudo make insmod"
/home/eddie/桌面/kernelflut/evdi/module/evdi_drv.c:11:10: fatal error: drm/drmP.h: 沒有此一檔案或目錄
11 | #include <drm/drmP.h>
| ^~~~~~~~~~~~
"沒有此一檔案或目錄" mean can not find this file or this directory,
but I have install libdrm-dev library.
and I can build and install the latest evdi version from displaylink evdi repo.
I'm trying to use evdi module to develop application, but I can't link the .so file or the kernel module with my application.
so I found this evdi related project and trying to study it.
could you help me? or any idea can let me to study?
Metadata
Metadata
Assignees
Labels
No labels