From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sangmoon Kim Date: Fri, 5 Dec 2003 11:21:30 +0900 Subject: [U-Boot-Users] Cygwin compile problems References: <200312050151.hB51p4524319@ host099.momenco.com> Message-ID: <001601c3bad6$7e595fe0$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, > > Thanks for this info. Is there any way to fix it? > Comment out the header file and compile u-boot. You will get some error messages complaining some type definitions are missing. typedef them in C source code and compile it again. Regards, Sangmoon Kim