From mboxrd@z Thu Jan 1 00:00:00 1970 From: Devraj Mukherjee Date: Mon, 25 Oct 2004 14:38:06 +1000 Subject: [U-Boot-Users] Compile problem for ARM / LPD7A400 Message-ID: <417C832E.5090107@eternitytechnologies.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi everyone, I am using arm-linux GCC 3.3 with GlibC 2.3.2. I have managed to compile a Linux version 2.6 kernel with this setup and patches for Logic PD card engine LPD7A400. I am trying to get a version of U-Boot with working with the same. I have applied all available patches, that I gathered for the board from this list serve. I get the following errors when I am trying to compile UBoot. Is there anyone who can encoutnered this problem and if so any lead? Thanks in advance. Dump from compile time: In file included from cfi_flash.c:48: /home/devraj/lpd7a400/uboot/u-boot-1.1.1.lpd7a400/include/asm/processor.h:52: parse error before `1' /home/devraj/lpd7a400/uboot/u-boot-1.1.1.lpd7a400/include/asm/processor.h:52: warning: no semicolon at end of struct or union /home/devraj/lpd7a400/uboot/u-boot-1.1.1.lpd7a400/include/asm/processor.h:54: parse error before `}' /home/devraj/lpd7a400/uboot/u-boot-1.1.1.lpd7a400/include/asm/processor.h:58: field `insn' has incomplete type make[1]: *** [cfi_flash.o] Error 1 make[1]: Leaving directory `/home/devraj/lpd7a400/uboot/u-boot-1.1.1.lpd7a400/drivers' make: *** [drivers/libdrivers.a] Error 2 Regards, Devraj