From b9923df170104320e55bff05ecc2a0105067f9cb Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Wed, 9 Jan 2013 22:04:50 +0000 Subject: 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 --- utils/imxtools/scsitools/README.win32 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 utils/imxtools/scsitools/README.win32 (limited to 'utils/imxtools/scsitools/README.win32') 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 @@ +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 -- cgit v1.2.3