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

make Error #35

Closed
yxgi5 opened this issue Aug 9, 2021 · 0 comments · Fixed by #38
Closed

make Error #35

yxgi5 opened this issue Aug 9, 2021 · 0 comments · Fixed by #38

Comments

@yxgi5
Copy link

yxgi5 commented Aug 9, 2021

LSB Version: 1.4
Distributor ID: Arch
Description: Arch Linux
Release: rolling
Codename: n/a

make -C /lib/modules/5.13.9-arch1-1/build M=/home/andy/Documents/makedeb/tty0tty-1.3/module modules
make[1]: Entering directory '/usr/lib/modules/5.13.9-arch1-1/build'
CC [M] /home/andy/Documents/makedeb/tty0tty-1.3/module/tty0tty.o
/home/andy/Documents/makedeb/tty0tty-1.3/module/tty0tty.c: In function ‘tty0tty_ioctl_tcsets’:
/home/andy/Documents/makedeb/tty0tty-1.3/module/tty0tty.c:646:22: error: implicit declaration of function ‘tty_check_change’ [-Werror=implicit-function-declaration]
646 | int retval = tty_check_change(tty);
| ^~~~~~~~~~~~~~~~
/home/andy/Documents/makedeb/tty0tty-1.3/module/tty0tty.c:671:32: error: implicit declaration of function ‘tty_termios_input_baud_rate’; did you mean ‘tty_termios_encode_baud_rate’? [-Werror=implicit-function-declaration]
671 | tmp_termios.c_ispeed = tty_termios_input_baud_rate(&tmp_termios);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| tty_termios_encode_baud_rate
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:273: /home/andy/Documents/makedeb/tty0tty-1.3/module/tty0tty.o] Error 1
make[1]: *** [Makefile:1853: /home/andy/Documents/makedeb/tty0tty-1.3/module] Error 2
make[1]: Leaving directory '/usr/lib/modules/5.13.9-arch1-1/build'
make: *** [Makefile:29: default] Error 2

AltF02 added a commit to AltF02/tty0tty that referenced this issue Oct 11, 2021
See: torvalds/linux@9f90a4d
Closes: freemed#36
Closes: freemed#35
Signed-off-by: Matthew Bakhtiari <dev@mtbk.me>
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

Successfully merging a pull request may close this issue.

1 participant