-
Notifications
You must be signed in to change notification settings - Fork 6
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
HID-FT260: can't build on gcc-14 #23
Comments
Fixed cafef7f |
Thanks for the confirmation. I made this change to fix the gcc-13 complaints. See 1b1a2c6. This change was not propagated to the uart upstream commit, and of course, we need to revert it in this repository also. |
Hello, the tty_struct declaration varies from a kernel to another, I distuinguished that on 6.5.0-44-generic, it compiles normally, meanwhile on 6.10.2-arch1-1 it doesn't. so If the mentioned fix is applied, the issue will be resolved on a version and appears on another. as a workaround I added |
Correct. It's not because of the GCC but due to the kernel version. I've observed that the data type returned by the tty_operations write function was changed from While adding the |
execution returns error when gcc-14 is being used, caused by incompatible pointers for " tty_operations.write=ft260_uart_write "
The text was updated successfully, but these errors were encountered: