summaryrefslogtreecommitdiff
path: root/utils/imxtools/scsitools/README.win32
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-01-09 22:04:50 +0000
committerAmaury Pouly <amaury.pouly@gmail.com>2013-01-10 00:51:35 +0000
commitb9923df170104320e55bff05ecc2a0105067f9cb (patch)
tree15e28db88edcd033fe70daf7b0d6ae41647cad60 /utils/imxtools/scsitools/README.win32
parent758a3ae4bb2f9bd02b99f11a9828f172ee2a0328 (diff)
downloadrockbox-b9923df170104320e55bff05ecc2a0105067f9cb.tar.gz
rockbox-b9923df170104320e55bff05ecc2a0105067f9cb.zip
imxtools/nwztools: fix compilation for windows
There is a windows port of the sg_utils library for scsi pass- through. This little changes make it compile under mingw. A better fix would be to implement direct ioctl on both windows and linux but that's already better than nothing Change-Id: I0d77cd1bad69806a66f0590362f165f24fa240e9
Diffstat (limited to 'utils/imxtools/scsitools/README.win32')
-rw-r--r--utils/imxtools/scsitools/README.win326
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/imxtools/scsitools/README.win32 b/utils/imxtools/scsitools/README.win32
new file mode 100644
index 0000000000..1288850b11
--- /dev/null
+++ b/utils/imxtools/scsitools/README.win32
@@ -0,0 +1,6 @@
1This tool can be compiled under Windows with MinGW and the Windows port of sg3_util.
2Everything runs unmodified with MSYS except perhaps for
3- the library in which case you might have to change the LDFLAGS in Makefile to:
4LDFLAGS=/usr/local/lib/libsgutils2.a
5- the include directory in which case you might have to change the DEFINES in Makefile to:
6DEFINES=-I/usr/local/include