Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Since my existing wimax driver drxvi314.ko appears to be imperfect in all its incarnations, I decided to compile it again against the kubuntu kernel 3.8.0-29-generic.
- Did not work. I ran into a mysterious compilation error again.
- Please note the last few lines 'defining' the error.
- I have no idea what the actual error is and how to fix it. HELP, please.
- Looks like something is wrong in the code somewhere.
- Here is the terminal output:
- peter@pjj:~/sprint1304/Sprint4GDeveloperPack-1.6.1.2.2/USB_350/Source/Driver/Network/OSAL/Linux/usb$ make
- make -Wall O=/lib/modules/3.8.0-29-generic/build -C /lib/modules/3.8.0-29-generic/source SUBDIRS=/home/peter/sprint1304/Sprint4GDeveloperPack-1.6.1.2.2/USB_350/Source/Driver/Network/OSAL/Linux/usb modules
- make[1]: Entering directory `/usr/src/linux-headers-3.8.0-26-generic'
- CC [M] /home/peter/sprint1304/Sprint4GDeveloperPack-1.6.1.2.2/USB_350/Source/Driver/Network/OSAL/Linux/usb/Interface/usb/InterfaceDld.o
- In file included from /home/peter/sprint1304/Sprint4GDeveloperPack-1.6.1.2.2/USB_350/Source/Driver/Network/OSAL/Linux/usb/Include/headers.h:83:0,
- from /home/peter/sprint1304/Sprint4GDeveloperPack-1.6.1.2.2/USB_350/Source/Driver/Network/OSAL/Linux/usb/Interface/usb/InterfaceDld.c:22:
- /home/peter/sprint1304/Sprint4GDeveloperPack-1.6.1.2.2/USB_350/Source/Driver/Network/OSAL/Linux/usb/Include/Common/led_control.h:103:24: error: ‘GPIO’ undeclared here (not in a function)
- /home/peter/sprint1304/Sprint4GDeveloperPack-1.6.1.2.2/USB_350/Source/Driver/Network/OSAL/Linux/usb/Include/Common/led_control.h:105:16: error: expected ‘)’ before ‘->’ token
- /home/peter/sprint1304/Sprint4GDeveloperPack-1.6.1.2.2/USB_350/Source/Driver/Network/OSAL/Linux/usb/Include/Common/led_control.h:111:7: error: expected identifier or ‘(’ before ‘}’ token
- /home/peter/sprint1304/Sprint4GDeveloperPack-1.6.1.2.2/USB_350/Source/Driver/Network/OSAL/Linux/usb/Include/Common/led_control.h:111:8: error: expected identifier or ‘(’ before ‘while’
- /home/peter/sprint1304/Sprint4GDeveloperPack-1.6.1.2.2/USB_350/Source/Driver/Network/OSAL/Linux/usb/Include/Common/led_control.h:117:13: error: redefinition of ‘gpio_val’
- /home/peter/sprint1304/Sprint4GDeveloperPack-1.6.1.2.2/USB_350/Source/Driver/Network/OSAL/Linux/usb/Include/Common/led_control.h:103:13: note: previous definition of ‘gpio_val’ was here
- /home/peter/sprint1304/Sprint4GDeveloperPack-1.6.1.2.2/USB_350/Source/Driver/Network/OSAL/Linux/usb/Include/Common/led_control.h:119:16: error: expected ‘)’ before ‘->’ token
- /home/peter/sprint1304/Sprint4GDeveloperPack-1.6.1.2.2/USB_350/Source/Driver/Network/OSAL/Linux/usb/Include/Common/led_control.h:125:7: error: expected identifier or ‘(’ before ‘}’ token
- /home/peter/sprint1304/Sprint4GDeveloperPack-1.6.1.2.2/USB_350/Source/Driver/Network/OSAL/Linux/usb/Include/Common/led_control.h:125:8: error: expected identifier or ‘(’ before ‘while’
- In file included from /home/peter/sprint1304/Sprint4GDeveloperPack-1.6.1.2.2/USB_350/Source/Driver/Network/OSAL/Linux/usb/Include/headers.h:93:0,
- from /home/peter/sprint1304/Sprint4GDeveloperPack-1.6.1.2.2/USB_350/Source/Driver/Network/OSAL/Linux/usb/Interface/usb/InterfaceDld.c:22:
- /home/peter/sprint1304/Sprint4GDeveloperPack-1.6.1.2.2/USB_350/Source/Driver/Network/OSAL/Linux/usb/Include/Common/osal_misc.h:83:1: error: expected identifier or ‘(’ before ‘{’ token
- /home/peter/sprint1304/Sprint4GDeveloperPack-1.6.1.2.2/USB_350/Source/Driver/Network/OSAL/Linux/usb/Include/Common/osal_misc.h:93:1: error: expected identifier or ‘(’ before ‘{’ token
- make[3]: *** [/home/peter/sprint1304/Sprint4GDeveloperPack-1.6.1.2.2/USB_350/Source/Driver/Network/OSAL/Linux/usb/Interface/usb/InterfaceDld.o] Error 1
- make[2]: *** [_module_/home/peter/sprint1304/Sprint4GDeveloperPack-1.6.1.2.2/USB_350/Source/Driver/Network/OSAL/Linux/usb] Error 2
- make[1]: *** [sub-make] Error 2
- make[1]: Leaving directory `/usr/src/linux-headers-3.8.0-26-generic'
- make: *** [default] Error 2
- peter@pjj:~/sprint1304/Sprint4GDeveloperPack-1.6.1.2.2/USB_350/Source/Driver/Network/OSAL/Linux/usb$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement