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

compile errors on 4.15 kernel #1

Open
Hx0S opened this issue Nov 12, 2018 · 0 comments
Open

compile errors on 4.15 kernel #1

Hx0S opened this issue Nov 12, 2018 · 0 comments

Comments

@Hx0S
Copy link

Hx0S commented Nov 12, 2018

/usr/src/rt3290sta-2.6.0.0/src/os/linux/../../os/linux/rt_linux.c: In function ‘__RtmpOSFSInfoChange’: /usr/src/rt3290sta-2.6.0.0/src/os/linux/../../os/linux/rt_linux.c:1136:20: error: incompatible types when assigning to type ‘int’ from type ‘kuid_t {aka const struct <anonymous>}’ pOSFSInfo->fsuid = current_fsuid(); ^ /usr/src/rt3290sta-2.6.0.0/src/os/linux/../../os/linux/rt_linux.c:1137:20: error: incompatible types when assigning to type ‘int’ from type ‘kgid_t {aka const struct <anonymous>}’ pOSFSInfo->fsgid = current_fsgid(); ^ cc1: some warnings being treated as errors scripts/Makefile.build:332: recipe for target '/usr/src/rt3290sta-2.6.0.0/src/os/linux/../../os/linux/rt_linux.o' failed make[2]: *** [/usr/src/rt3290sta-2.6.0.0/src/os/linux/../../os/linux/rt_linux.o] Error 1 Makefile:1551: recipe for target '_module_/usr/src/rt3290sta-2.6.0.0/src/os/linux' failed make[1]: *** [_module_/usr/src/rt3290sta-2.6.0.0/src/os/linux] Error 2 make[1]: выход из каталога «/usr/src/linux-headers-4.15.0-38-generic» Makefile:380: recipe for target 'LINUX' failed make: *** [LINUX] Error 2

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

1 participant