Re: [Etherboot-developers] gendep() called too early?
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ebi...@ln...> - 2003-01-08 16:44:26
|
ke...@us... writes: > /usr/bin/perl ./genrules.pl i386 NIC core/serial.c core/main.c > core/pci.c core/osloader.c core/nfs.c core/misc.c core/config.c > core/relocate.c core/heap.c drivers/disk/floppy.c core/nic.c core/disk.c > core/timer.c core/proto_slam.c core/proto_tftm.c > arch/i386/prefix/boot1a.s arch/i386/prefix/unhuf.S > arch/i386/prefix/unnrv2b.S arch/i386/firmware/pcbios/memsizes.c > arch/i386/firmware/pcbios/pcbios.S arch/i386/prefix/liloprefix.S > arch/i386/prefix/elfprefix.S arch/i386/prefix/comprefix.S > arch/i386/prefix/pxeprefix.S arch/i386/prefix/loader.S > arch/i386/core/start32.S arch/i386/core/start16.S arch/i386/core/pxe.c > arch/i386/core/pci_io.c arch/i386/core/i386_timer.c arch/i386/core/elf.c > > bin/Roms > main::__gendep() called too early to check prototype at ./genrules.pl line 48. > Driver file arch/ia64/drivers/net/undi_nii.c not found, skipping... > > Eric? > > PS: My Perl is 5.8.0. And the reference is from __gendep. The problem is that it is recursive. I could not figure out how to not remove the prototype, leave the function recursive, and not get that warning... I guess we can remove the prototype so perl does not complain. And it looks like I need to make certain undi_nii.c is checked in. Eric |