-
Notifications
You must be signed in to change notification settings - Fork 161
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
"make" command while in bcwc_pcie directory does not work #293
Comments
Looks like this is the cause: https://lkml.iu.edu/hypermail/linux/kernel/2312.0/06197.html I was able to build the module on Arch by doing the following:
Then change the line:
to
and build with
|
Can confirm that updating |
Thank you for your reply. However, the directory you want me to enter does not exist on my laptop. Is this due to you using another distro or...? |
FYI this was fixed in #292 for me. Should just need to update your source. |
Sorry if this seems like a dumb question but how do i do that? Update my source, I mean. I see that there was an update about 16-17 hours ago so I deleted the already existing folders of "facetimehd-firmware" and "bcwc_pcie", then went through the installation steps again. Once I got to using the "make" command in the bcwc_pcie directory, I encountered the same error. I also finally understood what you meant in this step and though the first line of code doesn't work for me, I found the file and manually changed the line.
The only issue is that this didn't work for me. I could not build with it.
Thus, I can't still can't use the make command in the bcwc_pcie directory. |
I'm trying to install the driver and I cannot get the make command to work when I want to build the kernel module in bcwc_pcie.
Here's the error code I keep getting:
I'm rather new to Linux and therefore not too familiar with the terminal, so I don't understand what it means telling me that the compiler differs. Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: