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
Trying to build on Arch 5.14
rcraid-dkms/arch/src/rc_msg.c:1873:70: error: ‘GOOD’ undeclared (first use in this function) 1873 | scp->result = DID_OK << 16 | COMMAND_COMPLETE << 8 | GOOD; | ^~~~
rcraid-dkms/arch/src/rc_msg.c:1913:62: error: ‘CHECK_CONDITION’ undeclared (first use in this function) 1913 | scp->result = DID_OK << 16 | COMMAND_COMPLETE << 8 | CHECK_CONDITION; | ^~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
Same error on 5.14.11-arch1-1.
Sorry, something went wrong.
Same error on 5.15.6-2-Manjaro
Please see this pull request:
#42
Although I cannot get this module to recognise my RAID NVME M.2 array, I can get it to compile on Fedora 35 with the 5.15.6-200 Kernel.
5.15.6-200
No branches or pull requests
Trying to build on Arch 5.14
The text was updated successfully, but these errors were encountered: