From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anders Larsen Date: Fri, 05 Dec 2003 09:04:15 +0100 Subject: [U-Boot-Users] Cygwin compile problems In-Reply-To: <200312050049.hB50nY523876@ host099.momenco.com> References: <200312050049.hB50nY523876@ host099.momenco.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de "Bruce Boettjer" schreibt: >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. Hi, it looks as if your cygwin installation somehow got messed up: I have /usr/lib/gcc-lib/i686-pc-cygwin/3.2/include/stddef.h available for my cygwin (gcc 3.2) and img2srec compiles just fine here. Since stddef.h is required by ISO C99 I'd be much surprised if it wasn't available for your newer (cygwin-) gcc 3.3.1 Cheers Anders