All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dirk Behme <dirk.behme@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Recent git broken in drivers/bios_emulator?
Date: Mon, 06 Aug 2007 18:44:23 +0200	[thread overview]
Message-ID: <46B74FE7.50804@googlemail.com> (raw)


Is recent git broken in drivers/bios_emulator?

For make omap5912osk_config I get

arm-linux-gcc -g  -Os   -fno-strict-aliasing  -fno-common -ffixed-r8 
-msoft-float  -D__KERNEL__ -DTEXT_BASE=0x11080000 
-I/home/bmd2hi/omap_linux/davinci/uboot/uboot-omap/include 
-fno-builtin -ffreestanding -nostdinc -isystem 
/usr/arm/arm-linux_4_1_0/bin/../lib/gcc/arm-linux/4.1.0/include -pipe 
  -DCONFIG_ARM -D__ARM__ -march=armv4 -mabi=apcs-gnu -Wall 
-Wstrict-prototypes -I. -I./include  -I./x86emu 
-I/home/bmd2hi/omap_linux/davinci/uboot/uboot-omap/include -D__PPC__ 
-D__BIG_ENDIAN__ -c -o besys.o besys.c
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)
besys.c:564: error: (Each undeclared identifier is reported only once
besys.c:564: error: for each function it appears in.)
besys.c: In function 'BE_inw':
besys.c:606: error: 'VIDEO_IO_OFFSET' undeclared (first use in this 
function)
besys.c: In function 'BE_inl':
besys.c:633: error: 'VIDEO_IO_OFFSET' undeclared (first use in this 
function)
besys.c: In function 'BE_outb':
besys.c:665: error: 'VIDEO_IO_OFFSET' undeclared (first use in this 
function)
besys.c: In function 'BE_outw':
besys.c:692: error: 'VIDEO_IO_OFFSET' undeclared (first use in this 
function)
besys.c: In function 'BE_outl':
besys.c:715: error: 'VIDEO_IO_OFFSET' undeclared (first use in this 
function)

Removing besys.o from drivers/bios_emulator/Makefile results in

arm-linux-gcc -g  -Os   -fno-strict-aliasing  -fno-common -ffixed-r8 
-msoft-float  -D__KERNEL__ -DTEXT_BASE=0x11080000 
-I/home/bmd2hi/omap_linux/davinci/uboot/uboot-omap/include 
-fno-builtin -ffreestanding -nostdinc -isystem 
/usr/arm/arm-linux_4_1_0/bin/../lib/gcc/arm-linux/4.1.0/include -pipe 
  -DCONFIG_ARM -D__ARM__ -march=armv4 -mabi=apcs-gnu -Wall 
-Wstrict-prototypes -I. -I./include  -I./x86emu 
-I/home/bmd2hi/omap_linux/davinci/uboot/uboot-omap/include -D__PPC__ 
-D__BIG_ENDIAN__ -c -o bios.o bios.c
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.)

Removing bios.o as well will then do the trick.

Best regards

Dirk

             reply	other threads:[~2007-08-06 16:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-06 16:44 Dirk Behme [this message]
2007-08-06 19:05 ` [U-Boot-Users] Recent git broken in drivers/bios_emulator? Jon Loeliger
2007-08-07 16:42   ` Dirk Behme

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46B74FE7.50804@googlemail.com \
    --to=dirk.behme@googlemail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.