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

Can't install in archlinux #3

Closed
djemilbakhti opened this issue Mar 15, 2019 · 1 comment
Closed

Can't install in archlinux #3

djemilbakhti opened this issue Mar 15, 2019 · 1 comment
Assignees

Comments

@djemilbakhti
Copy link

djemilbakhti commented Mar 15, 2019

archlinux :
kernel 5.0:

make -C /usr/lib/modules/5.0.0-arch1-1-ARCH/build M=/tmp/src modules
make[1]: Entering directory '/usr/lib/modules/5.0.0-arch1-1-ARCH/build'
CC [M] /tmp/src/module.o
CC [M] /tmp/src/attributes.o
CC [M] /tmp/src/buffer.o
CC [M] /tmp/src/buffers.o
/tmp/src/buffers.c: In function ‘akvcam_buffers_dequeue’:
/tmp/src/buffers.c:488:9: error: implicit declaration of function ‘do_gettimeofday’; did you mean ‘do_settimeofday64’? [-Werror=implicit-function-declaration]
do_gettimeofday(&v4l2_buff->timestamp);
^~~~~~~~~~~~~~~
do_settimeofday64
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:277: /tmp/src/buffers.o] Error 1
make[1]: *** [Makefile:1553: module/tmp/src] Error 2
make[1]: Leaving directory '/usr/lib/modules/5.0.0-arch1-1-ARCH/build'
make: *** [Makefile:42: all] Error 2

@hipersayanX
Copy link
Member

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants