-
Notifications
You must be signed in to change notification settings - Fork 46
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
PCIe drivers fail to compile on Ubuntu 16.04 #184
Comments
The version from the repo seems to work on 18.04, but on 16.04 that also fails to install, although with a different error:
|
Do you have any idea how to resolve this error in ubuntu 16.04?
|
Hi Manish, Ubuntu 16.04 is no longer getting security updates, so I recommend upgrading to the newest LTS that you can use. Otherwise, the thing to do is look up pci_irq_vector in Linux cross reference and look at its history between 16.04 and 18.04. Jamey |
When trying to compile
pcieportal
, I get the following error:Kernel version is the default 4.4.0. I also tried on 18.04, with a newer kernel (the default, I think 4.15), and that gave me the same error.
The text was updated successfully, but these errors were encountered: