Log in
Register
Menu
Log in
Register
Home
What's new
Latest activity
Authors
Forums
New posts
Search forums
What's new
New posts
Latest activity
Members
Current visitors
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Satellite TV receivers & systems support forums
Satellite PC Card Receivers, Internet by Satellite
neumoDVB
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="RyLe" data-source="post: 1160276" data-attributes="member: 377555"><p>Hi</p><p></p><p>It's been a while since I had an error compiling the blindscan driver after each Fedora kernel update but this moment has come.</p><p></p><p>Going from a 6.7.11 to a 6.8.4 there are at least two kind of errors:</p><p>[CODE]/home/ryle/blindscan_kernel/media_build/v4l/cec-notifier.c: In function 'cec_notifier_parse_hdmi_phandle':</p><p>/home/ryle/blindscan_kernel/media_build/v4l/cec-notifier.c:228:38: error: invalid use of undefined type 'struct platform_device'</p><p> 228 | hdmi_dev = &hdmi_pdev->dev;</p><p> | ^~[/CODE]</p><p></p><p>which can be corrected by adding [CODE]#include <linux/platform_device.h>[/CODE] to [CODE]~/blindscan_kernel/media/drivers/media/cec/core/cec-notifier.c[/CODE]</p><p></p><p>but then, there are a bunch of errors about the function strlcpy being undefined like this one:</p><p></p><p>[CODE]/home/ryle/blindscan_kernel/media_build/v4l/tbs_pcie.c: In function 'tbs_vidioc_enum_fmt_vid_cap':</p><p>/home/ryle/blindscan_kernel/media_build/v4l/tbs_pcie.c:112:17: error: implicit declaration of function 'strlcpy'; did you mean 'strscpy'? [-Werror=implicit-function-declaration]</p><p> 112 | strlcpy(f->description, "YUV 4:2:2", sizeof(f->description));</p><p> | ^~~~~~~</p><p> | strscpy[/CODE]</p><p></p><p>there are too many instances of strlcpy for me to patch by hand.</p><p></p><p>I think the blindscan driver may need a rebase with a current kernel.</p></blockquote><p></p>
[QUOTE="RyLe, post: 1160276, member: 377555"] Hi It's been a while since I had an error compiling the blindscan driver after each Fedora kernel update but this moment has come. Going from a 6.7.11 to a 6.8.4 there are at least two kind of errors: [CODE]/home/ryle/blindscan_kernel/media_build/v4l/cec-notifier.c: In function 'cec_notifier_parse_hdmi_phandle': /home/ryle/blindscan_kernel/media_build/v4l/cec-notifier.c:228:38: error: invalid use of undefined type 'struct platform_device' 228 | hdmi_dev = &hdmi_pdev->dev; | ^~[/CODE] which can be corrected by adding [CODE]#include <linux/platform_device.h>[/CODE] to [CODE]~/blindscan_kernel/media/drivers/media/cec/core/cec-notifier.c[/CODE] but then, there are a bunch of errors about the function strlcpy being undefined like this one: [CODE]/home/ryle/blindscan_kernel/media_build/v4l/tbs_pcie.c: In function 'tbs_vidioc_enum_fmt_vid_cap': /home/ryle/blindscan_kernel/media_build/v4l/tbs_pcie.c:112:17: error: implicit declaration of function 'strlcpy'; did you mean 'strscpy'? [-Werror=implicit-function-declaration] 112 | strlcpy(f->description, "YUV 4:2:2", sizeof(f->description)); | ^~~~~~~ | strscpy[/CODE] there are too many instances of strlcpy for me to patch by hand. I think the blindscan driver may need a rebase with a current kernel. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Satellite TV receivers & systems support forums
Satellite PC Card Receivers, Internet by Satellite
neumoDVB
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top