rockbox/utils/imxtools/scsitools
Solomon Peachy 47784a777e FS#13403: Fix compilation error in scsitools
Change-Id: I2aa402d09a482d9f559dece13f1acf75a658c4da
2024-03-31 20:12:12 -04:00
..
Makefile
misc.c
misc.h
README.win32
scsitool.c
stmp_scsi.c
stmp_scsi.h FS#13403: Fix compilation error in scsitools 2024-03-31 20:12:12 -04: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