From mboxrd@z Thu Jan 1 00:00:00 1970 From: George G. Davis Date: Fri, 12 Sep 2003 10:17:49 -0400 Subject: [U-Boot-Users] Unable to compile the U-boot-0.4.8 version for OMAP1610/1510/smdk2410 In-Reply-To: <20030912132824.DB953C59E4@atlas.denx.de> References: <20030912132824.DB953C59E4@atlas.denx.de> Message-ID: <3F61D58D.7090308@comcast.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Dear Rahul, > > in message <002701c37923$8fc51520$d253579d@a0875497> you wrote: > >>I am not able to compile the new u-boot tar ball i.e. u-boot-0.4.8, >>u-boot-0.4.7 compiles fine . >>I got the following error message after >>make omap1610inn_config >>make command > > ... > >>/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stdarg.h:43: parse error >>before >>`__gnuc_va_list' >>/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stdarg.h:43: warning: data >>defin >>ition has no type or storage class >>/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stdarg.h:110: parse error >>before >> `va_list' " >> >>can anybody tell me what is the problem. > > > This means that your cross compiler is broken. The cross compiler > must NEVER reference include files from the native development > system. Um, it's not the cross compiler that's doing it in this case. gccincdir is not defined for drivers/sk98lin. Try the attached patch. It WFM/YMMV. -- Regards, George > > Best regards, > > Wolfgang Denk > -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch Url: http://lists.denx.de/pipermail/u-boot/attachments/20030912/f44bba7f/attachment.txt