Advertisement
Guest User

hpsa driver compilation

a guest
Jun 26th, 2012
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. alienvault:~/hpsa/hpsa-3.0.0/drivers/scsi# make
  2. make -C /lib/modules/2.6.31.6/build M=/root/hpsa/hpsa-3.0.0/drivers/scsi modules
  3. make[1]: Entering directory `/usr/src/linux-headers-2.6.31.6'
  4. CC [M] /root/hpsa/hpsa-3.0.0/drivers/scsi/hpsa.o
  5. /root/hpsa/hpsa-3.0.0/drivers/scsi/hpsa.c:174: warning: type defaults to 'int' in declaration of 'DEF_ SCSI_QCMD'
  6. /root/hpsa/hpsa-3.0.0/drivers/scsi/hpsa.c:174: warning: parameter names (without types) in function de claration
  7. /root/hpsa/hpsa-3.0.0/drivers/scsi/hpsa.c:512: error: 'hpsa_scsi_queue_command' undeclared here (not i n a function)
  8. /root/hpsa/hpsa-3.0.0/drivers/scsi/hpsa.c:515: warning: initialization from incompatible pointer type
  9. make[2]: *** [/root/hpsa/hpsa-3.0.0/drivers/scsi/hpsa.o] Error 1
  10. make[1]: *** [_module_/root/hpsa/hpsa-3.0.0/drivers/scsi] Error 2
  11. make[1]: Leaving directory `/usr/src/linux-headers-2.6.31.6'
  12. make: *** [default] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement