Same Problem:
cc -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DCONFIG_FILO -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -Os In file included from arch/i386/core/realmode.c:7: arch/i386/include/realmode.h:119: error: static declaration of 'allot_real_mode_stack' follows non-static declaration include/etherboot.h:330: error: previous declaration of 'allot_real_mode_stack' was here make: *** [bin/realmode.o] Error 1
Thank You. steve
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
* steve yannalfo fourstar10_2000@yahoo.com [060613 20:53]:
Same Problem:
cc -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DCONFIG_FILO -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -Os In file included from arch/i386/core/ realmode.c:7: arch/i386/include/realmode.h:119: error: static declaration of 'allot_real_mode_stack' follows non-static declaration include/etherboot.h:330: error: previous declaration of 'allot_real_mode_stack' was here make: *** [bin/realmode.o] Error 1
Its a very different error message,.. I wonder why it tries to compile realmode.h at all...
try removing the "static" in arch/i386/include/realmode.h line 119