-
Notifications
You must be signed in to change notification settings - Fork 30
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
Kernel 4.0 / Debian: make programs fails with "Undefined reference to `build_channel_array'" #39
Comments
-----BEGIN PGP SIGNED MESSAGE----- Hmm. I'm not seeing that. build_channel_array is defined in iio_utils.h as a inline function, so there peter On 05/17/2015 01:49 PM, Gautier Pelloux-Prayer wrote:
iQEcBAEBCAAGBQJVXUIvAAoJECjN6+QThfjzbOQIAL+jXL2D3ucQq2dgU1S5X9go |
Well, adding the following "patch" seems to fix the issue:
|
Hello, |
I have the same problem in Arch Linux Kernel 4.1.3, the patch solved the issue |
Same for me. Using 4.1.6 on arch and the patch fixed it |
Did someone actually managed to make orientation program work? Nothing happens here. |
I made it work for a Yoga 2 11'' laptop on Arch Linux |
Did it required additional work? Basically running
And nothing more on kernel 4.2.0.1 Debian 4.2.1-1. Did you do anything special? |
Yes, I had to patch a kernel module, since for Yoga 2 laptops (11 or 13 inches) the kernel update to make the gyroscope to work is on the 4.3 version, and I am using 4.1.5 The kernel patch is here I also opened a thread some time ago |
Hmm, thanks for these explanations! |
Sorry, I was confused. The guy who patched the kernel has a Yoga 3 14'' Do you have the same touchscreen and sensors? (Atmel, ITE) |
No actually there are different, but #30 seems like exactly my issue. At least I know that it does not work on latest kernel version yet ;).
On kernel 4.2, I could see values changing in |
According to README, since I am running newer kernel than 3.16 I should only type
make programs
?When doing so, I am getting linking error:
The text was updated successfully, but these errors were encountered: