From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Tue, 07 Aug 2007 18:42:10 +0200 Subject: [U-Boot-Users] Recent git broken in drivers/bios_emulator? In-Reply-To: <1186427133.5970.42.camel@ld0161-tx32> References: <46B74FE7.50804@googlemail.com> <1186427133.5970.42.camel@ld0161-tx32> Message-ID: <46B8A0E2.9040501@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jon Loeliger wrote: > On Mon, 2007-08-06 at 11:44, Dirk Behme wrote: >>besys.c: In function 'BE_memaddr': >>besys.c:95: warning: pointer targets in return differ in signedness >>besys.c: In function 'BE_inb': >>besys.c:564: error: 'VIDEO_IO_OFFSET' undeclared (first use in this >>function) ... >>bios.c: In function 'int42': >>bios.c:77: error: 'VIDEO_IO_OFFSET' undeclared (first use in this >>function) >>bios.c:77: error: (Each undeclared identifier is reported only once >>bios.c:77: error: for each function it appears in.) .. > Argh. I specifically asked Jason before he sent out > his patches to watch out for these cases and to guard > all of the BIOS_EMU code with a CONFIG_HAS_BIOS_EMU > sort of #if defined() for just exactly these sorts of > problems. > > *sigh* > > Sorry. A quick hackish patch for this below. For anybody who doesn't need bios emulator and want their stuff to compile. Signed-off-by: Dirk Behme -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: bios_emulator_patch.txt Url: http://lists.denx.de/pipermail/u-boot/attachments/20070807/fc04bab4/attachment.txt