-
Notifications
You must be signed in to change notification settings - Fork 83
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
Compile error from OpeenSUSE #365
Comments
try comment this line in media_build/v4l/version.txt |
Thank you. |
Tell me how to switch the mode on the TBS6909-X V2 card. OS In mode 0, only right polarization works. |
There is openSUSE
NAME="openSUSE Leap"
VERSION="15.3"
Kernel 5.3.18-150300.59.49-default
Card installed
01:00.0 Multimedia controller: TBS Technologies DVB Tuner PCIe Card
Subsystem: Device 6909:0010
Kernel driver in use: TBSECP3 driver
Kernel modules: tbsecp3
I want to update the driver.
When compiling I get an error
/home/tbsuser/tbs/media_build/v4l/v4l2-h264.c:398:2: error: implicit declaration of function 'sort_r'; did you mean 'sort'? [-Werror=implicit-function-declaration]
sort_r(reflist, builder->num_valid, sizeof(*reflist),
^~~~~~
sort
cc1: some warnings being treated as errors
make[4]: *** [/usr/src/linux-5.3.18-150300.59.49/scripts/Makefile.build:288: /home/tbsuser/tbs/media_build/v4l/v4l2-h264.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [/usr/src/linux-5.3.18-150300.59.49/Makefile:1675: module/home/tbsuser/tbs/media_build/v4l] Error 2
make[2]: *** [../../../linux-5.3.18-150300.59.49/Makefile:179: sub-make] Error 2
make[2]: Leaving directory '/usr/src/linux-5.3.18-150300.59.49-obj/x86_64/default'
make[1]: *** [Makefile:53: default] Error 2
make[1]: Leaving directory '/home/tbsuser/tbs/media_build/v4l'
make: *** [Makefile:26: all] Error 2
The text was updated successfully, but these errors were encountered: