From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Felipe_Gil_Casti=F1eira?= Date: Sat, 07 Jan 2006 19:18:22 +0100 Subject: [U-Boot-Users] Make for AmigaOneG3SE fails Message-ID: <43C005EE.9020501@uvigo.es> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I am studying the feasibility of using the "x86 BIOS emulator" (in /board/MAI/bios_emulator) to initialize an ATI graphics card. As a first step, I am trying to compile U-Boot for AmigaOneG3SE (which uses the bios_emulator), but there are lots of warnings and errors. I am correcting the code, but the errors are endless. At least some of them seem related to the toolchain or to changes in the U-Boot includes. For example (an error compiling unmodified code): In file included from ../bios_emulator/scitech/include/x86emu.h:50, from ../bios_emulator/x86interface.c:1: ../bios_emulator/scitech/include/x86emu/types.h:42:23: sys/types.h: No such file or directory Has anyone here compiled U-Boot for AmigaOne? If the answer is affirmative, which toolchain (and version) did you use for the cross-compile? Thanks in advance. Best regards, Felipe. P.S.: I use the ELDK compiler configured for ppc_74xx- under linux x86.