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

Fails to compile in Ubuntu Trusty 14.04 #11

Open
Andrew-F-in-Australia opened this issue Jun 7, 2014 · 3 comments
Open

Fails to compile in Ubuntu Trusty 14.04 #11

Andrew-F-in-Australia opened this issue Jun 7, 2014 · 3 comments

Comments

@Andrew-F-in-Australia
Copy link

Have uploaded details etc... here
http://ubuntuforums.org/showthread.php?t=2228347&p=13043330#post13043330

Is this an easy fix/bug? - am happy to assist with faultfinding.

AF

@fthamura
Copy link

i dont have wlan4 run in my machine

#lsusb

lsusb
Bus 002 Device 004: ID 046d:c31c Logitech, Inc. Keyboard K120 for Business
Bus 002 Device 003: ID 0458:012b KYE Systems Corp. (Mouse Systems)
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 148f:7601 Ralink Technology, Corp.

@fthamura
Copy link

In file included from /root/rt3573sta/include/os/rt_linux.h:43:0,
from /root/rt3573sta/include/rtmp_os.h:42,
from /root/rt3573sta/include/rtmp_comm.h:56,
from /root/rt3573sta/os/linux/../../os/linux/sta_ioctl.c:33:
/root/rt3573sta/os/linux/../../os/linux/sta_ioctl.c: In function ‘rt_ioctl_giwscan’:
include/net/iw_handler.h:542:9: warning: array subscript is below array bounds [-Warray-bounds]
memcpy(stream + point_len, extra, iwe->u.data.length);
^
CC [M] /root/rt3573sta/os/linux/../../os/linux/rt_linux.o
/root/rt3573sta/os/linux/../../os/linux/rt_linux.c: In function ‘__RtmpOSFSInfoChange’:
/root/rt3573sta/os/linux/../../os/linux/rt_linux.c:1138:20: error: incompatible types when assigning to type ‘int’ from type ‘kuid_t’
pOSFSInfo->fsuid = current_fsuid();
^
/root/rt3573sta/os/linux/../../os/linux/rt_linux.c:1139:20: error: incompatible types when assigning to type ‘int’ from type ‘kgid_t’
pOSFSInfo->fsgid = current_fsgid();
^
make[2]: *** [/root/rt3573sta/os/linux/../../os/linux/rt_linux.o] Error 1
make[1]: *** [module/root/rt3573sta/os/linux] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-30-generic'
make: *** [LINUX] Error 2
root@baremerv:~/rt3573sta#

@fthamura
Copy link

done can compile. :)

still working to make wifi work.

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