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

Build fails, undeclared GOOD and CHECK_CONDITION #41

Open
knuxyl opened this issue Oct 10, 2021 · 3 comments
Open

Build fails, undeclared GOOD and CHECK_CONDITION #41

knuxyl opened this issue Oct 10, 2021 · 3 comments

Comments

@knuxyl
Copy link

knuxyl commented Oct 10, 2021

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;
      |                                                             ^~~~~~~~~~~~~~~
@FatildaIV
Copy link

Same error on 5.14.11-arch1-1.

@Crono141
Copy link

Same error on 5.15.6-2-Manjaro

@mbana
Copy link
Contributor

mbana commented Dec 13, 2021

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.

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

4 participants