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

error on compiling with Ubuntu kernel 4.4.0-79 #83

Open
stebe opened this issue Jun 19, 2017 · 1 comment
Open

error on compiling with Ubuntu kernel 4.4.0-79 #83

stebe opened this issue Jun 19, 2017 · 1 comment

Comments

@stebe
Copy link

stebe commented Jun 19, 2017

I'm getting this error when I both attempt to install the .deb file or compile from source:

/solo6x10.git/trunk/solo6x10-v4l2.c: In function ‘solo_disp_queryctrl’:
/solo6x10.git/trunk/solo6x10-v4l2.c:731:11: error: implicit declaration of function ‘v4l2_ctrl_next’ [-Werror=implicit-function-declaration]
qc->id = v4l2_ctrl_next(solo_ctrl_classes, qc->id);
^
/solo6x10.git/trunk/solo6x10-v4l2.c: At top level:
/solo6x10.git/trunk/solo6x10-v4l2.c:802:2: error: unknown field ‘ioctl’ specified in initializer
.ioctl = video_ioctl2,
^
/solo6x10.git/trunk/solo6x10-v4l2.c:802:13: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
.ioctl = video_ioctl2,
^
/solo6x10.git/trunk/solo6x10-v4l2.c:802:13: note: (near initialization for ‘solo_v4l2_fops.open’)
cc1: some warnings being treated as errors

gcc --version
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609

@antonsviridenko
Copy link

This repository is outdated, recent implementation of solo6x10 driver is available in mainline Linux sources, please use kernel of version at least 4.10 from Ubuntu repositories or you can install these packages:
http://lizard.bluecherry.net/~anton/kernel_releases/media/v4.11-3-15083-g538c99e/trusty/amd64/

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

2 participants