bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [grub #20] Doesn't build


From: summer
Subject: Re: [grub #20] Doesn't build
Date: Sat, 4 Jan 2003 22:22:02 +0800 (WST)

On Sat, 4 Jan 2003, Yoshinori K. Okuji wrote:

> At Sat, 4 Jan 2003 06:47:30 +0800 (WST),
> address@hidden wrote:
> > > I can't reproduce it. Could you send a full log of the compilation
> > > without the option "-s" to make?
> > Oh. I thought it would be so simple!
> 
> ??? I'm sorry, but I don't understand what you mean.

I thought it would be so simple to reproduce the problem.

 
> What I wanted to say is to record all messages produced by make and
> send them. Your script specifies the option -s to make, so the
> file you sent didn't include enough information. So don't specify -s.

I did that. Here it is again:

+ Source=CVS
+ cd /tmp/
+ rm -rf Grub
+ '[' -z '' ']'
+ Drivers=3c509 3c595 eepro100 rtl8139 sis900 lance
+ mkdir -p Grub/INSTALL Grub/BUILD
+ cd Grub/BUILD
+ '[' CVS = CVS ']'
+ cd /home/summer/cvs/grub
+ tar cC /home/summer/cvs grub
+ tar xp
+ cd grub
++ echo '--enable-3c509 '
++ echo '--enable-3c595 '
++ echo '--enable-eepro100 '
++ echo '--enable-rtl8139 '
++ echo '--enable-sis900 '
++ echo '--enable-lance '
+ EnabledDrivers=--enable-3c509 
--enable-3c595 
--enable-eepro100 
--enable-rtl8139 
--enable-sis900 
--enable-lance 
+ ./configure --enable-pci-direct --enable-3c509 --enable-3c595 
--enable-eepro100 --enable-rtl8139 --enable-sis900 --enable-lance 
--enable-diskless --enable-example-kernel --prefix=/tmp/Grub/INSTALL
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for gcc... (cached) gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of gcc... (cached) gcc3
checking for ranlib... ranlib
checking whether optimization for size works... yes
checking whether -Wundef works... yes
checking whether -falign-loops works... yes
checking for objcopy... objcopy
checking if C symbols get an underscore after compilation... no
checking whether objcopy works for absolute addresses... yes
checking whether addr32 must be in the same line as the instruction... yes
checking for .code16 addr32 assembler support... yes
checking whether an absolute indirect call/jump must not be prefixed with an 
asterisk... no
checking if start is defined by the compiler... no
checking if _start is defined by the compiler... yes
checking if __bss_start is defined by the compiler... yes
checking if _edata is defined by the compiler... yes
checking if edata is defined by the compiler... yes
checking if end is defined by the compiler... yes
checking if _end is defined by the compiler... yes
checking for opendisk in -lutil... no
checking for wgetch in -lncurses... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking ncurses/curses.h usability... yes
checking ncurses/curses.h presence... yes
checking for ncurses/curses.h... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating stage1/Makefile
config.status: creating stage2/Makefile
config.status: creating docs/Makefile
config.status: creating lib/Makefile
config.status: creating util/Makefile
config.status: creating grub/Makefile
config.status: creating netboot/Makefile
config.status: creating util/grub-image
config.status: creating util/grub-install
config.status: creating util/grub-md5-crypt
config.status: creating util/grub-terminfo
config.status: creating config.h
config.status: executing default-1 commands
+ make
cd . \
  && CONFIG_FILES= CONFIG_HEADERS=config.h \
     /bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
make  all-recursive
make[1]: Entering directory `/tmp/Grub/BUILD/grub'
Making all in netboot
make[2]: Entering directory `/tmp/Grub/BUILD/grub/netboot'
source='config.c' object='libdrivers_a-config.o' libtool=no \
depfile='.deps/libdrivers_a-config.Po' 
tmpdepfile='.deps/libdrivers_a-config.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage2 -I../stage1  -Wall 
-Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 
-falign-loops=1 -falign-functions=1 -Wundef -Os -fno-builtin -nostdinc 
-DFSYS_TFTP=1 -DINCLUDE_3C509 -DINCLUDE_3C595=1 -DINCLUDE_EEPRO100=1 
-DINCLUDE_LANCE=1 -DINCLUDE_RTL8139=1 -DINCLUDE_SIS900=1 -DCONGESTED=1 
-DCONFIG_PCI_DIRECT=1 -DNE_SCAN=0x280,0x300,0x320,0x340 
-DWD_DEFAULT_MEM=0xCC000 -g -O2 -g -c -o libdrivers_a-config.o `test -f 
config.c || echo './'`config.c
source='fsys_tftp.c' object='libdrivers_a-fsys_tftp.o' libtool=no \
depfile='.deps/libdrivers_a-fsys_tftp.Po' 
tmpdepfile='.deps/libdrivers_a-fsys_tftp.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage2 -I../stage1  -Wall 
-Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 
-falign-loops=1 -falign-functions=1 -Wundef -Os -fno-builtin -nostdinc 
-DFSYS_TFTP=1 -DINCLUDE_3C509 -DINCLUDE_3C595=1 -DINCLUDE_EEPRO100=1 
-DINCLUDE_LANCE=1 -DINCLUDE_RTL8139=1 -DINCLUDE_SIS900=1 -DCONGESTED=1 
-DCONFIG_PCI_DIRECT=1 -DNE_SCAN=0x280,0x300,0x320,0x340 
-DWD_DEFAULT_MEM=0xCC000 -g -O2 -g -c -o libdrivers_a-fsys_tftp.o `test -f 
fsys_tftp.c || echo './'`fsys_tftp.c
source='main.c' object='libdrivers_a-main.o' libtool=no \
depfile='.deps/libdrivers_a-main.Po' tmpdepfile='.deps/libdrivers_a-main.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage2 -I../stage1  -Wall 
-Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 
-falign-loops=1 -falign-functions=1 -Wundef -Os -fno-builtin -nostdinc 
-DFSYS_TFTP=1 -DINCLUDE_3C509 -DINCLUDE_3C595=1 -DINCLUDE_EEPRO100=1 
-DINCLUDE_LANCE=1 -DINCLUDE_RTL8139=1 -DINCLUDE_SIS900=1 -DCONGESTED=1 
-DCONFIG_PCI_DIRECT=1 -DNE_SCAN=0x280,0x300,0x320,0x340 
-DWD_DEFAULT_MEM=0xCC000 -g -O2 -g -c -o libdrivers_a-main.o `test -f main.c || 
echo './'`main.c
source='misc.c' object='libdrivers_a-misc.o' libtool=no \
depfile='.deps/libdrivers_a-misc.Po' tmpdepfile='.deps/libdrivers_a-misc.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage2 -I../stage1  -Wall 
-Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 
-falign-loops=1 -falign-functions=1 -Wundef -Os -fno-builtin -nostdinc 
-DFSYS_TFTP=1 -DINCLUDE_3C509 -DINCLUDE_3C595=1 -DINCLUDE_EEPRO100=1 
-DINCLUDE_LANCE=1 -DINCLUDE_RTL8139=1 -DINCLUDE_SIS900=1 -DCONGESTED=1 
-DCONFIG_PCI_DIRECT=1 -DNE_SCAN=0x280,0x300,0x320,0x340 
-DWD_DEFAULT_MEM=0xCC000 -g -O2 -g -c -o libdrivers_a-misc.o `test -f misc.c || 
echo './'`misc.c
source='pci.c' object='libdrivers_a-pci.o' libtool=no \
depfile='.deps/libdrivers_a-pci.Po' tmpdepfile='.deps/libdrivers_a-pci.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage2 -I../stage1  -Wall 
-Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 
-falign-loops=1 -falign-functions=1 -Wundef -Os -fno-builtin -nostdinc 
-DFSYS_TFTP=1 -DINCLUDE_3C509 -DINCLUDE_3C595=1 -DINCLUDE_EEPRO100=1 
-DINCLUDE_LANCE=1 -DINCLUDE_RTL8139=1 -DINCLUDE_SIS900=1 -DCONGESTED=1 
-DCONFIG_PCI_DIRECT=1 -DNE_SCAN=0x280,0x300,0x320,0x340 
-DWD_DEFAULT_MEM=0xCC000 -g -O2 -g -c -o libdrivers_a-pci.o `test -f pci.c || 
echo './'`pci.c
source='timer.c' object='libdrivers_a-timer.o' libtool=no \
depfile='.deps/libdrivers_a-timer.Po' tmpdepfile='.deps/libdrivers_a-timer.TPo' 
\
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage2 -I../stage1  -Wall 
-Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 
-falign-loops=1 -falign-functions=1 -Wundef -Os -fno-builtin -nostdinc 
-DFSYS_TFTP=1 -DINCLUDE_3C509 -DINCLUDE_3C595=1 -DINCLUDE_EEPRO100=1 
-DINCLUDE_LANCE=1 -DINCLUDE_RTL8139=1 -DINCLUDE_SIS900=1 -DCONGESTED=1 
-DCONFIG_PCI_DIRECT=1 -DNE_SCAN=0x280,0x300,0x320,0x340 
-DWD_DEFAULT_MEM=0xCC000 -g -O2 -g -c -o libdrivers_a-timer.o `test -f timer.c 
|| echo './'`timer.c
In file included from timer.c:11:
timer.h:53: warning: no previous prototype for `timer2_running'
timer.h:58: warning: no previous prototype for `waiton_timer2'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage2 -I../stage1  -Wall 
-Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 
-falign-loops=1 -falign-functions=1 -Wundef  -g -O2 -g -Os -fno-builtin 
-nostdinc \
  -DCONGESTED=1 -DCONFIG_PCI_DIRECT=1 -DNE_SCAN=0x280,0x300,0x320,0x340 
-DWD_DEFAULT_MEM=0xCC000 -DINCLUDE_3C509=1 -o 3c509.o -c 3c509.c
In file included from 3c509.c:30:
timer.h:53: warning: no previous prototype for `timer2_running'
timer.h:58: warning: no previous prototype for `waiton_timer2'
3c509.c:63: warning: declaration of `nic' shadows global declaration
3c509.c: In function `t509_reset':
3c509.c:64: warning: declaration of `nic' shadows global declaration
3c509.c: At top level:
3c509.c:155: warning: declaration of `nic' shadows global declaration
3c509.c: In function `t509_transmit':
3c509.c:160: warning: declaration of `nic' shadows global declaration
3c509.c: At top level:
3c509.c:218: warning: declaration of `nic' shadows global declaration
3c509.c: In function `t509_poll':
3c509.c:219: warning: declaration of `nic' shadows global declaration
3c509.c:221: warning: unused variable `type'
3c509.c: At top level:
3c509.c:374: warning: declaration of `nic' shadows global declaration
3c509.c: In function `t509_disable':
3c509.c:375: warning: declaration of `nic' shadows global declaration
3c509.c: At top level:
3c509.c:385: warning: declaration of `nic' shadows global declaration
3c509.c: In function `t509_probe':
3c509.c:387: warning: declaration of `nic' shadows global declaration
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage2 -I../stage1  -Wall 
-Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 
-falign-loops=1 -falign-functions=1 -Wundef  -g -O2 -g -Os -fno-builtin 
-nostdinc \
  -DCONGESTED=1 -DCONFIG_PCI_DIRECT=1 -DNE_SCAN=0x280,0x300,0x320,0x340 
-DWD_DEFAULT_MEM=0xCC000 -DINCLUDE_3C595=1 -o 3c595.o -c 3c595.c
In file included from 3c595.c:31:
timer.h:53: warning: no previous prototype for `timer2_running'
timer.h:58: warning: no previous prototype for `waiton_timer2'
3c595.c:65: warning: declaration of `nic' shadows global declaration
3c595.c: In function `t595_reset':
3c595.c:66: warning: declaration of `nic' shadows global declaration
3c595.c:67: warning: unused variable `j'
3c595.c: At top level:
3c595.c:163: warning: declaration of `nic' shadows global declaration
3c595.c: In function `t595_transmit':
3c595.c:168: warning: declaration of `nic' shadows global declaration
3c595.c: At top level:
3c595.c:228: warning: declaration of `nic' shadows global declaration
3c595.c: In function `t595_poll':
3c595.c:229: warning: declaration of `nic' shadows global declaration
3c595.c:231: warning: unused variable `type'
3c595.c: In function `vxsetlink':
3c595.c:387: warning: unused variable `prev_flags'
3c595.c:385: warning: unused variable `k'
3c595.c: At top level:
3c595.c:441: warning: declaration of `nic' shadows global declaration
3c595.c: In function `t595_disable':
3c595.c:442: warning: declaration of `nic' shadows global declaration
3c595.c: At top level:
3c595.c:453: warning: declaration of `nic' shadows global declaration
3c595.c:454: warning: no previous prototype for `t595_probe'
3c595.c: In function `t595_probe':
3c595.c:454: warning: declaration of `nic' shadows global declaration
3c595.c: At top level:
3c595.c:33: warning: `eth_asic_base' defined but not used
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage2 -I../stage1  -Wall 
-Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 
-falign-loops=1 -falign-functions=1 -Wundef  -g -O2 -g -Os -fno-builtin 
-nostdinc \
  -DCONGESTED=1 -DCONFIG_PCI_DIRECT=1 -DNE_SCAN=0x280,0x300,0x320,0x340 
-DWD_DEFAULT_MEM=0xCC000 -DINCLUDE_EEPRO100=1 -o eepro100.o -c eepro100.c
In file included from eepro100.c:101:
timer.h:53: warning: no previous prototype for `timer2_running'
timer.h:58: warning: no previous prototype for `waiton_timer2'
eepro100.c:359: warning: declaration of `nic' shadows global declaration
eepro100.c: In function `eepro100_reset':
eepro100.c:360: warning: declaration of `nic' shadows global declaration
eepro100.c: At top level:
eepro100.c:374: warning: declaration of `nic' shadows global declaration
eepro100.c: In function `eepro100_transmit':
eepro100.c:375: warning: declaration of `nic' shadows global declaration
eepro100.c:382: warning: unused variable `to'
eepro100.c: At top level:
eepro100.c:443: warning: declaration of `nic' shadows global declaration
eepro100.c: In function `eepro100_poll':
eepro100.c:444: warning: declaration of `nic' shadows global declaration
eepro100.c: At top level:
eepro100.c:466: warning: declaration of `nic' shadows global declaration
eepro100.c: In function `eepro100_disable':
eepro100.c:467: warning: declaration of `nic' shadows global declaration
eepro100.c: At top level:
eepro100.c:481: warning: declaration of `nic' shadows global declaration
eepro100.c: In function `eepro100_probe':
eepro100.c:482: warning: declaration of `nic' shadows global declaration
eepro100.c:510: warning: declaration of `value' shadows previous local
eepro100.c:486: warning: unused variable `value'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage2 -I../stage1  -Wall 
-Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 
-falign-loops=1 -falign-functions=1 -Wundef  -g -O2 -g -Os -fno-builtin 
-nostdinc \
  -DCONGESTED=1 -DCONFIG_PCI_DIRECT=1 -DNE_SCAN=0x280,0x300,0x320,0x340 
-DWD_DEFAULT_MEM=0xCC000 -DINCLUDE_LANCE=1 -o lance.o -c lance.c
lance.c:212: warning: declaration of `nic' shadows global declaration
lance.c: In function `lance_reset':
lance.c:213: warning: declaration of `nic' shadows global declaration
lance.c: At top level:
lance.c:302: warning: declaration of `nic' shadows global declaration
lance.c: In function `lance_poll':
lance.c:303: warning: declaration of `nic' shadows global declaration
lance.c: At top level:
lance.c:336: warning: declaration of `nic' shadows global declaration
lance.c: In function `lance_transmit':
lance.c:341: warning: declaration of `nic' shadows global declaration
lance.c: At top level:
lance.c:383: warning: declaration of `nic' shadows global declaration
lance.c: In function `lance_disable':
lance.c:384: warning: declaration of `nic' shadows global declaration
lance.c: At top level:
lance.c:398: warning: declaration of `nic' shadows global declaration
lance.c: In function `lance_probe1':
lance.c:402: warning: declaration of `nic' shadows global declaration
lance.c:406: warning: unused variable `dma_channels'
lance.c: At top level:
lance.c:505: warning: declaration of `nic' shadows global declaration
lance.c: In function `lancepci_probe':
lance.c:513: warning: declaration of `nic' shadows global declaration
lance.c:530: warning: unused variable `pci_cmd'
lance.c:529: warning: unused variable `offset14'
lance.c:529: warning: unused variable `offset15'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage2 -I../stage1  -Wall 
-Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 
-falign-loops=1 -falign-functions=1 -Wundef  -g -O2 -g -Os -fno-builtin 
-nostdinc \
  -DCONGESTED=1 -DCONFIG_PCI_DIRECT=1 -DNE_SCAN=0x280,0x300,0x320,0x340 
-DWD_DEFAULT_MEM=0xCC000 -DINCLUDE_RTL8139=1 -o rtl8139.o -c rtl8139.c
In file included from rtl8139.c:67:
timer.h:53: warning: no previous prototype for `timer2_running'
timer.h:58: warning: no previous prototype for `waiton_timer2'
rtl8139.c:174: warning: declaration of `nic' shadows global declaration
rtl8139.c:177: warning: declaration of `nic' shadows global declaration
rtl8139.c:178: warning: declaration of `nic' shadows global declaration
rtl8139.c:180: warning: declaration of `nic' shadows global declaration
rtl8139.c:184: warning: declaration of `nic' shadows global declaration
rtl8139.c: In function `rtl8139_probe':
rtl8139.c:186: warning: declaration of `nic' shadows global declaration
rtl8139.c: At top level:
rtl8139.c:285: warning: declaration of `nic' shadows global declaration
rtl8139.c: In function `rtl_reset':
rtl8139.c:286: warning: declaration of `nic' shadows global declaration
rtl8139.c: At top level:
rtl8139.c:334: warning: declaration of `nic' shadows global declaration
rtl8139.c: In function `rtl_transmit':
rtl8139.c:336: warning: declaration of `nic' shadows global declaration
rtl8139.c: At top level:
rtl8139.c:389: warning: declaration of `nic' shadows global declaration
rtl8139.c: In function `rtl_poll':
rtl8139.c:390: warning: declaration of `nic' shadows global declaration
rtl8139.c: At top level:
rtl8139.c:449: warning: declaration of `nic' shadows global declaration
rtl8139.c: In function `rtl_disable':
rtl8139.c:450: warning: declaration of `nic' shadows global declaration
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage2 -I../stage1  -Wall 
-Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 
-falign-loops=1 -falign-functions=1 -Wundef  -g -O2 -g -Os -fno-builtin 
-nostdinc \
  -DCONGESTED=1 -DCONFIG_PCI_DIRECT=1 -DNE_SCAN=0x280,0x300,0x320,0x340 
-DWD_DEFAULT_MEM=0xCC000 -DINCLUDE_SIS900=1 -o sis900.o -c sis900.c
sis900.c:82: warning: declaration of `nic' shadows global declaration
sis900.c:83: warning: declaration of `nic' shadows global declaration
sis900.c:84: warning: declaration of `nic' shadows global declaration
sis900.c:85: warning: declaration of `nic' shadows global declaration
sis900.c:91: warning: declaration of `nic' shadows global declaration
sis900.c:119: warning: declaration of `nic' shadows global declaration
sis900.c:127: warning: declaration of `nic' shadows global declaration
sis900.c:129: warning: declaration of `nic' shadows global declaration
sis900.c:131: warning: declaration of `nic' shadows global declaration
sis900.c:132: warning: declaration of `nic' shadows global declaration
sis900.c:133: warning: declaration of `nic' shadows global declaration
sis900.c:134: warning: declaration of `nic' shadows global declaration
sis900.c:135: warning: declaration of `nic' shadows global declaration
sis900.c:137: warning: declaration of `nic' shadows global declaration
sis900.c:139: warning: declaration of `nic' shadows global declaration
sis900.c:141: warning: declaration of `nic' shadows global declaration
sis900.c:152: warning: declaration of `nic' shadows global declaration
sis900.c: In function `sis900_get_mac_addr':
sis900.c:153: warning: declaration of `nic' shadows global declaration
sis900.c: At top level:
sis900.c:180: warning: declaration of `nic' shadows global declaration
sis900.c: In function `sis630e_get_mac_addr':
sis900.c:181: warning: declaration of `nic' shadows global declaration
sis900.c: At top level:
sis900.c:219: warning: declaration of `nic' shadows global declaration
sis900.c: In function `sis900_probe':
sis900.c:220: warning: declaration of `nic' shadows global declaration
sis900.c:224: warning: unused variable `signature'
sis900.c: At top level:
sis900.c:489: warning: declaration of `nic' shadows global declaration
sis900.c: In function `sis900_init':
sis900.c:490: warning: declaration of `nic' shadows global declaration
sis900.c: At top level:
sis900.c:518: warning: declaration of `nic' shadows global declaration
sis900.c: In function `sis900_reset':
sis900.c:519: warning: declaration of `nic' shadows global declaration
sis900.c: At top level:
sis900.c:547: warning: declaration of `nic' shadows global declaration
sis900.c: In function `sis900_init_rxfilter':
sis900.c:548: warning: declaration of `nic' shadows global declaration
sis900.c: At top level:
sis900.c:586: warning: declaration of `nic' shadows global declaration
sis900.c: In function `sis900_init_txd':
sis900.c:587: warning: declaration of `nic' shadows global declaration
sis900.c: At top level:
sis900.c:610: warning: declaration of `nic' shadows global declaration
sis900.c: In function `sis900_init_rxd':
sis900.c:611: warning: declaration of `nic' shadows global declaration
sis900.c: At top level:
sis900.c:647: warning: declaration of `nic' shadows global declaration
sis900.c: In function `sis900_set_rx_mode':
sis900.c:648: warning: declaration of `nic' shadows global declaration
sis900.c: At top level:
sis900.c:677: warning: declaration of `nic' shadows global declaration
sis900.c: In function `sis900_check_mode':
sis900.c:678: warning: declaration of `nic' shadows global declaration
sis900.c: At top level:
sis900.c:717: warning: declaration of `nic' shadows global declaration
sis900.c: In function `sis900_read_mode':
sis900.c:718: warning: declaration of `nic' shadows global declaration
sis900.c: At top level:
sis900.c:758: warning: declaration of `nic' shadows global declaration
sis900.c: In function `amd79c901_read_mode':
sis900.c:759: warning: declaration of `nic' shadows global declaration
sis900.c: At top level:
sis900.c:811: warning: declaration of `nic' shadows global declaration
sis900.c: In function `ics1893_read_mode':
sis900.c:812: warning: declaration of `nic' shadows global declaration
sis900.c: At top level:
sis900.c:851: warning: declaration of `nic' shadows global declaration
sis900.c: In function `rtl8201_read_mode':
sis900.c:852: warning: declaration of `nic' shadows global declaration
sis900.c: At top level:
sis900.c:897: warning: declaration of `nic' shadows global declaration
sis900.c: In function `sis900_transmit':
sis900.c:902: warning: declaration of `nic' shadows global declaration
sis900.c:903: warning: unused variable `status'
sis900.c: At top level:
sis900.c:974: warning: declaration of `nic' shadows global declaration
sis900.c: In function `sis900_poll':
sis900.c:975: warning: declaration of `nic' shadows global declaration
sis900.c: At top level:
sis900.c:1026: warning: declaration of `nic' shadows global declaration
sis900.c: In function `sis900_disable':
sis900.c:1027: warning: declaration of `nic' shadows global declaration
sis900.c: At top level:
sis900.c:74: warning: `mac_chip_table' defined but not used
sis900.c:439: warning: `sis900_mdio_write' defined but not used
rm -f libdrivers.a
ar cru libdrivers.a libdrivers_a-config.o libdrivers_a-fsys_tftp.o 
libdrivers_a-main.o libdrivers_a-misc.o libdrivers_a-pci.o libdrivers_a-timer.o 
3c509.o 3c595.o eepro100.o lance.o rtl8139.o sis900.o
ranlib libdrivers.a
make[2]: Leaving directory `/tmp/Grub/BUILD/grub/netboot'
Making all in stage2
make[2]: Entering directory `/tmp/Grub/BUILD/grub/stage2'
gcc -Os -fno-builtin -nostdinc -I../netboot -DSUPPORT_NETBOOT=1 
-DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 
-DFSYS_FFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 -DFSYS_JFS=1 
-DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DFSYS_TFTP=1 -DHAVE_CONFIG_H -I. -I. -I.. 
-I../stage1 -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith 
-falign-jumps=1 -falign-loops=1 -falign-functions=1 -Wundef -g -O2 -g -c -o 
pre_stage2_exec-asm.o `test -f asm.S || echo './'`asm.S
source='bios.c' object='pre_stage2_exec-bios.o' libtool=no \
depfile='.deps/pre_stage2_exec-bios.Po' 
tmpdepfile='.deps/pre_stage2_exec-bios.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes 
-Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 
-falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -I../netboot 
-DSUPPORT_NETBOOT=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 
-DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 
-DFSYS_JFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DFSYS_TFTP=1 -g -O2 -g -c -o 
pre_stage2_exec-bios.o `test -f bios.c || echo './'`bios.c
source='boot.c' object='pre_stage2_exec-boot.o' libtool=no \
depfile='.deps/pre_stage2_exec-boot.Po' 
tmpdepfile='.deps/pre_stage2_exec-boot.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes 
-Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 
-falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -I../netboot 
-DSUPPORT_NETBOOT=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 
-DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 
-DFSYS_JFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DFSYS_TFTP=1 -g -O2 -g -c -o 
pre_stage2_exec-boot.o `test -f boot.c || echo './'`boot.c
source='builtins.c' object='pre_stage2_exec-builtins.o' libtool=no \
depfile='.deps/pre_stage2_exec-builtins.Po' 
tmpdepfile='.deps/pre_stage2_exec-builtins.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes 
-Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 
-falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -I../netboot 
-DSUPPORT_NETBOOT=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 
-DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 
-DFSYS_JFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DFSYS_TFTP=1 -g -O2 -g -c -o 
pre_stage2_exec-builtins.o `test -f builtins.c || echo './'`builtins.c
source='char_io.c' object='pre_stage2_exec-char_io.o' libtool=no \
depfile='.deps/pre_stage2_exec-char_io.Po' 
tmpdepfile='.deps/pre_stage2_exec-char_io.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes 
-Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 
-falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -I../netboot 
-DSUPPORT_NETBOOT=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 
-DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 
-DFSYS_JFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DFSYS_TFTP=1 -g -O2 -g -c -o 
pre_stage2_exec-char_io.o `test -f char_io.c || echo './'`char_io.c
source='cmdline.c' object='pre_stage2_exec-cmdline.o' libtool=no \
depfile='.deps/pre_stage2_exec-cmdline.Po' 
tmpdepfile='.deps/pre_stage2_exec-cmdline.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes 
-Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 
-falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -I../netboot 
-DSUPPORT_NETBOOT=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 
-DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 
-DFSYS_JFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DFSYS_TFTP=1 -g -O2 -g -c -o 
pre_stage2_exec-cmdline.o `test -f cmdline.c || echo './'`cmdline.c
source='common.c' object='pre_stage2_exec-common.o' libtool=no \
depfile='.deps/pre_stage2_exec-common.Po' 
tmpdepfile='.deps/pre_stage2_exec-common.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes 
-Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 
-falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -I../netboot 
-DSUPPORT_NETBOOT=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 
-DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 
-DFSYS_JFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DFSYS_TFTP=1 -g -O2 -g -c -o 
pre_stage2_exec-common.o `test -f common.c || echo './'`common.c
source='console.c' object='pre_stage2_exec-console.o' libtool=no \
depfile='.deps/pre_stage2_exec-console.Po' 
tmpdepfile='.deps/pre_stage2_exec-console.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes 
-Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 
-falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -I../netboot 
-DSUPPORT_NETBOOT=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 
-DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 
-DFSYS_JFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DFSYS_TFTP=1 -g -O2 -g -c -o 
pre_stage2_exec-console.o `test -f console.c || echo './'`console.c
source='disk_io.c' object='pre_stage2_exec-disk_io.o' libtool=no \
depfile='.deps/pre_stage2_exec-disk_io.Po' 
tmpdepfile='.deps/pre_stage2_exec-disk_io.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes 
-Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 
-falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -I../netboot 
-DSUPPORT_NETBOOT=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 
-DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 
-DFSYS_JFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DFSYS_TFTP=1 -g -O2 -g -c -o 
pre_stage2_exec-disk_io.o `test -f disk_io.c || echo './'`disk_io.c
source='fsys_ext2fs.c' object='pre_stage2_exec-fsys_ext2fs.o' libtool=no \
depfile='.deps/pre_stage2_exec-fsys_ext2fs.Po' 
tmpdepfile='.deps/pre_stage2_exec-fsys_ext2fs.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes 
-Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 
-falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -I../netboot 
-DSUPPORT_NETBOOT=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 
-DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 
-DFSYS_JFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DFSYS_TFTP=1 -g -O2 -g -c -o 
pre_stage2_exec-fsys_ext2fs.o `test -f fsys_ext2fs.c || echo './'`fsys_ext2fs.c
source='fsys_fat.c' object='pre_stage2_exec-fsys_fat.o' libtool=no \
depfile='.deps/pre_stage2_exec-fsys_fat.Po' 
tmpdepfile='.deps/pre_stage2_exec-fsys_fat.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes 
-Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 
-falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -I../netboot 
-DSUPPORT_NETBOOT=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 
-DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 
-DFSYS_JFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DFSYS_TFTP=1 -g -O2 -g -c -o 
pre_stage2_exec-fsys_fat.o `test -f fsys_fat.c || echo './'`fsys_fat.c
source='fsys_ffs.c' object='pre_stage2_exec-fsys_ffs.o' libtool=no \
depfile='.deps/pre_stage2_exec-fsys_ffs.Po' 
tmpdepfile='.deps/pre_stage2_exec-fsys_ffs.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes 
-Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 
-falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -I../netboot 
-DSUPPORT_NETBOOT=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 
-DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 
-DFSYS_JFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DFSYS_TFTP=1 -g -O2 -g -c -o 
pre_stage2_exec-fsys_ffs.o `test -f fsys_ffs.c || echo './'`fsys_ffs.c
source='fsys_jfs.c' object='pre_stage2_exec-fsys_jfs.o' libtool=no \
depfile='.deps/pre_stage2_exec-fsys_jfs.Po' 
tmpdepfile='.deps/pre_stage2_exec-fsys_jfs.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes 
-Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 
-falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -I../netboot 
-DSUPPORT_NETBOOT=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 
-DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 
-DFSYS_JFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DFSYS_TFTP=1 -g -O2 -g -c -o 
pre_stage2_exec-fsys_jfs.o `test -f fsys_jfs.c || echo './'`fsys_jfs.c
source='fsys_minix.c' object='pre_stage2_exec-fsys_minix.o' libtool=no \
depfile='.deps/pre_stage2_exec-fsys_minix.Po' 
tmpdepfile='.deps/pre_stage2_exec-fsys_minix.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes 
-Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 
-falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -I../netboot 
-DSUPPORT_NETBOOT=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 
-DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 
-DFSYS_JFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DFSYS_TFTP=1 -g -O2 -g -c -o 
pre_stage2_exec-fsys_minix.o `test -f fsys_minix.c || echo './'`fsys_minix.c
source='fsys_reiserfs.c' object='pre_stage2_exec-fsys_reiserfs.o' libtool=no \
depfile='.deps/pre_stage2_exec-fsys_reiserfs.Po' 
tmpdepfile='.deps/pre_stage2_exec-fsys_reiserfs.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes 
-Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 
-falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -I../netboot 
-DSUPPORT_NETBOOT=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 
-DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 
-DFSYS_JFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DFSYS_TFTP=1 -g -O2 -g -c -o 
pre_stage2_exec-fsys_reiserfs.o `test -f fsys_reiserfs.c || echo 
'./'`fsys_reiserfs.c
source='fsys_vstafs.c' object='pre_stage2_exec-fsys_vstafs.o' libtool=no \
depfile='.deps/pre_stage2_exec-fsys_vstafs.Po' 
tmpdepfile='.deps/pre_stage2_exec-fsys_vstafs.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes 
-Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 
-falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -I../netboot 
-DSUPPORT_NETBOOT=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 
-DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 
-DFSYS_JFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DFSYS_TFTP=1 -g -O2 -g -c -o 
pre_stage2_exec-fsys_vstafs.o `test -f fsys_vstafs.c || echo './'`fsys_vstafs.c
fsys_vstafs.c: In function `vstafs_read':
fsys_vstafs.c:189: warning: declaration of `a' shadows global declaration
fsys_vstafs.c:191: warning: declaration of `curr_ext' shadows global declaration
source='fsys_xfs.c' object='pre_stage2_exec-fsys_xfs.o' libtool=no \
depfile='.deps/pre_stage2_exec-fsys_xfs.Po' 
tmpdepfile='.deps/pre_stage2_exec-fsys_xfs.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes 
-Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 
-falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -I../netboot 
-DSUPPORT_NETBOOT=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 
-DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 
-DFSYS_JFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DFSYS_TFTP=1 -g -O2 -g -c -o 
pre_stage2_exec-fsys_xfs.o `test -f fsys_xfs.c || echo './'`fsys_xfs.c
source='gunzip.c' object='pre_stage2_exec-gunzip.o' libtool=no \
depfile='.deps/pre_stage2_exec-gunzip.Po' 
tmpdepfile='.deps/pre_stage2_exec-gunzip.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes 
-Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 
-falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -I../netboot 
-DSUPPORT_NETBOOT=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 
-DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 
-DFSYS_JFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DFSYS_TFTP=1 -g -O2 -g -c -o 
pre_stage2_exec-gunzip.o `test -f gunzip.c || echo './'`gunzip.c
source='hercules.c' object='pre_stage2_exec-hercules.o' libtool=no \
depfile='.deps/pre_stage2_exec-hercules.Po' 
tmpdepfile='.deps/pre_stage2_exec-hercules.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes 
-Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 
-falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -I../netboot 
-DSUPPORT_NETBOOT=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 
-DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 
-DFSYS_JFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DFSYS_TFTP=1 -g -O2 -g -c -o 
pre_stage2_exec-hercules.o `test -f hercules.c || echo './'`hercules.c
source='md5.c' object='pre_stage2_exec-md5.o' libtool=no \
depfile='.deps/pre_stage2_exec-md5.Po' 
tmpdepfile='.deps/pre_stage2_exec-md5.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes 
-Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 
-falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -I../netboot 
-DSUPPORT_NETBOOT=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 
-DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 
-DFSYS_JFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DFSYS_TFTP=1 -g -O2 -g -c -o 
pre_stage2_exec-md5.o `test -f md5.c || echo './'`md5.c
source='serial.c' object='pre_stage2_exec-serial.o' libtool=no \
depfile='.deps/pre_stage2_exec-serial.Po' 
tmpdepfile='.deps/pre_stage2_exec-serial.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes 
-Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 
-falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -I../netboot 
-DSUPPORT_NETBOOT=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 
-DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 
-DFSYS_JFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DFSYS_TFTP=1 -g -O2 -g -c -o 
pre_stage2_exec-serial.o `test -f serial.c || echo './'`serial.c
source='smp-imps.c' object='pre_stage2_exec-smp-imps.o' libtool=no \
depfile='.deps/pre_stage2_exec-smp-imps.Po' 
tmpdepfile='.deps/pre_stage2_exec-smp-imps.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes 
-Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 
-falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -I../netboot 
-DSUPPORT_NETBOOT=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 
-DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 
-DFSYS_JFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DFSYS_TFTP=1 -g -O2 -g -c -o 
pre_stage2_exec-smp-imps.o `test -f smp-imps.c || echo './'`smp-imps.c
source='stage2.c' object='pre_stage2_exec-stage2.o' libtool=no \
depfile='.deps/pre_stage2_exec-stage2.Po' 
tmpdepfile='.deps/pre_stage2_exec-stage2.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes 
-Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 
-falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -I../netboot 
-DSUPPORT_NETBOOT=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 
-DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 
-DFSYS_JFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DFSYS_TFTP=1 -g -O2 -g -c -o 
pre_stage2_exec-stage2.o `test -f stage2.c || echo './'`stage2.c
source='terminfo.c' object='pre_stage2_exec-terminfo.o' libtool=no \
depfile='.deps/pre_stage2_exec-terminfo.Po' 
tmpdepfile='.deps/pre_stage2_exec-terminfo.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes 
-Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 
-falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -I../netboot 
-DSUPPORT_NETBOOT=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 
-DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 
-DFSYS_JFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DFSYS_TFTP=1 -g -O2 -g -c -o 
pre_stage2_exec-terminfo.o `test -f terminfo.c || echo './'`terminfo.c
source='tparm.c' object='pre_stage2_exec-tparm.o' libtool=no \
depfile='.deps/pre_stage2_exec-tparm.Po' 
tmpdepfile='.deps/pre_stage2_exec-tparm.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes 
-Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 
-falign-functions=1 -Wundef -Os -fno-builtin -nostdinc -I../netboot 
-DSUPPORT_NETBOOT=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DFSYS_EXT2FS=1 
-DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 
-DFSYS_JFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DFSYS_TFTP=1 -g -O2 -g -c -o 
pre_stage2_exec-tparm.o `test -f tparm.c || echo './'`tparm.c
gcc  -g -O2 -g   -o pre_stage2.exec -nostdlib -Wl,-N -Wl,-Ttext -Wl,8200 
pre_stage2_exec-asm.o pre_stage2_exec-bios.o pre_stage2_exec-boot.o 
pre_stage2_exec-builtins.o pre_stage2_exec-char_io.o pre_stage2_exec-cmdline.o 
pre_stage2_exec-common.o pre_stage2_exec-console.o pre_stage2_exec-disk_io.o 
pre_stage2_exec-fsys_ext2fs.o pre_stage2_exec-fsys_fat.o 
pre_stage2_exec-fsys_ffs.o pre_stage2_exec-fsys_jfs.o 
pre_stage2_exec-fsys_minix.o pre_stage2_exec-fsys_reiserfs.o 
pre_stage2_exec-fsys_vstafs.o pre_stage2_exec-fsys_xfs.o 
pre_stage2_exec-gunzip.o pre_stage2_exec-hercules.o pre_stage2_exec-md5.o 
pre_stage2_exec-serial.o pre_stage2_exec-smp-imps.o pre_stage2_exec-stage2.o 
pre_stage2_exec-terminfo.o pre_stage2_exec-tparm.o ../netboot/libdrivers.a 
pre_stage2_exec-builtins.o: In function `terminfo_func':
/tmp/Grub/BUILD/grub/stage2/builtins.c:4211: undefined reference to `memcpy'
pre_stage2_exec-terminfo.o: In function `ti_set_term':
/tmp/Grub/BUILD/grub/stage2/terminfo.c:250: undefined reference to `memcpy'
pre_stage2_exec-terminfo.o: In function `ti_get_term':
/tmp/Grub/BUILD/grub/stage2/terminfo.c:257: undefined reference to `memcpy'
collect2: ld returned 1 exit status
make[2]: *** [pre_stage2.exec] Error 1
make[2]: Leaving directory `/tmp/Grub/BUILD/grub/stage2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/Grub/BUILD/grub'
make: *** [all] Error 2

> 
> Okuji
> 

I changed to script to not do the CVS update, I don't want the problem
to mysteriously disapear.

I *hate* problems that go away.

-- 


Cheers
John.

Join the "Linux Support by Small Businesses" list at 
http://mail.computerdatasafe.com.au/mailman/listinfo/lssb






reply via email to

[Prev in Thread] Current Thread [Next in Thread]