Does anyone have a good windrv_stub.c file set up for a Linksys USB wireless card? I have a WUSB300N I'm trying to install Windows drivers for and when it gets to the kernel build part I get this error:
That's the farthest I get. I'm working on my PHP and real expression understanding, but I have no idea what this error means. I don't have a clue what the numbers indicate either. I thought maybe a line and column thing, but line 57 is commented out anyway. I could post the contents of the file if that would help anyone point me in the right direction.
Code:
Building kernel module...In file included from /usr/share/misc/windrv_stub.c:57:
./windrv.h:147:4: error: unknown escape sequence '\p'
./windrv.h:147:4: error: unknown escape sequence '\H'
build failed. Exiting.
That's the farthest I get. I'm working on my PHP and real expression understanding, but I have no idea what this error means. I don't have a clue what the numbers indicate either. I thought maybe a line and column thing, but line 57 is commented out anyway. I could post the contents of the file if that would help anyone point me in the right direction.