From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sangmoon Kim Date: Fri, 5 Dec 2003 10:49:18 +0900 Subject: [U-Boot-Users] Cygwin compile problems References: <200312050049.hB50nY523876@ host099.momenco.com> Message-ID: <001e01c3bad1$fee6dde0$212d4cdc@smkim> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, > Make[1]: *** No rule to make target '/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/include/stddef.h', needed by 'img2srec.o'. Stop. img2srec is a utility for host machine. Host gcc compiler is used to compile it. On cygwin no stddef.h exists. That is why you got the message. Regards, Sangmoon Kim