rockbox/utils/imxtools/scsitools
Amaury Pouly f5807141b6 imxtools/scsitools: document some of the SCSI vendor commands
Change-Id: I534fc467aad960c61b54d202096823d5c2c9a5e9
2013-10-10 00:11:47 +02:00
..
Makefile
misc.c
misc.h imxtools/scsitools: add support for more commands 2013-01-15 19:42:20 +00:00
README.win32
scsitool.c imxtools/scsitools: document some of the SCSI vendor commands 2013-10-10 00:11:47 +02:00
stmp_scsi.h imxtools/scsitools: document some of the SCSI vendor commands 2013-10-10 00:11:47 +02:00

This tool can be compiled under Windows with MinGW and the Windows port of sg3_util.
Everything runs unmodified with MSYS except perhaps for
- the library in which case you might have to change the LDFLAGS in Makefile to:
LDFLAGS=/usr/local/lib/libsgutils2.a
- the include directory in which case you might have to change the DEFINES in Makefile to:
DEFINES=-I/usr/local/include