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

Failed compilation on kernel 6.11.0-1 #359

Open
alfrup opened this issue Sep 30, 2024 · 2 comments
Open

Failed compilation on kernel 6.11.0-1 #359

alfrup opened this issue Sep 30, 2024 · 2 comments

Comments

@alfrup
Copy link

alfrup commented Sep 30, 2024

I need to compile a driver for a TBS6590 device. When I execute make -j4 I get the following errors
/usr/src/linux-6.11.0-1/include/linux/minmax.h:167:9: note: this is the location of the previous definition
167 | #define min3(x, y, z)
| ^~~~
/usr/local/sbin/media_build/v4l/compat.h:239:9: warning: "max3" redefined
239 | #define max3(x, y, z) max((typeof(x))max(x, y), z)
| ^~~~
/usr/src/linux-6.11.0-1/include/linux/minmax.h:176:9: note: this is the location of the previous definition
176 | #define max3(x, y, z)
| ^~~~
make[3]: *** [/usr/src/linux-6.11.0-1/Makefile:1949: /usr/local/sbin/media_build/v4l] Fehler 2
make[2]: *** [../../../linux-6.11.0-1/Makefile:224: __sub-make] Error 2
make[2]: Leaving directory '/usr/src/linux-6.11.0-1-obj/x86_64/default'
make[1]: *** [Makefile:53: default] Fehler 2
make[1]: Verzeichnis „/usr/local/sbin/media_build/v4l“ wird verlassen
make: *** [Makefile:26: all] Fehler 2
TBS6590.txt

@crazycat69
Copy link

tbsdtv/media_build and tbsdtv/linux_media updated for 6.11 compatibility.
Please check

@crazycat69 crazycat69 reopened this Oct 3, 2024
@alfrup
Copy link
Author

alfrup commented Oct 4, 2024 via email

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