Advertisement
Guest User

Untitled

a guest
Dec 17th, 2012
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. fantastic@fantastic-Aspire-1810T:~/Downloads/mbox2-kernel$ make
  2. make -C /lib/modules/3.5.0-19-generic/build M=/home/fantastic/Downloads/mbox2-kernel modules
  3. make[1]: Entering directory `/usr/src/linux-headers-3.5.0-19-generic'
  4. CC [M] /home/fantastic/Downloads/mbox2-kernel/pcm.o
  5. /home/fantastic/Downloads/mbox2-kernel/pcm.c: In function ‘snd_usb_pcm_check_knot’:
  6. /home/fantastic/Downloads/mbox2-kernel/pcm.c:688:4: error: assignment of read-only location ‘*(subs->rate_list.list + (sizetype)((long unsigned int)count++ * 4ul))’
  7. In file included from /home/fantastic/Downloads/mbox2-kernel/pcm.c:29:0:
  8. /home/fantastic/Downloads/mbox2-kernel/pcm.c: At top level:
  9. /home/fantastic/Downloads/mbox2-kernel/quirks.h:23:12: warning: ‘mbox2_skip_setting_quirk’ declared ‘static’ but never defined [-Wunused-function]
  10. /home/fantastic/Downloads/mbox2-kernel/quirks.h:26:12: warning: ‘snd_usb_mbox2_boot_quirk’ declared ‘static’ but never defined [-Wunused-function]
  11. make[2]: *** [/home/fantastic/Downloads/mbox2-kernel/pcm.o] Error 1
  12. make[1]: *** [_module_/home/fantastic/Downloads/mbox2-kernel] Error 2
  13. make[1]: Leaving directory `/usr/src/linux-headers-3.5.0-19-generic'
  14. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement