-
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
Unable to make on Arch Linux #39
Comments
Looks like the kernel you're using was compiled against GCC 4.9.0, as per the following: You're using GCC 4.8.2 which doesn't support the stack-protector-strong flag. Looks like Arch broke everybody else's modules. |
To make it more clear (I hope), you will not be able to build this driver using Arch's kernel 3.14.2-1 until Arch updates your compiler to 4.9.0. Your other option is to get the kernel source, and build your own 3.14.2-1 using your current gcc. |
Thanks for the info. Arch updated gcc to 4.9.0 already. Le jeudi 1 mai 2014, lwfinger [email protected] a écrit :
Timothée Poisot, Ph.D. Québec Centre for Biodiversity Sciences |
It builds now, but with errors
Doesn't seem too bad, because I can install and load the module, though. |
I have no idea how that works as your console output clearly indicates that the build failed. I removed the code that referenced DATE and TIME and pushed the changes. Do another git pull and rebuild. |
I also had the error in #39 (comment) and commenting it out resolved the DATE/TIME issue for me. |
Or you could have done a 'git pull' to get an updated source. Now, you will likely have to undo your changes to get a clean pull. |
I know. My device does not have an Ethernet port, so I would have had to reboot into an older kernel version to get Internet access and do a I just wanted to comment as tpoisot never followed up, and I think that this issue is now resolved. |
CC version:
The text was updated successfully, but these errors were encountered: