[Etherboot-developers] Fwd: rom-o-matic error
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Marty C. <md...@en...> - 2003-01-19 15:00:34
|
Do we have a patch for this? I know CVS is quite active lately, and I am thinking I should be patching 5.1.5 on rom-o-matic.net to try to keep up. Thanks, Marty Begin forwarded message: > From: "Steve Flynn" <sf...@tp...> > Date: Sun Jan 19, 2003 1:38:02 AM US/Eastern > To: <web...@en...> > Subject: rom-o-matic error > Reply-To: "Steve Flynn" <sf...@tp...> > > Build failed. Status = 2. > > Following is the output from make: > > > make: Entering directory `/tmp/ROMaiFOkC' > gcc -DPCBIOS -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC > -DBOOT_SECOND=BOOT_FLOPPY -D > BOOT_THIRD=BOOT_DISK -DBOOT_INDEX=0 -DBAR_PROGRESS -DDELIMITERLINES > -DSIZEIN > DICATOR -DCONGESTED -DBACKOFF_LIMIT=7 -DTRY_FLOPPY_FIRST=0 > -DTAGGED_IMAGE -D > ELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DCOMCONSOLE=0x3F8 -DCONSPEED=9600 > -DCOMPARM > =0x03 -DCONFIG_PCI -Os -ffreestanding -Wall -W -Wno-format > -DVERSION_MAJOR= > 5 -DVERSION_MINOR=1 -DVERSION=\"5.1.5\" -DRELOC=0x20000 -I include -I > arch/i386/include -DARCH=i386 -DINCLUDE_RTL8139 -o bin/rtl8139.o -c > drivers/net/rtl8139.c > In file included from include/string.h:11, > from include/osdep.h:13, > from include/etherboot.h:9, > from drivers/net/rtl8139.c:68: > arch/i386/include/bits/string.h:254: warning: static declaration for > `strncmp' follows non-static > arch/i386/include/bits/string.h:277: warning: static declaration for > `strlen' follows non-static > gcc -DPCBIOS -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC > -DBOOT_SECOND=BOOT_FLOPPY -D > BOOT_THIRD=BOOT_DISK -DBOOT_INDEX=0 -DBAR_PROGRESS -DDELIMITERLINES > -DSIZEIN > DICATOR -DCONGESTED -DBACKOFF_LIMIT=7 -DTRY_FLOPPY_FIRST=0 > -DTAGGED_IMAGE -D > ELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DCOMCONSOLE=0x3F8 -DCONSPEED=9600 > -DCOMPARM > =0x03 -DCONFIG_PCI -Os -ffreestanding -Wall -W -Wno-format > -DVERSION_MAJOR= > 5 -DVERSION_MINOR=1 -DVERSION=\"5.1.5\" -DRELOC=0x20000 -I include -I > arch/i386/include -DARCH=i386 -o bin/linuxbios.o -c > firmware/linuxbios/linuxbios.c > gcc -DPCBIOS -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC > -DBOOT_SECOND=BOOT_FLOPPY -D > BOOT_THIRD=BOOT_DISK -DBOOT_INDEX=0 -DBAR_PROGRESS -DDELIMITERLINES > -DSIZEIN > DICATOR -DCONGESTED -DBACKOFF_LIMIT=7 -DTRY_FLOPPY_FIRST=0 > -DTAGGED_IMAGE -D > ELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DCOMCONSOLE=0x3F8 -DCONSPEED=9600 > -DCOMPARM > =0x03 -DCONFIG_PCI -Os -ffreestanding -Wall -W -Wno-format > -DVERSION_MAJOR= > 5 -DVERSION_MINOR=1 -DVERSION=\"5.1.5\" -DRELOC=0x20000 -I include -I > arch/i386/include -DARCH=i386 -o bin/main.o -c core/main.c > In file included from include/string.h:11, > from include/osdep.h:13, > from include/etherboot.h:9, > from core/main.c:22: > arch/i386/include/bits/string.h:254: warning: static declaration for > `strncmp' follows non-static > arch/i386/include/bits/string.h:277: warning: static declaration for > `strlen' follows non-static > core/main.c: In function `main': > core/main.c:160: `i' undeclared (first use in this function) > core/main.c:160: (Each undeclared identifier is reported only once > core/main.c:160: for each function it appears in.) > core/main.c:148: warning: unused parameter `ptr' > core/main.c: In function `main_loop': > core/main.c:294: warning: comparison between signed and unsigned > make: *** [bin/main.o] Error 1 > make: Leaving directory `/tmp/ROMaiFOkC'Please let us know that this > happened. > > Cheers, Steve Flynn > sf...@tp... > |