1
0
Fork 0
forked from len0rd/rockbox
foxbox/utils/imxtools/scsitools
Amaury Pouly 9517bd86b0 imxtools/scsitool: add progress indicator
Change-Id: I061ddac4f882156139e38fa6d495fee86271a6aa
2014-02-22 18:12:00 +01:00
..
Makefile imxtools: introduce the new scsitool 2012-12-11 20:20:49 +01:00
misc.c imxtools: introduce the new scsitool 2012-12-11 20:20:49 +01:00
misc.h imxtools/scsitools: add support for more commands 2013-01-15 19:42:20 +00:00
README.win32 imxtools/nwztools: fix compilation for windows 2013-01-10 00:51:35 +00:00
scsitool.c imxtools/scsitool: add progress indicator 2014-02-22 18:12:00 +01: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