You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@alshdavid at least part of the problem is that the linux kernel headers should be included as #include <linux/stdarg.h> now in more recent versions. This yields more downstream build errors for both the open source drivers here and the amd provided install that @nktice posted above. These downstream build errors are occurring because the compiler is using the headers from usr/include/linux/ instead of the actual kernel headers at /usr/src/kernels/6.4.14-200.fc38.x86_64/include/linux/ in the case of pci.h. This probably has something to do with the install file being called directly instead of through another tool such as dkms
Hi, thanks for developing this!
Is it possible to add instructions for Fedora?
Trying to run
sudo sh ./install
and I get stopped atThough I have previously run
Running
locate stdarg.h
results inThe text was updated successfully, but these errors were encountered: