Advertisement
Guest User

Untitled

a guest
May 20th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. arno@tv:~/Downloads/crystalhd-0.0~git20110715.fdd2f19/driver/linux$ autoconf
  2. arno@tv:~/Downloads/crystalhd-0.0~git20110715.fdd2f19/driver/linux$ ./configure
  3. checking for ld... ld
  4. configure: creating ./config.status
  5. config.status: creating ./Makefile
  6. arno@tv:~/Downloads/crystalhd-0.0~git20110715.fdd2f19/driver/linux$ make
  7. make -C /lib/modules/3.8.0-21-generic/build SUBDIRS=/home/arno/Downloads/crystalhd-0.0~git20110715.fdd2f19/driver/linux modules
  8. make[1]: Entering directory `/usr/src/linux-headers-3.8.0-21-generic'
  9. CC [M] /home/arno/Downloads/crystalhd-0.0~git20110715.fdd2f19/driver/linux/crystalhd_lnx.o
  10. In file included from /home/arno/Downloads/crystalhd-0.0~git20110715.fdd2f19/driver/linux/crystalhd_lnx.c:20:0:
  11. /home/arno/Downloads/crystalhd-0.0~git20110715.fdd2f19/driver/linux/crystalhd_lnx.h:48:24: fatal error: asm/system.h: No such file or directory
  12. compilation terminated.
  13. make[2]: *** [/home/arno/Downloads/crystalhd-0.0~git20110715.fdd2f19/driver/linux/crystalhd_lnx.o] Error 1
  14. make[1]: *** [_module_/home/arno/Downloads/crystalhd-0.0~git20110715.fdd2f19/driver/linux] Error 2
  15. make[1]: Leaving directory `/usr/src/linux-headers-3.8.0-21-generic'
  16. make: *** [all] Error 2
  17. arno@tv:~/Downloads/crystalhd-0.0~git20110715.fdd2f19/driver/linux$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement